You are here: Start » FIL.NET » FIS.DemarcateRegions Method
FIS.DemarcateRegions Method
Splits common pixels of the input regions among these regions.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DemarcateRegions ( IList<FilNet.Region> inRegions, FilNet.Metric? inMetric, IList<FilNet.Region> outRegions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | |||
![]() | inMetric | FilNet.Metric? | Metric used for deciding which region owns a pixel; if set to NIL, region with lowest index in the input array is chosen. Default value: ftl::NIL. | ||
![]() | outRegions | System.Collections.Generic.IList<FilNet.Region> |