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