InvertImage
Applies numeric inversion (1/x) of the pixel values.
Syntax
C++
Python
def InvertImage( inImage: Image, outImage: Image, /, *, inRoi: Region | None = None, inDividend: float = 0 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
inDividend | float | 0 | |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


