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

AVS.AvsFilter_LogarithmImage Method

Computes a natural logarithm of each pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_LogarithmImage
(
	AvlNet.ImagePointTransformsState ioState,
	AvlNet.Image inImage,
	float inOffset,
	bool inNormalizeZero,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ImagePointTransformsState
inImageAvlNet.ImageInput image.
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