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
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Input value inDividend float 0
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.