VectorOfGpuMat Constructor (GpuMat) |
http://www.emgu.com
Create an standard vector of GpuMat with the initial values
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfGpuMat(
params GpuMat[] values
)
Public Sub New (
ParamArray values As GpuMat()
)
public:
VectorOfGpuMat(
... array<GpuMat^>^ values
)
new :
values : GpuMat[] -> VectorOfGpuMat
Parameters
- values
- Type: Emgu.CV.CudaGpuMat
The initial values
See Also