Back to Adaptive Vision Studio website

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

PathToPointDistanceProfile


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

Name Type Range Description
inPoint Point2D Input point
inPath Path Input path
inResolution Real 0.0 -
outDistanceProfile Profile Profile of distances between input point and consecutive points of input path
outDistances RealArray Distances between input point and consecutive points of input path
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