Click or drag to resize
VectorOfGpuMat Constructor (GpuMat)
http://www.emgu.com
Create an standard vector of GpuMat with the initial values

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public VectorOfGpuMat(
	params GpuMat[] values
)

Parameters

values
Type: Emgu.CV.CudaGpuMat
The initial values
See Also