Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Classification

Path Classification

Select a function from the list below.

IconNameDescription
ClassifyPathsUse this filter when to you have an array of paths and you want to select some of them for further processing.
GetMaximumPathUse this filter when to you have an array of paths and you want to select one of them that best matches some criterion.
GetMaximumPath_OrNilUse this filter when to you have an array of paths and you want to select one of them that best matches some criterion.
GetMinimumPathUse this filter when to you have an array of paths and you want to select one of them that best matches some criterion.
GetMinimumPath_OrNilUse this filter when to you have an array of paths and you want to select one of them that best matches some criterion.
MakePathConditionalComputes path feature and checks whether its value is in range.
SelectClosedPathsSelects paths which are closed.
SelectInnerPathsSelects paths which are visible from a point.
SelectOpenPathsSelects paths which are open.
SelectOuterPathsSelects paths which do not obstruct visibility of other paths from a point.
SortPathsChanges the order of paths from the input array accordingly to an ascending/descending sequence of their computed feature values.