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