Back to Aurora Vision Studio website

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

GetMinimumPath


Module: FoundationBasic

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

Applications

Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.
Name Type Description
Input value inPaths PathArray Input paths
Input value inFeature PathFeature Path feature value to be computed
Output value outPath Path Output path
Output value outValue Real Computed feature value of the output path
Output value outIndex Integer

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty path array on input in GetMinimumPath.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of GetMinimumPath filter group.