You are here: Start » AVL.NET » Invoke.ApplyPixelLut

Invoke.ApplyPixelLut

Applies previously created Look Up transformation to provided image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ApplyPixelLut
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Avl.PixelLut inLut,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageImage to which LUT transformation will be applied.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inLutAvl.PixelLutLUT object, which defines transformation.
outImageAvl.ImageTransformed image.

See also