Back to FabImage Studio website
You are here: Start » Filter Reference » Region Relations » GetMaximumRegion_OrNil
Returns the region from the input array that corresponds to the largest computed feature value; returns NIL if the array or any region inside it is empty.
Name | Type | Description | |
---|---|---|---|
![]() |
inRegions | RegionArray | Input regions |
![]() |
inFeature | RegionFeature | Region feature value to be computed |
![]() |
outRegion | Region? | Output region |
![]() |
outValue | Real? | Computed feature value of the output region |
![]() |
outIndex | Integer? |
Applications
Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of GetMaximumRegion filter group.