Emgu CV Library Documentation
Show Method (image, numberOfBins)
NamespacesEmgu.CV.UIHistogramViewerShow(IImage, Int32)

www.emgu.com/wiki
Display the histograms of the specific image
Declaration Syntax
C#Visual BasicVisual C++
public static void Show(
	IImage image,
	int numberOfBins
)
Public Shared Sub Show ( _
	image As IImage, _
	numberOfBins As Integer _
)
public:
static void Show(
	IImage^ image, 
	int numberOfBins
)
Parameters
image (IImage)
The image to retrieve hostigram from
numberOfBins (Int32)
The numebr of bins in the histogram

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