CvQueryHistValue_nD 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_nD(
	CvHistogram hist,
	params int[] idx
)

Parameters

hist
Type: OpenCvSharpCvHistogram
1st index of the bin.
idx
Type: SystemInt32
Array of indices.

Return Value

Type: Double

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

See Also

Reference