Click or drag to resize

MatPushBack Method (Int16)

Adds elements to the bottom of the matrix. (Mat::push_back)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void PushBack(
	short value
)

Parameters

value
Type: SystemInt16
Added element
See Also