Back to FabImage Studio website
You are here: Start » Filter Reference » Region » Region Combinators » RegionUnion_OfArray
Module: | FoundationLite |
---|
Computes a region containing all the pixels that any of the input regions contains.
Name | Type | Description | |
---|---|---|---|
![]() |
inArray | RegionArray | Array of regions |
![]() |
outRegion | Region | Union of the input regions |
Description
Array version of RegionUnion.
Examples
Description of usage of this filter can be found in examples and tutorial: Chocolate Cookies Inspection 3D.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- RegionUnion – Computes a region containing pixels from both input regions.