ApplyPixelLut


Applies previously created Look Up transformation to provided image.

Syntax

C++
C#
Python
 
def ApplyPixelLut(
	inImage: Image,
	inLut: PixelLut,
	outImage: Image,
	/,
	*,
	inRoi: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inImage Image Image to which LUT transformation will be applied
Input value inRoi Region | None None Range of pixels to be processed
Input value inLut PixelLut LUT object, which defines transformation
Output value outImage Image Transformed image