NativeMethodsimgproc_initWideAngleProjMap Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float imgproc_initWideAngleProjMap( IntPtr cameraMatrix, IntPtr distCoeffs, Size imageSize, int destImageWidth, int m1Type, IntPtr map1, IntPtr map2, int projType, double alpha )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_initWideAngleProjMap ( cameraMatrix As IntPtr, distCoeffs As IntPtr, imageSize As Size, destImageWidth As Integer, m1Type As Integer, map1 As IntPtr, map2 As IntPtr, projType As Integer, alpha As Double ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float imgproc_initWideAngleProjMap( IntPtr cameraMatrix, IntPtr distCoeffs, Size imageSize, int destImageWidth, int m1Type, IntPtr map1, IntPtr map2, int projType, double alpha )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_initWideAngleProjMap : cameraMatrix : IntPtr * distCoeffs : IntPtr * imageSize : Size * destImageWidth : int * m1Type : int * map1 : IntPtr * map2 : IntPtr * projType : int * alpha : float -> float32
OpenCvSharp.NativeMethods.imgproc_initWideAngleProjMap = function(cameraMatrix, distCoeffs, imageSize, destImageWidth, m1Type, map1, map2, projType, alpha);