Number of regions in alpha shape
N = numRegions(
returns the number
of distinct regions that make up the alpha shape. For an alpha radius of
shp
)Inf
, the alpha shape is the convex hull, and the number of
regions is one. As the value of the alpha radius decreases the shape can break into
separate regions, depending on the point set.