http://www.emgu.com
Adds elements to the bottom of the matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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