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

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.
vertex
Type: OpenCvSharpCvSubdiv2DPoint
Optional output vertex double pointer the input point coinsides with.

Return Value

Type: CvSubdiv2DPointLocation

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

See Also

Reference