You are here: Start » FIL.NET » Invoke.DemarcateRegions
Splits common pixels of the input regions among these regions.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DemarcateRegions ( List<Fil.Region> inRegions, Optional<Fil.Metric> inMetric, List<Fil.Region> outRegions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Fil.Region> | |||
![]() | inMetric | Ftl.Optional<Fil.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.List<Fil.Region> |