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

AVS.LogarithmImage Method

Computes a natural logarithm of each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LogarithmImage
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float? inScale,
	float inOffset,
	bool inNormalizeZero,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
inScalefloat?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.
outImageAvlNet.ImageOutput image.

Function Overrides

See also