VectorOfUMatPush Method (UMat) |
http://www.emgu.com
Push a value into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Push(
UMat value
)
Public Sub Push (
value As UMat
)
public:
void Push(
UMat^ value
)
member Push :
value : UMat -> unit
Parameters
- value
- Type: Emgu.CVUMat
The value to be pushed to the vector
See Also