NativeMethodsfeatures2d_getRecall Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float features2d_getRecall( Point2f[] recallPrecisionCurve, int recallPrecisionCurveSize, float l_precision )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_getRecall ( recallPrecisionCurve As Point2f(), recallPrecisionCurveSize As Integer, l_precision As Single ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float features2d_getRecall( array<Point2f>^ recallPrecisionCurve, int recallPrecisionCurveSize, float l_precision )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_getRecall : recallPrecisionCurve : Point2f[] * recallPrecisionCurveSize : int * l_precision : float32 -> float32
OpenCvSharp.NativeMethods.features2d_getRecall = function(recallPrecisionCurve, recallPrecisionCurveSize, l_precision);