NativeMethodsimgproc_warpPerspective_MisArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_warpPerspective_MisArray( IntPtr src, IntPtr dst, float[,] m, int mRow, int mCol, Size dsize, int flags, int borderMode, Scalar borderValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_warpPerspective_MisArray ( src As IntPtr, dst As IntPtr, m As Single(,), mRow As Integer, mCol As Integer, dsize As Size, flags As Integer, borderMode As Integer, borderValue As Scalar )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_warpPerspective_MisArray( IntPtr src, IntPtr dst, array<float,2>^ m, int mRow, int mCol, Size dsize, int flags, int borderMode, Scalar borderValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_warpPerspective_MisArray : src : IntPtr * dst : IntPtr * m : float32[,] * mRow : int * mCol : int * dsize : Size * flags : int * borderMode : int * borderValue : Scalar -> unit
OpenCvSharp.NativeMethods.imgproc_warpPerspective_MisArray = function(src, dst, m, mRow, mCol, dsize, flags, borderMode, borderValue);