Class ObjectFromPointsFactory
Object
ObjectFromPointsFactory
Create an
ObjectMask
from a collection of points.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectMask
create
(Collection<Point3i> points) Create anObjectMask
from a collection of points.
-
Method Details
-
create
Create anObjectMask
from a collection of points.- Parameters:
points
- the collection of points.- Returns:
- the object-mask.
- Throws:
CreateException
- if there are zero points.
-