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