Click or drag to resize

MatOfPoint3dAdd Method (Point3d)

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
Syntax
public override void Add(
	Point3d value
)

Parameters

value
Type: OpenCvSharpPoint3d
Added element(s)

Implements

ICollectionTAdd(T)
See Also