MatOfDoubleAdd Method (Double)
|
Adds elements to the bottom of the matrix. (Mat::push_back)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic override void Add(
double value
)
Public Overrides Sub Add (
value As Double
)
public:
virtual void Add(
double value
) override
abstract Add :
value : float -> unit
override Add :
value : float -> unit
Parameters
- value
- Type: SystemDouble
Added element(s)
Implements
ICollectionTAdd(T)
See Also