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