VectorOfGpuMatPush Method (GpuMat) |
http://www.emgu.com
Push a value 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 value
)
Public Sub Push (
value As GpuMat
)
public:
void Push(
GpuMat^ value
)
member Push :
value : GpuMat -> unit
Parameters
- value
- Type: Emgu.CV.CudaGpuMat
The value to be pushed to the vector
See Also