Click or drag to resize
HistogramViewerShow Method (IImage)
http://www.emgu.com
Display the histograms of the specific image

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static void Show(
	IImage image
)

Parameters

image
Type: Emgu.CVIImage
The image to retrieve hostigram from
See Also