Create regions defined by boundaries that enclose a set of points. The boundary
function allows you to specify the tightness of the fit around the
points, while the convhull
and convhulln
functions return the smallest convex boundary. alphaShape
objects offer adjustable boundary settings based on the alpha radius,
and have object functions for computing geometric quantities.
This topic explains several methods for computing
the convex hull using convhull
, convhulln
, delaunayTriangulation
,
and alphaShape
.
This topic explains the differences between several types of boundaries that enclose a set of points.