Click or drag to resize
HistogramBoxGenerateHistograms Method
http://www.emgu.com
Generate histograms for the image. One histogram is generated for each color channel. You will need to call the Refresh function to do the painting afterward.

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void GenerateHistograms(
	IImage image,
	int numberOfBins
)

Parameters

image
Type: Emgu.CVIImage
The image to generate histogram from
numberOfBins
Type: SystemInt32
The number of bins for each histogram
See Also