Equalizes histogram of grayscale image.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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