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