Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Path Classification

Path Classification

Select a filter from the list below.

Icon Name Description / Applications Modules
ClassifyPaths

Splits the paths of the input array - in accordance to the relation between computed feature values and the specified range.


Use this filter when you have an array of paths and you want to select some of them for further processing.

FoundationBasic
GetMaximumPath

Returns the path from the input array that corresponds to the largest computed feature value.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMaximumPath_OrNil

Returns the path from the input array that corresponds to the largest computed feature value; returns NIL if the array or any path inside it is empty.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMinimumPath

Returns the path from the input array that corresponds to the smallest computed feature value.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMinimumPath_OrNil

Returns the path from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any path inside it is empty.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
MakePathConditional

Computes a path feature, checks whether its value is in range and creates a conditional path on this basis.

FoundationBasic
SelectClosedPaths

Selects paths which are closed.

FoundationBasic
SelectInnerPaths

Selects paths which are visible from a point.

FoundationPro
SelectOpenPaths

Selects paths which are open.

FoundationBasic
SelectOuterPaths

Selects paths which do not obstruct visibility of other paths from a point.

FoundationPro
SortPaths

Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values.

FoundationBasic