Click or drag to resize

CvInvokeEqualizeHist Method

http://www.emgu.com
The algorithm normalizes brightness and increases contrast of the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void EqualizeHist(
	IInputArray src,
	IOutputArray dst
)

Parameters

src
Type: Emgu.CVIInputArray
The input 8-bit single-channel image
dst
Type: Emgu.CVIOutputArray
The output image of the same size and the same data type as src
See Also