http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Finds subdivision vertex that is the closest to the input point. It is not necessarily one of vertices of the facet containing the input point, though the facet (located using cvSubdiv2DLocate) is used as a starting point.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvSubdiv2DPoint FindNearestPoint2D( ref PointF point ) |
Visual Basic |
---|
Public Function FindNearestPoint2D ( _ ByRef point As PointF _ ) As MCvSubdiv2DPoint |
Visual C++ |
---|
public: MCvSubdiv2DPoint FindNearestPoint2D( PointF% point ) |
Parameters
- point
- Type: System.Drawing..::..PointF%
Input point