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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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