NativeMethodsimgcodecs_cvConvertImage_Mat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void imgcodecs_cvConvertImage_Mat( IntPtr src, IntPtr dst, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub imgcodecs_cvConvertImage_Mat ( src As IntPtr, dst As IntPtr, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void imgcodecs_cvConvertImage_Mat( IntPtr src, IntPtr dst, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member imgcodecs_cvConvertImage_Mat : src : IntPtr * dst : IntPtr * flags : int -> unit
OpenCvSharp.NativeMethods.imgcodecs_cvConvertImage_Mat = function(src, dst, flags);