Emgu CV Library Documentation
Histogram Constructor (binSize, range)
NamespacesEmgu.CVHistogramHistogram(Int32, RangeF)

www.emgu.com/wiki
Creates a uniform 1 dimension histogram of the specified size
Declaration Syntax
C#Visual BasicVisual C++
public Histogram(
	int binSize,
	RangeF range
)
Public Sub New ( _
	binSize As Integer, _
	range As RangeF _
)
public:
Histogram(
	int binSize, 
	RangeF range
)
Parameters
binSize (Int32)
The length of this array is the dimension of the histogram. The values of the array contains the number of bins in each dimension. The total number of bins eaquals the multiplication of all numbers in the array
range (RangeF)
the upper and lower boundaries of the bins

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)