Back to Adaptive Vision Library website
		
	You are here: Start » Function Reference » Path Classification
Path Classification
Select a function from the list below.
| Icon | Name | Description | 
|---|---|---|
|  | ClassifyPaths | Use this filter when to you have an array of paths and you want to select some of them for further processing. | 
|  | GetMaximumPath | Use this filter when to you have an array of paths and you want to select one of them that best matches some criterion. | 
|  | GetMaximumPath_OrNil | Use this filter when to you have an array of paths and you want to select one of them that best matches some criterion. | 
|  | GetMinimumPath | Use this filter when to you have an array of paths and you want to select one of them that best matches some criterion. | 
|  | GetMinimumPath_OrNil | Use this filter when to you have an array of paths and you want to select one of them that best matches some criterion. | 
|  | MakePathConditional | Computes path feature and checks whether its value is in range. | 
|  | SelectClosedPaths | Selects paths which are closed. | 
|  | SelectInnerPaths | Selects paths which are visible from a point. | 
|  | SelectOpenPaths | Selects paths which are open. | 
|  | SelectOuterPaths | Selects paths which do not obstruct visibility of other paths from a point. | 
|  | SortPaths | Changes the order of paths from the input array accordingly to an ascending/descending sequence of their computed feature values. | 

