You are here: Start » AVL.NET » Invoke.ExpandRegions
Splits pixels of the input regions and their complement among these regions.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ExpandRegions ( 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 receives a pixel; if set to NIL, Taxi metric is used after demarcating with NIL metric. Default value: atl::NIL. | ||
![]() | outRegions | System.Collections.Generic.List<Avl.Region> |