CvHistogramGetValueND Method OpenCvSharp Class Library
Returns pointer to histogram bin.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IntPtr GetValueND(
	params int[] idx
)

Parameters

idx
Type: SystemInt32
Indices of the bin.

Return Value

Type: IntPtr

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

See Also

Reference