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