|
Mech-DLK SDK C API 2.1.0
C API reference documentation for secondary development with Mech-DLK
|
This struct defines Image. More...
#include <dl_definition.h>
Data Fields | |
| int | width |
| The width of the image. | |
| int | height |
| The height of the image. | |
| int | channel |
| The number of channels in the image. | |
| int | depth |
| The depth of the image. | |
| unsigned char * | data |
| The pointer of the image data. | |
This struct defines Image.
| int MMindImage::channel |
The number of channels in the image.
| unsigned char* MMindImage::data |
The pointer of the image data.
| int MMindImage::depth |
The depth of the image.
| int MMindImage::height |
The height of the image.
| int MMindImage::width |
The width of the image.