Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Morphology » DemarcateRegions
DemarcateRegions
Splits common pixels of the input regions among these regions.
Syntax
C++
C#
void avl::DemarcateRegions ( const atl::Array<avl::Region>& inRegions, atl::Optional<avl::Metric::Type> inMetric, atl::Array<avl::Region>& outRegions )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegions | const Array<Region>& | ||
![]() |
inMetric | Optional<Metric::Type> | NIL | |
![]() |
outRegions | Array<Region>& |
Examples
|
|
DemarcateRegions performed with inMetric = Euclidean.
Errors
| Error type | Description |
|---|---|
| DomainError | Dimensions of two or more regions differ in DemarcateRegions. |


