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