VectorOfGpuMat Constructor (GpuMat) |
http://www.emgu.com
Create an standard vector of GpuMat with the initial values
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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