The algorithm inplace normalizes brightness and increases contrast of the image.
For color images, a HSV representation of the image is first obtained and the V (value) channel is histogram normalized
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void _EqualizeHist() |
Visual Basic (Declaration) |
---|
Public Sub _EqualizeHist |
Visual C++ |
---|
public: void _EqualizeHist() |