Module alphashapes

Module alphashapes 

Source
Expand description

Alpha shapes implementation for spatial analysis

Alpha shapes are a generalization of convex hulls that allow for non-convex boundaries by controlling the “tightness” of the shape around a set of points through the alpha parameter.

Structs§

AlphaShape
Alpha shape representation for point cloud analysis