NativeMethodsimgcodecs_imdecode_vector Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgcodecs_imdecode_vector( byte[] buf, IntPtr bufLength, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgcodecs_imdecode_vector ( buf As Byte(), bufLength As IntPtr, flags As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgcodecs_imdecode_vector( array<unsigned char>^ buf, IntPtr bufLength, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgcodecs_imdecode_vector : buf : byte[] * bufLength : IntPtr * flags : int -> IntPtr
OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector = function(buf, bufLength, flags);