Subdiv2DInsert Method (PointF) |
http://www.emgu.com
Insert a point to the triangulation.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Insert(
PointF point
)
Public Sub Insert (
point As PointF
)
public:
void Insert(
PointF point
)
member Insert :
point : PointF -> unit
Parameters
- point
- Type: System.DrawingPointF
The point to be inserted
See Also