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

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Push(
	Mat[] values
)

Parameters

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