Insert a point to the triangulation. If the point is already inserted, no changes will be made.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Insert(
	PointF point
)
Public Sub Insert ( _
	point As PointF _
)
public:
void Insert(
	PointF point
)

Parameters

point
PointF
The point to be inserted

See Also