Method Insert
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Insert(Point2f)
Insert a single point into a Delaunay triangulation.
public int Insert(Point2f pt)
Parameters
ptPoint2fPoint to insert.
Returns
Insert(IEnumerable<Point2f>)
Insert multiple points into a Delaunay triangulation.
public void Insert(IEnumerable<Point2f> ptVec)
Parameters
ptVecIEnumerable<Point2f>Points to insert.