CvSubdiv2DLocate Method (CvPoint2D32f, CvSubdiv2DEdge) OpenCvSharp Class Library
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

public CvSubdiv2DPointLocation Locate(
	CvPoint2D32f pt,
	out CvSubdiv2DEdge edge
)

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

Reference