CvSubdivDelaunay2DInsert Method OpenCvSharp Class Library
Inserts a single point to Delaunay triangulation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvSubdiv2DPoint SubdivDelaunay2DInsert(
	CvSubdiv2D subdiv,
	CvPoint2D32f pt
)

Parameters

subdiv
Type: OpenCvSharpCvSubdiv2D
Delaunay subdivision created by function cvCreateSubdivDelaunay2D.
pt
Type: OpenCvSharpCvPoint2D32f
Inserted point.

Return Value

Type: CvSubdiv2DPoint

[Missing <returns> documentation for "M:OpenCvSharp.Cv.SubdivDelaunay2DInsert(OpenCvSharp.CvSubdiv2D,OpenCvSharp.CvPoint2D32f)"]

See Also

Reference