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

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

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,
	out AvlNet.Profile diagLutProfile
)

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
diagLutProfile
Type: AvlNet.Profile
Profile depicting the resulting look-up table of the logarithm transform

Remarks

See full override for more details.

See also