NativeMethods.calib3d_stereoRectify_array Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_stereoRectify_array( double[,] cameraMatrix1, double[] distCoeffs1, int dc1Size, double[,] cameraMatrix2, double[] distCoeffs2, int dc2Size, Size imageSize, double[,] R, double[] T, double[,] R1, double[,] R2, double[,] P1, double[,] P2, double[,] Q, int flags, double alpha, Size newImageSize, out Rect validPixROI1, out Rect validPixROI2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_stereoRectify_array ( cameraMatrix1 As Double(,), distCoeffs1 As Double(), dc1Size As Integer, cameraMatrix2 As Double(,), distCoeffs2 As Double(), dc2Size As Integer, imageSize As Size, R As Double(,), T As Double(), R1 As Double(,), R2 As Double(,), P1 As Double(,), P2 As Double(,), Q As Double(,), flags As Integer, alpha As Double, newImageSize As Size, <OutAttribute> ByRef validPixROI1 As Rect, <OutAttribute> ByRef validPixROI2 As Rect )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_stereoRectify_array( array<double,2>^ cameraMatrix1, array<double>^ distCoeffs1, int dc1Size, array<double,2>^ cameraMatrix2, array<double>^ distCoeffs2, int dc2Size, Size imageSize, array<double,2>^ R, array<double>^ T, array<double,2>^ R1, array<double,2>^ R2, array<double,2>^ P1, array<double,2>^ P2, array<double,2>^ Q, int flags, double alpha, Size newImageSize, [OutAttribute] Rect% validPixROI1, [OutAttribute] Rect% validPixROI2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_stereoRectify_array : cameraMatrix1 : float[,] * distCoeffs1 : float[] * dc1Size : int * cameraMatrix2 : float[,] * distCoeffs2 : float[] * dc2Size : int * imageSize : Size * R : float[,] * T : float[] * R1 : float[,] * R2 : float[,] * P1 : float[,] * P2 : float[,] * Q : float[,] * flags : int * alpha : float * newImageSize : Size * validPixROI1 : Rect byref * validPixROI2 : Rect byref -> unit
OpenCvSharp.NativeMethods.calib3d_stereoRectify_array = function(cameraMatrix1, distCoeffs1, dc1Size, cameraMatrix2, distCoeffs2, dc2Size, imageSize, R, T, R1, R2, P1, P2, Q, flags, alpha, newImageSize, validPixROI1, validPixROI2);