CvSubdiv2DLocate Method (CvSubdiv2D, CvPoint2D32f, CvSubdiv2DEdge) OpenCvSharp Class Library
Inserts a single point to Delaunay triangulation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvSubdiv2DPointLocation Subdiv2DLocate(
	CvSubdiv2D subdiv,
	CvPoint2D32f pt,
	out CvSubdiv2DEdge edge
)

Parameters

subdiv
Type: OpenCvSharpCvSubdiv2D
Delaunay or another subdivision.
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.Cv.Subdiv2DLocate(OpenCvSharp.CvSubdiv2D,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@)"]

See Also

Reference