NativeMethodscalib3d_calibrateCamera_vector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double calib3d_calibrateCamera_vector( IntPtr[] objectPoints, int opSize1, int[] opSize2, IntPtr[] imagePoints, int ipSize1, int[] ipSize2, Size imageSize, double[,] cameraMatrix, double[] distCoeffs, int distCoeffsSize, IntPtr rvecs, IntPtr tvecs, int flags, TermCriteria criteria )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_calibrateCamera_vector ( objectPoints As IntPtr(), opSize1 As Integer, opSize2 As Integer(), imagePoints As IntPtr(), ipSize1 As Integer, ipSize2 As Integer(), imageSize As Size, <OutAttribute> cameraMatrix As Double(,), <OutAttribute> distCoeffs As Double(), distCoeffsSize As Integer, rvecs As IntPtr, tvecs As IntPtr, flags As Integer, criteria As TermCriteria ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double calib3d_calibrateCamera_vector( array<IntPtr>^ objectPoints, int opSize1, array<int>^ opSize2, array<IntPtr>^ imagePoints, int ipSize1, array<int>^ ipSize2, Size imageSize, [InAttribute] [OutAttribute] array<double,2>^ cameraMatrix, [InAttribute] [OutAttribute] array<double>^ distCoeffs, int distCoeffsSize, IntPtr rvecs, IntPtr tvecs, int flags, TermCriteria criteria )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_calibrateCamera_vector : objectPoints : IntPtr[] * opSize1 : int * opSize2 : int[] * imagePoints : IntPtr[] * ipSize1 : int * ipSize2 : int[] * imageSize : Size * cameraMatrix : float[,] byref * distCoeffs : float[] byref * distCoeffsSize : int * rvecs : IntPtr * tvecs : IntPtr * flags : int * criteria : TermCriteria -> float
OpenCvSharp.NativeMethods.calib3d_calibrateCamera_vector = function(objectPoints, opSize1, opSize2, imagePoints, ipSize1, ipSize2, imageSize, cameraMatrix, distCoeffs, distCoeffsSize, rvecs, tvecs, flags, criteria);