You are here: Start » AVL.NET » Function Reference » Image » Image Look Up Tables » AVL.ApplyPixelLut

AVL.ApplyPixelLut

Applies previously created Look Up transformation to provided image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in ApplyPixelLut.

Function Overrides

See also