CvArrEqualizeHist 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 void EqualizeHist(
	CvArr dst
)

Parameters

dst
Type: OpenCvSharpCvArr
The output image of the same size and the same data type as src.
See Also

Reference