Main Content
numRegions
Number of regions in alpha shape
Syntax
Description
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.
Examples
Input Arguments
Version History
Introduced in R2014b