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 2D 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_2D( IntPtr hist, int idx0, int idx1 ) |
Visual Basic |
---|
Public Shared Function cvQueryHistValue_2D ( _ hist As IntPtr, _ idx0 As Integer, _ idx1 As Integer _ ) As Double |
Visual C++ |
---|
public: static double cvQueryHistValue_2D( IntPtr hist, int idx0, int idx1 ) |
Parameters
- hist
- Type: System..::..IntPtr
Histogram
- idx0
- Type: System..::..Int32
Indices of the bin
- idx1
- Type: System..::..Int32
Indices of the bin