You are here: Start » AVL.NET » AVL.DemarcateRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
AVL.DemarcateRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
Splits common pixels of the input regions among these regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DemarcateRegions( 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
|
|
DemarcateRegions performed with inMetric = Euclidean.
Errors
| Error type | Description |
|---|---|
| DomainError | Dimensions of two or more regions differ in DemarcateRegions. |
