NativeMethods.calib3d_findFundamentalMat_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_findFundamentalMat_InputArray( IntPtr points1, IntPtr points2, int method, double param1, double param2, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_findFundamentalMat_InputArray ( points1 As IntPtr, points2 As IntPtr, method As Integer, param1 As Double, param2 As Double, mask As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_findFundamentalMat_InputArray( IntPtr points1, IntPtr points2, int method, double param1, double param2, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_findFundamentalMat_InputArray : points1 : IntPtr * points2 : IntPtr * method : int * param1 : float * param2 : float * mask : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.calib3d_findFundamentalMat_InputArray = function(points1, points2, method, param1, param2, mask);