Get the specific bin value from the 1D Histogram

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double this[
	int index0
] { get; }
Public ReadOnly Default Property Item ( _
	index0 As Integer _
) As Double
public:
property double default[int index0] {
	double get (int index0);
}

Parameters

index0
Int32
The 0th index of the bin

Return Value

The value in the histogram bin

See Also