Back to FabImage Studio website

You are here: Start » Filter Reference » Point3DGrid » Point3DGrid Fitting » Point3DGridDistance

Point3DGridDistance


Module: Vision3DStandard

Computes distances between two input grids.

Name Type Range Description
Input value
inReference Point3DGrid Reference grid
Input value
inCompare Point3DGrid Data points for which the distances will be computed.
Input value
inRoi Region* Range of points for which the distance will be computed.
Input value
inThreshold Real 0.0 - Defines for each data point a maximum allowed distance to the reference grid.
Output value
outCorrectPoints Point3DArray All data points with distance to the reference grid smaller that the given threshold
Output value
outIncorrectPoints Point3DArray All data points with distance to reference grid greater that the given threshold
Output value
outMaxDistance Real Maximum computed distance
Output value
outMinDistance Real Minimum computed distance
Output value
outDistances RealArray All computed distances

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 Input point array is empty in Point3DGridDistance.
DomainError Region of interest exceeds an input Point3DGrid in Point3DGridDistance.

Complexity Level

This filter is available on Advanced Complexity Level.