Start » Filter Reference » Surface » Surface Features » SurfaceToPlaneDistanceImage
Module: | Vision3DStandard |
---|
Computes the image of the distances of the input surface points from a given plane.
Name | Type | Range | Description | |
---|---|---|---|---|
inSurface | Surface | Input surface | ||
inRoi | Region* | Range of pixels to be processed | ||
inPlane | Plane3D | Input plane | ||
inResolution | Real | 0.0 - | Number of real-world units per one pixel | |
inSignedDistance | Bool | Flag indicating whether to compute signed distance to the plane | ||
outDistanceImage | Image |
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 | Indefinite plane on input in SurfaceToPlaneDistanceImage. |
DomainError | Region of interest exceeds an input surface in SurfaceToPlaneDistanceImage. |
Complexity Level
This filter is available on Basic Complexity Level.