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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void _EqualizeHist()
public:
void _EqualizeHist()
member _EqualizeHist : unit -> unit
See Also