Back to Adaptive Vision Studio website

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

CropSurface_Dynamic


Module: Vision3DStandard

Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.

Name Type Range Description
inSurface Surface Input surface
inRoi Region* Region of interest
inRadiusX Integer 0 - Horizontal radius of internal mean blur
inRadiusY Integer* 0 - Vertical radius of internal mean blur (Auto = inRadiusX)
inMinRelativeHeight Real* Minimum relative height of a point to be not removed
inMaxRelativeHeight Real* Maximum relative height of a point to be not removed
inHysteresis Real 0.0 - Defines how much the threshold criteria are lowered for points neighboring with other not removed points
inPreserveDimensions Bool Flag indicating whether the surface dimensions should be preserved or not
outSurface Surface
outRejected Region Region of locations where points are removed
diagBaseSurface Surface Diagnostic blurred input surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

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

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CropSurface filter group.