Click or drag to resize
VectorOfGpuMatPush Method (GpuMat)
http://www.emgu.com
Push multiple values into the standard vector

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Push(
	GpuMat[] values
)

Parameters

values
Type: Emgu.CV.CudaGpuMat
The values to be pushed to the vector
See Also