Thanks for downloading Dynamsoft Label Recognizer Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the image data.
typedef struct tagDLRImageData DLRImageData
Attribute | Type |
---|---|
bytesLength |
int |
bytes |
unsigned char* |
width |
int |
height |
int |
stride |
int |
format |
DLRImagePixelFormat |
The length of the image data byte array.
int tagDLRImageData::bytesLength
The image data content in a byte array.
unsigned char* tagDLRImageData::bytes
The width of the image in pixels.
int tagDLRImageData::width
The height of the image in pixels.
int tagDLRImageData::height
The stride (or scan width) of the image.
int tagDLRImageData::stride
The image pixel format used in the image byte array.
DLRImagePixelFormat tagDLRImageData::format
latest version