NativeMethodsfeatures2d_evaluateFeatureDetector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_evaluateFeatureDetector( IntPtr img1, IntPtr img2, IntPtr H1to2, IntPtr keypoints1, IntPtr keypoints2, out float repeatability, out int correspCount )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_evaluateFeatureDetector ( img1 As IntPtr, img2 As IntPtr, H1to2 As IntPtr, keypoints1 As IntPtr, keypoints2 As IntPtr, <OutAttribute> ByRef repeatability As Single, <OutAttribute> ByRef correspCount As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_evaluateFeatureDetector( IntPtr img1, IntPtr img2, IntPtr H1to2, IntPtr keypoints1, IntPtr keypoints2, [OutAttribute] float% repeatability, [OutAttribute] int% correspCount )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_evaluateFeatureDetector : img1 : IntPtr * img2 : IntPtr * H1to2 : IntPtr * keypoints1 : IntPtr * keypoints2 : IntPtr * repeatability : float32 byref * correspCount : int byref -> unit
OpenCvSharp.NativeMethods.features2d_evaluateFeatureDetector = function(img1, img2, H1to2, keypoints1, keypoints2, repeatability, correspCount);