Click or drag to resize

MatAdd Method (Point3d)

Adds elements to the bottom of the matrix. (Mat::push_back)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Add(
	Point3d value
)

Parameters

value
Type: OpenCvSharpPoint3d
Added element
See Also