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