CvInvokeImdecode Method (IInputArray, LoadImageType, Mat) |
http://www.emgu.com
Decode image stored in the buffer
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static void Imdecode(
IInputArray buf,
LoadImageType loadType,
Mat dst
)
Public Shared Sub Imdecode (
buf As IInputArray,
loadType As LoadImageType,
dst As Mat
)
public:
static void Imdecode(
IInputArray^ buf,
LoadImageType loadType,
Mat^ dst
)
static member Imdecode :
buf : IInputArray *
loadType : LoadImageType *
dst : Mat -> unit
Parameters
- buf
- Type: Emgu.CVIInputArray
The buffer - loadType
- Type: Emgu.CV.CvEnumLoadImageType
The image loading type - dst
- Type: Emgu.CVMat
The output placeholder for the decoded matrix.
See Also