Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Combinators

Path Combinators

Select a function from the list below.

IconNameDescription
AveragePathComputes the average of two paths (of equal size and type) point by point.
ConcatenatePathsJoins two open paths.
ConcatenatePaths_OfArrayJoins open paths of an array.
ConcatenatePaths_OfLoopJoins open paths appearing in consecutive iterations.
JoinAdjacentPathsJoins those paths of an array which endpoints lie near enough.
PathLineIntersectionsComputes the common points of a path and a line.
PathPathIntersectionsComputes the common points of two paths.
PathSegmentIntersectionsComputes the common points of a path and a segment.
SplitPathByLineSplits path in common points of a path and a line.
SplitPathByPathSplits path in common points of two paths.
SplitPathBySegmentSplits path in common points of a path and a segment.