Insert a point to the triangulation. If the point is already inserted, no changes will be made.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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