MatOfIntAdd Method (Int32)
|
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(
int value
)
Public Overrides Sub Add (
value As Integer
)
public:
virtual void Add(
int value
) override
abstract Add :
value : int -> unit
override Add :
value : int -> unit
Parameters
- value
- Type: SystemInt32
Added element(s)
Implements
ICollectionTAdd(T)
See Also