| MatAdd Method (Vec2i) |
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 Add(
Vec2i value
)
Public Sub Add (
value As Vec2i
)
public:
void Add(
Vec2i value
)
member Add :
value : Vec2i -> unit
Parameters
- value
- Type: OpenCvSharpVec2i
Added element
See Also