MatTElem, TInheritAdd Method (TElem)
|
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 abstract void Add(
TElem value
)
Public MustOverride Sub Add (
value As TElem
)
public:
virtual void Add(
TElem value
) abstract
abstract Add :
value : 'TElem -> unit
Parameters
- value
- Type: TElem
Added element(s)
Implements
ICollectionTAdd(T)
See Also