NativeMethodsimgproc_undistortPoints Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_undistortPoints( IntPtr src, IntPtr dst, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr r, IntPtr p )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_undistortPoints ( src As IntPtr, dst As IntPtr, cameraMatrix As IntPtr, distCoeffs As IntPtr, r As IntPtr, p As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_undistortPoints( IntPtr src, IntPtr dst, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr r, IntPtr p )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_undistortPoints : src : IntPtr * dst : IntPtr * cameraMatrix : IntPtr * distCoeffs : IntPtr * r : IntPtr * p : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_undistortPoints = function(src, dst, cameraMatrix, distCoeffs, r, p);