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