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