Cv2EqualizeHist Method OpenCvSharp Class Library
normalizes the grayscale image brightness and contrast by normalizing its histogram

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

public static void EqualizeHist(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharp.CPlusPlusInputArray
The source 8-bit single channel image
dst
Type: OpenCvSharp.CPlusPlusOutputArray
The destination image; will have the same size and the same type as src
See Also

Reference