Click or drag to resize

MatPushBack Method

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
Syntax
public void PushBack(
	Mat value
)

Parameters

value
Type: Emgu.CVMat
The value
See Also