CvQueryHistValue_1D 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_1D(
	CvHistogram hist,
	int idx0
)

Parameters

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

Return Value

Type: Double

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

See Also

Reference