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: 4.1.1.3497 (4.1.1.3497)
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
The value
See Also