Method EqualizeHist
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
EqualizeHist(InputArray, OutputArray)
normalizes the grayscale image brightness and contrast by normalizing its histogram
public static void EqualizeHist(InputArray src, OutputArray dst)
Parameters
srcInputArrayThe source 8-bit single channel image
dstOutputArrayThe destination image; will have the same size and the same type as src