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,
	AvlNet.PixelLut inLut,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to which LUT transformation will be applied.
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.
DomainError Not supported inImage pixel format in ApplyPixelLut. Supported formats: 1xUInt8, 1xInt8, 1xUInt16, 1xInt16, 2xUInt8, 2xInt8, 2xUInt16, 2xInt16, 3xUInt8, 3xInt8, 3xUInt16, 3xInt16, 4xUInt8, 4xInt8, 4xUInt16, 4xInt16.

Function Overrides

See also