Normalizes the grayscale image brightness and contrast by normalizing its histogram.
            The source matrix is 8-bit single channel image.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Mat EqualizeHist()
Public Function EqualizeHist As Mat
public:
Mat^ EqualizeHist()
member EqualizeHist : unit -> Mat 
Return Value
Type: 
MatThe destination image; will have the same size and the same type as src
 See Also
See Also