NativeMethodscalib3d_rectify3Collinear_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float calib3d_rectify3Collinear_InputArray( IntPtr cameraMatrix1, IntPtr distCoeffs1, IntPtr cameraMatrix2, IntPtr distCoeffs2, IntPtr cameraMatrix3, IntPtr distCoeffs3, IntPtr[] imgpt1, int imgpt1Size, IntPtr[] imgpt3, int imgpt3Size, Size imageSize, IntPtr R12, IntPtr T12, IntPtr R13, IntPtr T13, IntPtr R1, IntPtr R2, IntPtr R3, IntPtr P1, IntPtr P2, IntPtr P3, IntPtr Q, double alpha, Size newImgSize, out Rect roi1, out Rect roi2, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_rectify3Collinear_InputArray ( cameraMatrix1 As IntPtr, distCoeffs1 As IntPtr, cameraMatrix2 As IntPtr, distCoeffs2 As IntPtr, cameraMatrix3 As IntPtr, distCoeffs3 As IntPtr, imgpt1 As IntPtr(), imgpt1Size As Integer, imgpt3 As IntPtr(), imgpt3Size As Integer, imageSize As Size, R12 As IntPtr, T12 As IntPtr, R13 As IntPtr, T13 As IntPtr, R1 As IntPtr, R2 As IntPtr, R3 As IntPtr, P1 As IntPtr, P2 As IntPtr, P3 As IntPtr, Q As IntPtr, alpha As Double, newImgSize As Size, <OutAttribute> ByRef roi1 As Rect, <OutAttribute> ByRef roi2 As Rect, flags As Integer ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float calib3d_rectify3Collinear_InputArray( IntPtr cameraMatrix1, IntPtr distCoeffs1, IntPtr cameraMatrix2, IntPtr distCoeffs2, IntPtr cameraMatrix3, IntPtr distCoeffs3, array<IntPtr>^ imgpt1, int imgpt1Size, array<IntPtr>^ imgpt3, int imgpt3Size, Size imageSize, IntPtr R12, IntPtr T12, IntPtr R13, IntPtr T13, IntPtr R1, IntPtr R2, IntPtr R3, IntPtr P1, IntPtr P2, IntPtr P3, IntPtr Q, double alpha, Size newImgSize, [OutAttribute] Rect% roi1, [OutAttribute] Rect% roi2, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_rectify3Collinear_InputArray : cameraMatrix1 : IntPtr * distCoeffs1 : IntPtr * cameraMatrix2 : IntPtr * distCoeffs2 : IntPtr * cameraMatrix3 : IntPtr * distCoeffs3 : IntPtr * imgpt1 : IntPtr[] * imgpt1Size : int * imgpt3 : IntPtr[] * imgpt3Size : int * imageSize : Size * R12 : IntPtr * T12 : IntPtr * R13 : IntPtr * T13 : IntPtr * R1 : IntPtr * R2 : IntPtr * R3 : IntPtr * P1 : IntPtr * P2 : IntPtr * P3 : IntPtr * Q : IntPtr * alpha : float * newImgSize : Size * roi1 : Rect byref * roi2 : Rect byref * flags : int -> float32
OpenCvSharp.NativeMethods.calib3d_rectify3Collinear_InputArray = function(cameraMatrix1, distCoeffs1, cameraMatrix2, distCoeffs2, cameraMatrix3, distCoeffs3, imgpt1, imgpt1Size, imgpt3, imgpt3Size, imageSize, R12, T12, R13, T13, R1, R2, R3, P1, P2, P3, Q, alpha, newImgSize, roi1, roi2, flags);