Click or drag to resize
DenseHistogram Constructor (Int32, RangeF)
http://www.emgu.com
Creates a uniform 1-D histogram of the specified size

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public DenseHistogram(
	int binSize,
	RangeF range
)

Parameters

binSize
Type: SystemInt32
The number of bins in this 1-D histogram.
range
Type: Emgu.CV.StructureRangeF
The upper and lower boundary of the bin
See Also