http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static double cvQueryHistValue_3D( IntPtr hist, int idx0, int idx1, int idx2 ) |
Visual Basic |
---|
Public Shared Function cvQueryHistValue_3D ( _ hist As IntPtr, _ idx0 As Integer, _ idx1 As Integer, _ idx2 As Integer _ ) As Double |
Visual C++ |
---|
public: static double cvQueryHistValue_3D( IntPtr hist, int idx0, int idx1, int idx2 ) |
Parameters
- hist
- Type: System..::..IntPtr
Histogram
- idx0
- Type: System..::..Int32
Indices of the bin
- idx1
- Type: System..::..Int32
Indices of the bin
- idx2
- Type: System..::..Int32
Indices of the bin