ImageTColor, TDepth_EqualizeHist Method |
http://www.emgu.com
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.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void _EqualizeHist()
public:
void _EqualizeHist()
member _EqualizeHist : unit -> unit
See Also