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