Back to FabImage Library website
You are here: Start » Function Reference » Region Combinators » RegionSymmetricDifference_OfArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes a region containing pixels belonging to odd number of array regions.
Syntax
C++
C#
void fil::RegionSymmetricDifference_OfArray ( const ftl::Array<fil::Region>& inRegionArray, fil::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.