http://www.emgu.com
Adds elements to the bottom of the matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void PushBack(
Mat value
)
Public Sub PushBack (
value As Mat
)
public:
void PushBack(
Mat^ value
)
member PushBack :
value : Mat -> unit
Parameters
- value
- Type: Emgu.CVMat
[Missing <param name="value"/> documentation for "M:Emgu.CV.Mat.PushBack(Emgu.CV.Mat)"]
See Also