You are here: Start » AVL.NET » Invoke.ApplyPixelLut
Applies previously created Look Up transformation to provided image.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ApplyPixelLut ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.PixelLut inLut, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Avl.Image | Image to which LUT transformation will be applied. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inLut | Avl.PixelLut | LUT object, which defines transformation. | ||
![]() | outImage | Avl.Image | Transformed image. |


