NativeMethodscalib3d_projectPoints_Mat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_projectPoints_Mat( IntPtr objectPoints, IntPtr rvec, IntPtr tvec, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr imagePoints, IntPtr jacobian, double aspectRatio )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_projectPoints_Mat ( objectPoints As IntPtr, rvec As IntPtr, tvec As IntPtr, cameraMatrix As IntPtr, distCoeffs As IntPtr, imagePoints As IntPtr, jacobian As IntPtr, aspectRatio As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_projectPoints_Mat( IntPtr objectPoints, IntPtr rvec, IntPtr tvec, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr imagePoints, IntPtr jacobian, double aspectRatio )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_projectPoints_Mat : objectPoints : IntPtr * rvec : IntPtr * tvec : IntPtr * cameraMatrix : IntPtr * distCoeffs : IntPtr * imagePoints : IntPtr * jacobian : IntPtr * aspectRatio : float -> unit
OpenCvSharp.NativeMethods.calib3d_projectPoints_Mat = function(objectPoints, rvec, tvec, cameraMatrix, distCoeffs, imagePoints, jacobian, aspectRatio);