| 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
)
Public Sub PushBack (
value As Short
)
public:
void PushBack(
short value
)
member PushBack :
value : int16 -> unit
Parameters
- value
- Type: SystemInt16
Added element
See Also