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)
Syntaxpublic static void Imdecode(
byte[] buf,
ImreadModes loadType,
Mat dst
)
Public Shared Sub Imdecode (
buf As Byte(),
loadType As ImreadModes,
dst As Mat
)
public:
static void Imdecode(
array<unsigned char>^ buf,
ImreadModes loadType,
Mat^ dst
)
static member Imdecode :
buf : byte[] *
loadType : ImreadModes *
dst : Mat -> unit
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