You are here: Start » FIL.NET » Function Reference » Image » Image Look Up Tables » FIL.ApplyPixelLut
Applies previously created Look Up transformation to provided image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ApplyPixelLut ( FilNet.Image inImage, FilNet.PixelLut inLut, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to which LUT transformation will be applied. | ||
![]() | inLut | FilNet.PixelLut | LUT object, which defines transformation. | ||
![]() | outImage | FilNet.Image | Transformed 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. |