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