Click or drag to resize

CvInvokeImdecode Method (Byte, ImreadModes, Mat)

http://www.emgu.com
Decode image stored in the buffer

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Imdecode(
	byte[] buf,
	ImreadModes loadType,
	Mat dst
)

Parameters

buf
Type: SystemByte
The buffer
loadType
Type: Emgu.CV.CvEnumImreadModes
The image loading type
dst
Type: Emgu.CVMat
The output placeholder for the decoded matrix.
See Also