NativeMethodscalib3d_stereoRectifyUncalibrated_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int calib3d_stereoRectifyUncalibrated_InputArray( IntPtr points1, IntPtr points2, IntPtr F, Size imgSize, IntPtr H1, IntPtr H2, double threshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_stereoRectifyUncalibrated_InputArray ( points1 As IntPtr, points2 As IntPtr, F As IntPtr, imgSize As Size, H1 As IntPtr, H2 As IntPtr, threshold As Double ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int calib3d_stereoRectifyUncalibrated_InputArray( IntPtr points1, IntPtr points2, IntPtr F, Size imgSize, IntPtr H1, IntPtr H2, double threshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_stereoRectifyUncalibrated_InputArray : points1 : IntPtr * points2 : IntPtr * F : IntPtr * imgSize : Size * H1 : IntPtr * H2 : IntPtr * threshold : float -> int
OpenCvSharp.NativeMethods.calib3d_stereoRectifyUncalibrated_InputArray = function(points1, points2, F, imgSize, H1, H2, threshold);