NativeMethodsimgcodecs_imdecode_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgcodecs_imdecode_InputArray( IntPtr buf, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgcodecs_imdecode_InputArray ( buf As IntPtr, flags As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgcodecs_imdecode_InputArray( IntPtr buf, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgcodecs_imdecode_InputArray : buf : IntPtr * flags : int -> IntPtr
OpenCvSharp.NativeMethods.imgcodecs_imdecode_InputArray = function(buf, flags);