VectorOfERStatItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic MCvERStat this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As MCvERStat
Get
public:
property MCvERStat default[int index] {
MCvERStat get (int index);
}
member Item : MCvERStat with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
MCvERStatThe item in the specific index
See Also