MatOfPoint2fAdd Method (Point2f) OpenCvSharp Class Library
Adds elements to the bottom of the matrix. (Mat::push_back)

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override void Add(
	Point2f value
)

Parameters

value
Type: OpenCvSharp.CPlusPlusPoint2f
Added element(s)

Implements

ICollectionTAdd(T)
See Also

Reference