http://www.emgu.com
Return the value of the specified bin of 1D 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
Visual Basic |
---|
Public Shared Function cvQueryHistValue_1D ( _
hist As IntPtr, _
idx0 As Integer _
) As Double |
Visual C++ |
---|
public:
static double cvQueryHistValue_1D(
IntPtr hist,
int idx0
) |
Return Value
the value of the specified bin of 1D histogram
See Also