| MatPushBack Method (Int32) |
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(
int value
)
Public Sub PushBack (
value As Integer
)
public:
void PushBack(
int value
)
member PushBack :
value : int -> unit
Parameters
- value
- Type: SystemInt32
Added element
See Also