Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Fields
MMindImage Struct Reference

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.
 

Detailed Description

This struct defines Image.

Field Documentation

◆ channel

int MMindImage::channel

The number of channels in the image.

◆ data

unsigned char* MMindImage::data

The pointer of the image data.

◆ depth

int MMindImage::depth

The depth of the image.

◆ height

int MMindImage::height

The height of the image.

◆ width

int MMindImage::width

The width of the image.


The documentation for this struct was generated from the following file: