VectorOfMatPush Method (Mat) |
http://www.emgu.com
Push a value into the standard vector
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Push(
Mat value
)
Public Sub Push (
value As Mat
)
public:
void Push(
Mat^ value
)
member Push :
value : Mat -> unit
Parameters
- value
- Type: Emgu.CVMat
The value to be pushed to the vector
See Also