You are here: Start » FIL.NET » Function Reference » Region » Region Morphology » FIL.DemarcateRegions
Splits common pixels of the input regions among these regions.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DemarcateRegions ( IList<FilNet.Region> inRegions, IList<FilNet.Region> outRegions )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | |||
![]() | outRegions | System.Collections.Generic.IList<FilNet.Region> |
Examples
|
|
DemarcateRegions performed with inMetric = Euclidean.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Dimensions of two or more regions differ in DemarcateRegions. |


