Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 3D Spatial Transforms » CropSurfaceByNeighborsProximity

CropSurfaceByNeighborsProximity


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

Name Type Range Description
inSurface Surface
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
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 here: Error Handling

Error type Description
DomainError Incorrect metric in CropSurfaceByNeighborsProximity.

Complexity Level

This filter is available on Basic Complexity Level.