Creates a uniform multi-dimension histogram of the specified size
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- binSizes
- array<Int32>[]()[][]
The length of this array is the dimension of the histogram. The values of the array contains the number of bins in each dimension. The total number of bins eaquals the multiplication of all numbers in the array
- ranges
- array<RangeF>[]()[][]
the upper and lower boundaries of the bins