| 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
)
Public Sub Insert (
ptVec As IEnumerable(Of Point2f)
)
public:
void Insert(
IEnumerable<Point2f>^ ptVec
)
member Insert :
ptVec : IEnumerable<Point2f> -> unit
Parameters
- ptVec
- Type: System.Collections.GenericIEnumerablePoint2f
Points to insert.
See Also