You are here: Start » FIL.NET » FIS.ApplyPixelLut Method
FIS.ApplyPixelLut Method
Applies previously created Look Up transformation to provided image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ApplyPixelLut ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.PixelLut inLut, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to which LUT transformation will be applied. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inLut | FilNet.PixelLut | LUT object, which defines transformation. | ||
![]() | outImage | FilNet.Image | Transformed image. |