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