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