NativeMethodsimgcodecs_imdecode_vector Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgcodecs_imdecode_vector( byte[] buf, IntPtr bufLength, int flags, out IntPtr returnValue )
Public Shared Function imgcodecs_imdecode_vector ( buf As Byte(), bufLength As IntPtr, flags As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgcodecs_imdecode_vector( array<unsigned char>^ buf, IntPtr bufLength, int flags, [OutAttribute] IntPtr% returnValue )
static member imgcodecs_imdecode_vector : buf : byte[] * bufLength : IntPtr * flags : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="buf"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="bufLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_vector(System.Byte[],System.IntPtr,System.Int32,System.IntPtr@)"]