Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Combinators » RegionUnion_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the union of regions appearing in consecutive iterations.
Syntax
C++
C#
void fil::RegionUnion_OfLoop ( RegionCombinators_OfLoopState& ioState, const fil::Region& inRegion, fil::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 RegionUnion.
See Also
- RegionUnion – Computes a region containing pixels from both input regions.