NativeMethodscalib3d_solvePnPRansac_vector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_solvePnPRansac_vector( Point3f[] objectPoints, int objectPointsLength, Point2f[] imagePoints, int imagePointsLength, double[,] cameraMatrix, double[] distCoeffs, int distCoeffsLength, double[] rvec, double[] tvec, int useExtrinsicGuess, int iterationsCount, float reprojectionError, double confidence, IntPtr inliers, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_solvePnPRansac_vector ( objectPoints As Point3f(), objectPointsLength As Integer, imagePoints As Point2f(), imagePointsLength As Integer, cameraMatrix As Double(,), distCoeffs As Double(), distCoeffsLength As Integer, <OutAttribute> rvec As Double(), <OutAttribute> tvec As Double(), useExtrinsicGuess As Integer, iterationsCount As Integer, reprojectionError As Single, confidence As Double, inliers As IntPtr, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_solvePnPRansac_vector( array<Point3f>^ objectPoints, int objectPointsLength, array<Point2f>^ imagePoints, int imagePointsLength, array<double,2>^ cameraMatrix, array<double>^ distCoeffs, int distCoeffsLength, [OutAttribute] array<double>^ rvec, [OutAttribute] array<double>^ tvec, int useExtrinsicGuess, int iterationsCount, float reprojectionError, double confidence, IntPtr inliers, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_solvePnPRansac_vector : objectPoints : Point3f[] * objectPointsLength : int * imagePoints : Point2f[] * imagePointsLength : int * cameraMatrix : float[,] * distCoeffs : float[] * distCoeffsLength : int * rvec : float[] byref * tvec : float[] byref * useExtrinsicGuess : int * iterationsCount : int * reprojectionError : float32 * confidence : float * inliers : IntPtr * flags : int -> unit
OpenCvSharp.NativeMethods.calib3d_solvePnPRansac_vector = function(objectPoints, objectPointsLength, imagePoints, imagePointsLength, cameraMatrix, distCoeffs, distCoeffsLength, rvec, tvec, useExtrinsicGuess, iterationsCount, reprojectionError, confidence, inliers, flags);