NativeMethodsfeatures2d_drawMatches2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_drawMatches2( IntPtr img1, KeyPoint[] keypoints1, int keypoints1Length, IntPtr img2, KeyPoint[] keypoints2, int keypoints2Length, IntPtr[] matches1to2, int matches1to2Size1, int[] matches1to2Size2, IntPtr outImg, Scalar matchColor, Scalar singlePointColor, IntPtr[] matchesMask, int matchesMaskSize1, int[] matchesMaskSize2, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_drawMatches2 ( img1 As IntPtr, keypoints1 As KeyPoint(), keypoints1Length As Integer, img2 As IntPtr, keypoints2 As KeyPoint(), keypoints2Length As Integer, matches1to2 As IntPtr(), matches1to2Size1 As Integer, matches1to2Size2 As Integer(), outImg As IntPtr, matchColor As Scalar, singlePointColor As Scalar, matchesMask As IntPtr(), matchesMaskSize1 As Integer, matchesMaskSize2 As Integer(), flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_drawMatches2( IntPtr img1, array<KeyPoint>^ keypoints1, int keypoints1Length, IntPtr img2, array<KeyPoint>^ keypoints2, int keypoints2Length, array<IntPtr>^ matches1to2, int matches1to2Size1, array<int>^ matches1to2Size2, IntPtr outImg, Scalar matchColor, Scalar singlePointColor, array<IntPtr>^ matchesMask, int matchesMaskSize1, array<int>^ matchesMaskSize2, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_drawMatches2 : img1 : IntPtr * keypoints1 : KeyPoint[] * keypoints1Length : int * img2 : IntPtr * keypoints2 : KeyPoint[] * keypoints2Length : int * matches1to2 : IntPtr[] * matches1to2Size1 : int * matches1to2Size2 : int[] * outImg : IntPtr * matchColor : Scalar * singlePointColor : Scalar * matchesMask : IntPtr[] * matchesMaskSize1 : int * matchesMaskSize2 : int[] * flags : int -> unit
OpenCvSharp.NativeMethods.features2d_drawMatches2 = function(img1, keypoints1, keypoints1Length, img2, keypoints2, keypoints2Length, matches1to2, matches1to2Size1, matches1to2Size2, outImg, matchColor, singlePointColor, matchesMask, matchesMaskSize1, matchesMaskSize2, flags);