Emgu CV Library Documentation
Show Method (hist, title)
NamespacesEmgu.CV.UIHistogramViewerShow(Histogram, String)

www.emgu.com/wiki
Display the specific histogram
Declaration Syntax
C#Visual BasicVisual C++
public static void Show(
	Histogram hist,
	string title
)
Public Shared Sub Show ( _
	hist As Histogram, _
	title As String _
)
public:
static void Show(
	Histogram^ hist, 
	String^ title
)
Parameters
hist (Histogram)
The histogram to be displayed
title (String)
The name of the histogram

Assembly: Emgu.CV.UI (Module: Emgu.CV.UI) Version: 1.0.0.0 (1.0.0.0)