Back to FabImage Studio website

You are here: Start » Filter Reference » Point3DGrid » Point3DGrid Spatial Transforms » SplitPoint3DGridByPlane

SplitPoint3DGridByPlane


Module: Vision3DLite

Separates the points being on one side of the input plane from the others.

Name Type Description
Input value inPoint3DGrid Point3DGrid
Input value inRoi Region* Region of interest
Input value inPlane Plane3D Plane used for splitting
Output value outPoint3DGrid1 Point3DGrid Grid of points with positive signed distance to the input plane
Output value outPoint3DGrid2 Point3DGrid Grid of points with negative signed distance to the input plane

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SplitPoint3DGridByPlane.

Complexity Level

This filter is available on Basic Complexity Level.