Click or drag to resize

NativeMethodsimgcodecs_imdecode_Mat Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_Mat(System.IntPtr,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgcodecs_imdecode_Mat(
	IntPtr buf,
	int flags,
	out IntPtr returnValue
)

Parameters

buf
Type: SystemIntPtr

[Missing <param name="buf"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_Mat(System.IntPtr,System.Int32,System.IntPtr@)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_Mat(System.IntPtr,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_Mat(System.IntPtr,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imdecode_Mat(System.IntPtr,System.Int32,System.IntPtr@)"]

See Also