| MatPushBack Method (Single) |
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(
float value
)
Public Sub PushBack (
value As Single
)
public:
void PushBack(
float value
)
member PushBack :
value : float32 -> unit
Parameters
- value
- Type: SystemSingle
Added element
See Also