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

Invoke.LogarithmImage

Computes a natural logarithm of each pixel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LogarithmImage
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Optional<float> inScale,
	float inOffset,
	bool inNormalizeZero,
	Avl.Image outImage,
	Diagnostic<Avl.Profile> diagLutProfile
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
inScaleAtl.Optional<float>Scaling factor (default: 255). Default value: atl::NIL.
inOffsetfloat<1.0f, INF>1.0fOffset factor. Default value: 1.0f.
inNormalizeZeroboolSpecifies whether the output range should be rescaled to start from 0.
outImageAvl.ImageOutput image.
diagLutProfileAvl.Diagnostic<Avl.Profile>Profile depicting the resulting look-up table of the logarithm transform.

See also