CvHistogramGetValue2D 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 GetValue2D(
	int idx0,
	int idx1
)

Parameters

idx0
Type: SystemInt32
1st index of the bin.
idx1
Type: SystemInt32
2rd index of the bin.

Return Value

Type: IntPtr

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

See Also

Reference