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