Queries value of histogram bin.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double QueryHistValue_3D( CvHistogram hist, int idx0, int idx1, int idx2 )
Parameters
- hist
- Type: OpenCvSharpCvHistogram
Histogram. - idx0
- Type: SystemInt32
1st index of the bin. - idx1
- Type: SystemInt32
2nd index of the bin. - idx2
- Type: SystemInt32
3rd index of the bin.
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.Cv.QueryHistValue_3D(OpenCvSharp.CvHistogram,System.Int32,System.Int32,System.Int32)"]
See Also