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