RegionUnion_OfArray
Computes a region containing all the pixels that any of the input regions contains.
Syntax
C++
Python
def RegionUnion_OfArray( inArray: list[Region], outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArray | list[Region] | Array of regions | |
![]() |
outRegion | Region | Union of the input regions |


