[This is preliminary documentation and is subject to change.]
Inserts a single point to subdivision and modifies the subdivision topology appropriately. If a points with same coordinates exists already, no new points is added. The function returns pointer to the allocated point. No virtual points coordinates is calculated at this stage.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- subdiv
- IntPtr
Delaunay subdivision created by function cvCreateSubdivDelaunay2D
- pt
- PointF
Inserted point.
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvSubdivDelaunay2DInsert(System.IntPtr,System.Drawing.PointF)"]