NativeMethodscalib3d_correctMatches_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_correctMatches_InputArray( IntPtr F, IntPtr points1, IntPtr points2, IntPtr newPoints1, IntPtr newPoints2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_correctMatches_InputArray ( F As IntPtr, points1 As IntPtr, points2 As IntPtr, newPoints1 As IntPtr, newPoints2 As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_correctMatches_InputArray( IntPtr F, IntPtr points1, IntPtr points2, IntPtr newPoints1, IntPtr newPoints2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_correctMatches_InputArray : F : IntPtr * points1 : IntPtr * points2 : IntPtr * newPoints1 : IntPtr * newPoints2 : IntPtr -> unit
OpenCvSharp.NativeMethods.calib3d_correctMatches_InputArray = function(F, points1, points2, newPoints1, newPoints2);