Back to Aurora Vision Studio website

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

CropSurfaceByNeighborsProximity


Module: Vision3DStandard

Removes from the surface points that are too distant from their neighbor points.

Name Type Range Description
Input value inSurface Surface
Input value inRoi Region* Region of interest
Input value inNeighborRadius Integer 1 - Radius of neighbors to search for real neighbors
Input value inMaxDistance Real 0.0 - Maximal distance from another point to consider them real neighbors
Input value inMetric Metric3D Metric used for measuring distance between points
Input value inMinNeighborRatio Real 0.0 - 1.0 Fraction of valid neighbors in a given radius that have to be real neighbors
Input value inPreserveDimensions Bool Flag indicating whether the surface dimensions should be preserved or not
Output value outSurface Surface
Output value outRejected Region Region of locations where points are too distant from their neighbors

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

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CropSurface filter group.