Creates a uniform 1-D histogram of the specified size

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public DenseHistogram(
	int binSize,
	RangeF range
)
Public Sub New ( _
	binSize As Integer, _
	range As RangeF _
)
public:
DenseHistogram(
	int binSize, 
	RangeF range
)

Parameters

binSize
Int32
The number of bins in this 1-D histogram.
range
RangeF
The upper and lower boundary of the bin

See Also