http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Creates a uniform 1-D histogram of the specified size
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public DenseHistogram( int binSize, RangeF range ) |
Visual Basic |
---|
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