CvDecodeImageM Method OpenCvSharp Class Library
Decode image stored in the buffer

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

public static CvMat DecodeImageM(
	CvMat buf,
	LoadMode iscolor
)

Parameters

buf
Type: OpenCvSharpCvMat
The input array of vector of bytes
iscolor
Type: OpenCvSharpLoadMode
Specifies color type of the loaded image

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.Cv.DecodeImageM(OpenCvSharp.CvMat,OpenCvSharp.LoadMode)"]

See Also

Reference