You are here: Start » AVL.NET » AVS.CreateLogarithmLut Method

AVS.CreateLogarithmLut Method

Creates Look Up Table for logarithm operation on image pixels.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also