www.emgu.com/wiki
Obtain the index element in this sequence

Declaration Syntax
public T this[
int index
] { get; }
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
public:
property T default[int index] {
T get (int index);
}

Parameters
- index (Int32)
- the index of the element

Return Value
the index element in this sequence
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)