You are here: Start » AVL.NET » Invoke.CreateLogarithmLut

Invoke.CreateLogarithmLut

Creates Look Up Table for logarithm operation on image pixels.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateLogarithmLut
(
	Optional<float> inScale,
	float inOffset,
	bool inNormalizeZero,
	Avl.PlainType inOutputType,
	Avl.PixelLut outLut
)

Parameters

Name Type Range Default Description
inScaleAtl.Optional<float>Scaling factor (default: 255). Default value: atl::NIL.
inOffsetfloatOffset factor.
inNormalizeZeroboolSpecifies whether the output range should be rescaled to start from 0.
inOutputTypeAvl.PlainType
outLutAvl.PixelLut

See also