You are here: Start » FIL.NET » Function Reference » Image » Image Look Up Tables » FIL.CreatePowerLut
Creates Look Up Table for power operation on image pixels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreatePowerLut ( float inValue, FilNet.PlainType inOutputType, FilNet.PixelLut outLut )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inValue | float | 2.0f | Default value: 2.0f. | |
![]() | inOutputType | FilNet.PlainType | |||
![]() | outLut | FilNet.PixelLut |
Description
This operation will create LookUp Table with precalculated values of power operation on all pixel values of type defined in inOutputType. Such LUT can be reused across multiple ApplyPixelLut usages. This filter can create LUTs only for following types: INT8, UINT8, INT16, UINT16.
Remarks
Standard operations like PowerImage, CorrectGamma and LogarithmImage for images of type Int32 and Real are available in ImagePointTransforms category.