You are here: Start » AVL.NET » AVL.ExpandRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
AVL.ExpandRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
Splits pixels of the input regions and their complement among these regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ExpandRegions( AvlNet.Region[] inRegions, AvlNet.Metric? inMetric, out AvlNet.Region[] outRegions )
Parameters
- inRegions
- Type: AvlNet.Region
- inMetric
- Type: System.Nullable<AvlNet.Metric>
- outRegions
- Type: AvlNet.Region
Examples
|
|
ExpandRegions performed with inMetric = Taxi.
Errors
| Error type | Description |
|---|---|
| DomainError | Input and output arrays are not distinct in ExpandRegions. |
| DomainError | Dimensions of two or more regions differ in ExpandRegions. |
