Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Point3DGrid » Point3DGrid Fitting » Point3DGridDistance
| Module: | Vision3DStandard | 
|---|
Computes distances between two input grids.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inReference | Point3DGrid | Reference grid | |
![]()  | 
				inCompare | Point3DGrid | Data points for which the distances will be computed. | |
![]()  | 
				inRoi | Region* | Range of points for which the distance will be computed. | |
![]()  | 
				inThreshold | Real | 0.0 - ![]()  | 
				Defines for each data point a maximum allowed distance to the reference grid. | 
![]()  | 
				outCorrectPoints | Point3DArray | All data points with distance to the reference grid smaller that the given threshold | |
![]()  | 
				outIncorrectPoints | Point3DArray | All data points with distance to reference grid greater that the given threshold | |
![]()  | 
				outMaxDistance | Real | Maximum computed distance | |
![]()  | 
				outMinDistance | Real | Minimum computed distance | |
![]()  | 
				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.

 Advanced

