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