RegionComplement
Computes a region of pixels not contained in the input region.
Syntax
C++
Python
def RegionComplement( inRegion: Region, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outRegion | Region | Output region |


