You are here: Start » FIL.NET » FIS.GetMaximumRegion Method
FIS.GetMaximumRegion Method
Returns the region from the input array that corresponds to the largest computed feature value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GetMaximumRegion ( IList<FilNet.Region> inRegions, FilNet.RegionFeature inFeature, FilNet.Region outRegion, out float outValue, out int outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | Input regions. | ||
![]() | inFeature | FilNet.RegionFeature | Region feature value to be computed. | ||
![]() | outRegion | FilNet.Region | Output region. | ||
![]() | outValue | float | Computed feature value of the output region. | ||
![]() | outIndex | int |
Function Overrides
- GetMaximumRegion(IList<Region>, RegionFeature, Region)
- GetMaximumRegion(IList<Region>, RegionFeature, Region, NullableValue<Single>, NullableValue<Int32>)