You are here: Start » AVL.NET » AVS.ApplyPixelLut Method

AVS.ApplyPixelLut Method

Applies previously created Look Up transformation to provided image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ApplyPixelLut
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.PixelLut inLut,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to which LUT transformation will be applied.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inLutAvlNet.PixelLutLUT object, which defines transformation.
outImageAvlNet.ImageTransformed image.

Function Overrides

See also