Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Path Metrics » PathToPointDistanceProfile

PathToPointDistanceProfile


Module: FoundationBasic

Computes the profile of distances between the specified point and the characteristic points of a path.

Name Type Range Description
Input value inPoint Point2D Input point
Input value inPath Path Input path
Input value inResolution Real 0.0 -
Output value outDistanceProfile Profile Profile of distances between input point and consecutive points of input path
Output value outDistances RealArray Distances between input point and consecutive points of input path
Output value outConnectingSegments Segment2DArray Segments connecting input point and consecutive points of input path

Description

The operation iterates over characteristic points of inPath and at each point computes the distance from this point to inPoint. The operation computes outDistanceProfile profile of consecutive distances and, additionally, the outConnectingSegments array of corresponding line segments.

Examples

The resulting outConnectingSegments drawn onto the input data.

The resulting outDistanceProfile.

Complexity Level

This filter is available on Basic Complexity Level.

See Also