Click or drag to resize

MatEqualizeHist Method

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: 1.0.0
Syntax
public Mat EqualizeHist()

Return Value

Type: Mat
The destination image; will have the same size and the same type as src
See Also