CvHistogramQueryValueND 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 double QueryValueND(
	params int[] idx
)

Parameters

idx
Type: SystemInt32
Array of indices.

Return Value

Type: Double

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

See Also

Reference