Click or drag to resize

Subdiv2DInsert Method (Point2f)

Insert a single point into a Delaunay triangulation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int Insert(
	Point2f pt
)

Parameters

pt
Type: OpenCvSharpPoint2f
Point to insert.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Subdiv2D.Insert(OpenCvSharp.Point2f)"]

See Also