NativeMethodsimgproc_initUndistortRectifyMap Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_initUndistortRectifyMap( IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr r, IntPtr newCameraMatrix, Size size, int m1Type, IntPtr map1, IntPtr map2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_initUndistortRectifyMap ( cameraMatrix As IntPtr, distCoeffs As IntPtr, r As IntPtr, newCameraMatrix As IntPtr, size As Size, m1Type As Integer, map1 As IntPtr, map2 As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_initUndistortRectifyMap( IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr r, IntPtr newCameraMatrix, Size size, int m1Type, IntPtr map1, IntPtr map2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_initUndistortRectifyMap : cameraMatrix : IntPtr * distCoeffs : IntPtr * r : IntPtr * newCameraMatrix : IntPtr * size : Size * m1Type : int * map1 : IntPtr * map2 : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_initUndistortRectifyMap = function(cameraMatrix, distCoeffs, r, newCameraMatrix, size, m1Type, map1, map2);