NativeMethodsfeatures2d_getRecall Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]
Namespace: OpenCvSharp
public static ExceptionStatus features2d_getRecall( Point2f[] recallPrecisionCurve, int recallPrecisionCurveSize, float l_precision, out float returnValue )
Public Shared Function features2d_getRecall ( recallPrecisionCurve As Point2f(), recallPrecisionCurveSize As Integer, l_precision As Single, <OutAttribute> ByRef returnValue As Single ) As ExceptionStatus
public: static ExceptionStatus features2d_getRecall( array<Point2f>^ recallPrecisionCurve, int recallPrecisionCurveSize, float l_precision, [OutAttribute] float% returnValue )
static member features2d_getRecall : recallPrecisionCurve : Point2f[] * recallPrecisionCurveSize : int * l_precision : float32 * returnValue : float32 byref -> ExceptionStatus
[Missing <param name="recallPrecisionCurve"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]
[Missing <param name="recallPrecisionCurveSize"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]
[Missing <param name="l_precision"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_getRecall(OpenCvSharp.Point2f[],System.Int32,System.Single,System.Single@)"]