You are here: Start » AVL.NET » AVL.LogarithmImage(AvlNet.Image, float, bool, AvlNet.Image)

AVL.LogarithmImage(AvlNet.Image, float, bool, AvlNet.Image)

Computes a natural logarithm of each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LogarithmImage(
	AvlNet.Image inImage,
	float inOffset,
	bool inNormalizeZero,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inOffset
Type: System.Single
Offset factor
inNormalizeZero
Type: System.Boolean
Specifies whether the output range should be rescaled to start from 0
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also