public interface ConvexHull_2
Modifier and Type | Method and Description |
---|---|
PointCloud_2 |
computeConvexHull(PointCloud_2 points)
Computation of 2D convex hull
|
PointCloud_2 computeConvexHull(PointCloud_2 points)
points
- the input point cloud (stored as an array list)