Click or drag to resize
VectorOfGpuMat Constructor (Int32)
http://www.emgu.com
Create an standard vector of GpuMat of the specific size

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(
	int size
)

Parameters

size
Type: SystemInt32
The size of the vector
See Also