Inserts a single point to Delaunay triangulation (cvSubdiv2DLocate).
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- pt
- Type: OpenCvSharpCvPoint2D32f
The point to locate. - edge
- Type: OpenCvSharpCvSubdiv2DEdge
The output edge the point falls onto or right to.
Return Value
Type: CvSubdiv2DPointLocation[Missing <returns> documentation for "M:OpenCvSharp.CvSubdiv2D.Locate(OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@)"]
See Also