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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public VectorOfGpuMat(
	params GpuMat[] values
)

Parameters

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