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


