Back to FabImage Studio website
You are here: Start » Filter Reference » Path Classification » GetMinimumPath
Returns the path from the input array that corresponds to the smallest computed feature value.
Name | Type | Description | |
---|---|---|---|
![]() |
inPaths | PathArray | Input paths |
![]() |
inFeature | PathFeature | Path feature value to be computed |
![]() |
outPath | Path | Output path |
![]() |
outValue | Real | Computed feature value of the output path |
![]() |
outIndex | Integer |
Applications
Use this filter when to you have an array of paths and you want to select one of them that best matches some criterion.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Empty path array on input in GetMinimumPath. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of GetMinimumPath filter group.