Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Path » Path Metrics » PathToLineDistanceProfile
| Module: | FoundationBasic | 
|---|
Computes the profile of distances between a line and the characteristic points of a path.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inPath | Path | Input path | |
![]()  | 
				inLine | Line2D | Input line | |
![]()  | 
				inResolution | Real | 0.0 - ![]()  | 
				Number of real-world units per one pixel | 
![]()  | 
				outDistanceProfile | Profile | Profile of distances between input line and consecutive points of input path | |
![]()  | 
				outDistances | RealArray | Distances between input line and consecutive points of input path | |
![]()  | 
				outConnectingSegments | Segment2DArray | Segments connecting input line and consecutive points of input path having minimal length | |
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 line on input in PathToLineDistanceProfile. | 
Complexity Level
This filter is available on Basic Complexity Level.

 Basic

