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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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