Click or drag to resize

HistogramViewerShow Method (IImage, Int32)

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: 4.1.0.3408 (4.1.0.3408)
Syntax
public static void Show(
	IImage image,
	int numberOfBins
)

Parameters

image
Type: Emgu.CVIImage
The image to retrieve histogram from
numberOfBins
Type: SystemInt32
The number of bins in the histogram
See Also