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