CvEqualizeHist Method OpenCvSharp Class Library
Equalizes histogram of grayscale image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void EqualizeHist(
	CvArr src,
	CvArr dst
)

Parameters

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

Reference