Table of Contents

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

src InputArray

The source 8-bit single channel image

dst OutputArray

The destination image; will have the same size and the same type as src