CvQueryHistValue_2D Method OpenCvSharp Class Library
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_2D(
	CvHistogram hist,
	int idx0,
	int idx1
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Histogram.
idx0
Type: SystemInt32
1st index of the bin.
idx1
Type: SystemInt32
2nd index of the bin.

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Cv.QueryHistValue_2D(OpenCvSharp.CvHistogram,System.Int32,System.Int32)"]

See Also

Reference