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

AVS.NormalizeLocalContrast Method

Normalizes local contrast of the image using Wallis filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NormalizeLocalContrast
(
	AvlNet.Image inMonoImage,
	float inTargetMean,
	float inTargetVariance,
	int inUniformnessScale,
	float inBrightnessPreserveRatio,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImageAvlNet.ImageMonochromatic input image.
inTargetMeanfloat128.0fTarget local mean. Default value: 128.0f.
inTargetVariancefloat<0.1f, INF>90.0fTarget local variance. Default value: 90.0f.
inUniformnessScaleint<1, +INF>10Radius of neighbourhood to uniformize. Default value: 10.
inBrightnessPreserveRatiofloat<0.0f, 1.0f>0.1fHow much of original brightness to be kept. Default value: 0.1f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also