You are here: Start » AVL.NET » AVL.NormalizeLocalContrast(AvlNet.Image, float, float, int, float, AvlNet.Image)

AVL.NormalizeLocalContrast(AvlNet.Image, float, float, int, float, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inMonoImage
Type: AvlNet.Image
Monochromatic input image
inTargetMean
Type: System.Single
Target local mean
inTargetVariance
Type: System.Single
Target local variance
inUniformnessScale
Type: System.Int32
Radius of neighbourhood to uniformize
inBrightnessPreserveRatio
Type: System.Single
How much of original brightness to be kept
outImage
Type: AvlNet.Image
Output image

See also