Skip to content
Prev 201719 / 398503 Next

Concave hull

Dear David and other concave-hull-ists,

yes, I meant concave hulls indeed. I know about the algorithm mentioed 
(www.concavehull.com) but it is not open source, so you cannot integrate it 
in R, and it is apparently patented, so even if you find the description 
you cannot apply it to implement a solution (even if patenting algorithms 
is at least questionable and has a rather patchy validity).

Some questions / comments which applies to David's approach but in general 
even to convex hulls (question 2):

1) How do you extend it to n dimensions (in R)? 2) How do you do "set 
calculus" (horrible expression to mean: union, intersection, difference, 
and particularly membership, and so on ) on these hulls (in R)?

Finally, I am at the moment using a gis to do it, but I did not find any 
command for concave hulls in grass. There is a rather long a convoluted way 
of doing them, but nearly impossible to automatise (see 
http://grass.osgeo.org/wiki/Create_concave_hull). Looking for the 
capability of extending it to the n-dimensional case does not sound right, 
because gis is thought for working in 2d/3d.


Best,
On Nov 26 2009, David Winsemius wrote: