Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Combinators » RegionUnion_OfArray
RegionUnion_OfArray
Computes a region containing all the pixels that any of the input regions contains.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArray | const Array<Region>& | Array of regions | |
![]() |
outRegion | Region& | Union of the input regions |


