Back to FabImage Studio website
You are here: Start » Filter Reference » Surface Spatial Transforms » CropSurfaceByNeighborsProximity
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 here: Error Handling
Error type | Description |
---|---|
DomainError | Incorrect metric in CropSurfaceByNeighborsProximity. |
Complexity Level
This filter is available on Basic Complexity Level.