CvHistogramGetValue1D 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 GetValue1D(
	int idx0
)

Parameters

idx0
Type: SystemInt32
1st index of the bin.

Return Value

Type: IntPtr

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

See Also

Reference