Back to Aurora 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
Input value inSurface Surface Input surface
Input value inRoi Region* Region of interest
Input value inRadiusX Integer 0 - Horizontal radius of internal mean blur
Input value inRadiusY Integer* 0 - Vertical radius of internal mean blur (Auto = inRadiusX)
Input value inMinRelativeHeight Real* Minimum relative height of a point to be not removed
Input value inMaxRelativeHeight Real* Maximum relative height of a point to be not removed
Input value inHysteresis Real 0.0 - Defines how much the threshold criteria are lowered for points neighboring with other not removed points
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 removed
Diagnostic input 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.