VectorOfGpuMatPush Method (GpuMat) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Push(
GpuMat[] values
)
Public Sub Push (
values As GpuMat()
)
public:
void Push(
array<GpuMat^>^ values
)
member Push :
values : GpuMat[] -> unit
Parameters
- values
- Type: Emgu.CV.CudaGpuMat
The values to be pushed to the vector
See Also