CvSubdiv2DLocate Method (CvPoint2D32f, CvSubdiv2DEdge, CvSubdiv2DPoint) 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,
	ref CvSubdiv2DPoint vertex
)

Parameters

pt
Type: OpenCvSharpCvPoint2D32f
The point to locate.
edge
Type: OpenCvSharpCvSubdiv2DEdge
The output edge the point falls onto or right to.
vertex
Type: OpenCvSharpCvSubdiv2DPoint
Optional output vertex double pointer the input point coinsides with.

Return Value

Type: CvSubdiv2DPointLocation

[Missing <returns> documentation for "M:OpenCvSharp.CvSubdiv2D.Locate(OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,OpenCvSharp.CvSubdiv2DPoint@)"]

See Also

Reference