Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Combinators » RegionUnion_OfArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes a region containing all the pixels that any of the input regions contains.
Syntax
C++
C#
void fil::RegionUnion_OfArray ( const ftl::Array<fil::Region>& inArray, fil::Region& outRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array<Region>& | Array of regions | |
![]() |
outRegion | Region& | Union of the input regions |
Description
Array version of RegionUnion.
See Also
- RegionUnion – Computes a region containing pixels from both input regions.