CvSubdiv2DFindNearestPoint2D 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 CvSubdiv2DPoint FindNearestPoint2D(
	CvPoint2D32f pt
)

Parameters

pt
Type: OpenCvSharpCvPoint2D32f
Input point.

Return Value

Type: CvSubdiv2DPoint

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

See Also

Reference