NativeMethodsimgproc_warpPerspective_MisInputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_warpPerspective_MisInputArray( IntPtr src, IntPtr dst, IntPtr m, Size dsize, int flags, int borderMode, Scalar borderValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_warpPerspective_MisInputArray ( src As IntPtr, dst As IntPtr, m As IntPtr, 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_MisInputArray( IntPtr src, IntPtr dst, IntPtr m, Size dsize, int flags, int borderMode, Scalar borderValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_warpPerspective_MisInputArray : src : IntPtr * dst : IntPtr * m : IntPtr * dsize : Size * flags : int * borderMode : int * borderValue : Scalar -> unit
OpenCvSharp.NativeMethods.imgproc_warpPerspective_MisInputArray = function(src, dst, m, dsize, flags, borderMode, borderValue);