Click or drag to resize

Subdiv2DInsert Method (IEnumerablePoint2f)

Insert multiple points into a Delaunay triangulation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Insert(
	IEnumerable<Point2f> ptVec
)

Parameters

ptVec
Type: System.Collections.GenericIEnumerablePoint2f
Points to insert.
See Also