Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Combinators » RegionSymmetricDifference_OfArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes a region containing pixels belonging to odd number of array regions.
Syntax
C++
C#
void avl::RegionSymmetricDifference_OfArray ( const atl::Array<avl::Region>& inRegionArray, avl::Region& outRegion )
Parameters
Description
Array version of RegionSymmetricDifference.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in RegionSymmetricDifference. |
See Also
- RegionSymmetricDifference – Computes a region containing pixels from first or second input region, but not from both.


