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