Click or drag to resize

HistogramBoxAddHistogram Method

http://www.emgu.com
Add a plot of the 1D histogram. You should call the Refresh() function to update the control after all modification is complete.

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void AddHistogram(
	string name,
	Color color,
	Mat histogram,
	int binSize,
	float[] ranges
)

Parameters

name
Type: SystemString
The name of the histogram
color
Type: System.DrawingColor
The drawing color
histogram
Type: Emgu.CVMat
The 1D histogram to be drawn
binSize
Type: SystemInt32
The size of the bin
ranges
Type: SystemSingle
The ranges
See Also