Back to Aurora Vision Library website
You are here: Start » Function Reference » Region » Region Combinators » RegionSymmetricDifference_OfLoop
RegionSymmetricDifference_OfLoop
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Computes a region containing pixels belonging to an odd number of regions appearing in consecutive iterations.
Syntax
C++
C#
void avl::RegionSymmetricDifference_OfLoop ( RegionCombinators_OfLoopState& ioState, const avl::Region& inRegion, avl::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | RegionCombinators_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inRegion | const Region& | Input region | |
![]() |
outRegion | Region& | Output region |
Description
Loop version of RegionSymmetricDifference.
See Also
- RegionSymmetricDifference – Computes a region containing pixels from first or second input region, but not from both.



