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,
	NullableRef<AvlNet.Region> inRoi,
	float? inScale,
	float inOffset,
	bool inNormalizeZero,
	AvlNet.Image outImage,
	AvlNet.Profile diagLutProfile
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ImagePointTransformsState
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.
diagLutProfileAvlNet.ProfileProfile depicting the resulting look-up table of the logarithm transform.

Function Overrides

See also