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