http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvSubdivDelaunay2DInsert( IntPtr subdiv, PointF pt ) |
Visual Basic |
---|
Public Shared Function cvSubdivDelaunay2DInsert ( _ subdiv As IntPtr, _ pt As PointF _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvSubdivDelaunay2DInsert( IntPtr subdiv, PointF pt ) |
Parameters
- subdiv
- Type: System..::..IntPtr
Delaunay subdivision created by function cvCreateSubdivDelaunay2D
- pt
- Type: System.Drawing..::..PointF
Inserted point.
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvSubdivDelaunay2DInsert(System.IntPtr,System.Drawing.PointF)"]