NativeMethodsfeatures2d_computeRecallPrecisionCurve Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_computeRecallPrecisionCurve( IntPtr[] matches1to2, int matches1to2Size1, int[] matches1to2Size2, IntPtr[] correctMatches1to2Mask, int correctMatches1to2MaskSize1, int[] correctMatches1to2MaskSize2, IntPtr recallPrecisionCurve )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_computeRecallPrecisionCurve ( matches1to2 As IntPtr(), matches1to2Size1 As Integer, matches1to2Size2 As Integer(), correctMatches1to2Mask As IntPtr(), correctMatches1to2MaskSize1 As Integer, correctMatches1to2MaskSize2 As Integer(), recallPrecisionCurve As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_computeRecallPrecisionCurve( array<IntPtr>^ matches1to2, int matches1to2Size1, array<int>^ matches1to2Size2, array<IntPtr>^ correctMatches1to2Mask, int correctMatches1to2MaskSize1, array<int>^ correctMatches1to2MaskSize2, IntPtr recallPrecisionCurve )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_computeRecallPrecisionCurve : matches1to2 : IntPtr[] * matches1to2Size1 : int * matches1to2Size2 : int[] * correctMatches1to2Mask : IntPtr[] * correctMatches1to2MaskSize1 : int * correctMatches1to2MaskSize2 : int[] * recallPrecisionCurve : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve = function(matches1to2, matches1to2Size1, matches1to2Size2, correctMatches1to2Mask, correctMatches1to2MaskSize1, correctMatches1to2MaskSize2, recallPrecisionCurve);