| 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
)
Public Function Insert (
pt As Point2f
) As Integer
public:
int Insert(
Point2f pt
)
member Insert :
pt : Point2f -> int
Parameters
- pt
- Type: OpenCvSharpPoint2f
Point to insert.
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.Subdiv2D.Insert(OpenCvSharp.Point2f)"]
See Also