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

AVS.NormalizeLocalBrightness_Gauss Method

Normalizes local brightness of the image. Internally uses Gauss smoothing.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NormalizeLocalBrightness_Gauss
(
	AvlNet.Image inImage,
	float inStdDevX,
	float inTargetMean,
	float inGammaValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inStdDevXfloat<0.0f, INF>5.0fHorizontal smoothing standard deviation. Default value: 5.0f.
inTargetMeanfloat128.0fTarget mean brightness. Default value: 128.0f.
inGammaValuefloat<0.01f, 8.0f>1.0fGamma coefficient, where 1.0 is neutral. Default value: 1.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also