Return the value of the specified bin of 3D histogram. In case of sparse histogram the function returns 0, if the bin is not present in the histogram, and no new bin is created.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- hist
- IntPtr
Histogram
- idx0
- Int32
Indices of the bin
- idx1
- Int32
Indices of the bin
- idx2
- Int32
Indices of the bin