CvFindNearestPoint2D Method OpenCvSharp Class Library
Finds the closest subdivision vertex to given point

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

public static CvSubdiv2DPoint FindNearestPoint2D(
	CvSubdiv2D subdiv,
	CvPoint2D32f pt
)

Parameters

subdiv
Type: OpenCvSharpCvSubdiv2D
Delaunay or another subdivision.
pt
Type: OpenCvSharpCvPoint2D32f
Input point.

Return Value

Type: CvSubdiv2DPoint

[Missing <returns> documentation for "M:OpenCvSharp.Cv.FindNearestPoint2D(OpenCvSharp.CvSubdiv2D,OpenCvSharp.CvPoint2D32f)"]

See Also

Reference