Back to Adaptive 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
inSurface Surface
inRoi Region* Region of interest
inNeighborRadius Integer 1 - Radius of neighbors to search for real neighbors
inMaxDistance Real 0.0 - Maximal distance from another point to consider them real neighbors
inMetric Metric3D Metric used for measuring distance between points
inMinNeighborRatio Real 0.0 - 1.0 Fraction of valid neighbors in a given radius that have to be real neighbors
inPreserveDimensions Bool Flag indicating whether the surface dimensions should be preserved or not
outSurface Surface
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.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CropSurface filter group.