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