Cv2GetNearestPoint Method |
[Missing <summary> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]
Namespace: OpenCvSharp
public static int GetNearestPoint( IEnumerable<Point2f> recallPrecisionCurve, float lPrecision )
Public Shared Function GetNearestPoint ( recallPrecisionCurve As IEnumerable(Of Point2f), lPrecision As Single ) As Integer
public: static int GetNearestPoint( IEnumerable<Point2f>^ recallPrecisionCurve, float lPrecision )
static member GetNearestPoint : recallPrecisionCurve : IEnumerable<Point2f> * lPrecision : float32 -> int
[Missing <param name="recallPrecisionCurve"/> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]
[Missing <param name="lPrecision"/> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]
[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]