NativeMethodscvDecodeImage Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvDecodeImage(System.IntPtr,OpenCvSharp.LoadMode)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr cvDecodeImage(
	IntPtr buf,
	LoadMode iscolor
)

Parameters

buf
Type: SystemIntPtr

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

iscolor
Type: OpenCvSharpLoadMode

[Missing <param name="iscolor"/> documentation for "M:OpenCvSharp.NativeMethods.cvDecodeImage(System.IntPtr,OpenCvSharp.LoadMode)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvDecodeImage(System.IntPtr,OpenCvSharp.LoadMode)"]

See Also

Reference