Creates a uniform 1-D histogram of the specified size

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

Syntax

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

Parameters

binSize
Type: System..::.Int32
The number of bins in this 1-D histogram.
range
Type: Emgu.CV.Structure..::.RangeF
The upper and lower boundary of the bin

See Also