Click or drag to resize

CvInvokeImdecode Method (IInputArray, ImreadModes, Mat)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void Imdecode(
	IInputArray buf,
	ImreadModes loadType,
	Mat dst
)

Parameters

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