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