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