[This is preliminary documentation and is subject to change.]
Creates a uniform 1 dimension histogram of the specified size
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public Histogram(
int binSize,
RangeF range
)
public:
Histogram(
int binSize,
RangeF range
)
Parameters
- binSize
- 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
- range
- RangeF
the upper and lower boundaries of the bins
See Also