Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Combinators » RegionSymmetricDifference_OfLoop
Computes a region containing pixels belonging to odd number of regions appearing in consecutive iterations.
Syntax
C++
C#
void avl::RegionSymmetricDifference_OfLoop ( RegionSymmetricDifference_OfLoopState& ioState, const avl::Region& inRegion, avl::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioState | RegionSymmetricDifference_OfLoopState& | Object used to maintain state of the function. | ||
![]() |
inRegion | const Region& | Input region | |
![]() |
outRegion | Region& | Output region |
Description
Loop version of RegionSymmetricDifference.
Errors
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in RegionSymmetricDifference. |


