You are here: Start » FIL.NET » FIS.CreateLogarithmLut Method

FIS.CreateLogarithmLut Method

Creates Look Up Table for logarithm operation on image pixels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateLogarithmLut
(
	float? inScale,
	float inOffset,
	bool inNormalizeZero,
	FilNet.PlainType inOutputType,
	FilNet.PixelLut outLut
)

Parameters

Name Type Range Default Description
inScalefloat?Scaling factor (default: 255). Default value: ftl::NIL.
inOffsetfloatOffset factor.
inNormalizeZeroboolSpecifies whether the output range should be rescaled to start from 0.
inOutputTypeFilNet.PlainType
outLutFilNet.PixelLut

Function Overrides

See also