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