CvGetHistValue_nD 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 static IntPtr GetHistValue_nD(
	CvHistogram hist,
	params int[] idx
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Histogram.
idx
Type: SystemInt32
Indices of the bin.

Return Value

Type: IntPtr

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

See Also

Reference