Back to FabImage Studio website

You are here: Start » Filter Reference » Surface » Surface Spatial Transforms » CropSurfaceByPlaneProximity

CropSurfaceByPlaneProximity


Module: Vision3DStandard

Removes from the surface points that are too distant from a given plane.

Name Type Description
Input value inSurface Surface Input surface
Input value inRoi Region* Region of interest
Input value inPlane Plane3D Plane to which distance is measured
Input value inMinDistance Real* Minimal distance from a given plane
Input value inMaxDistance Real* Maximal distance from a given plane
Input value inPreserveDimensions Bool Flag indicating whether the surface dimensions should be preserved or not
Output value outSurface Surface Output surface
Output value outRejected Region Region of locations where points are too distant from the input plane

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 CropSurfaceByPlaneProximity.
DomainError Region of interest exceeds an input surface in CropSurfaceByPlaneProximity.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CropSurface filter group.