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