Wrapper for image data.
More...
#include <ScanbotSDK.h>
|
void * | buffer |
| The image buffer. The buffer data type must be an 8-bit integer.
|
|
int | width |
| Image width.
|
|
int | height |
| Image height.
|
|
int | channels |
| The number of channels in the image.
|
|
int | stride |
| Row stride in bytes, if 0 the stride will be calculated automatically.
|
|
The documentation for this struct was generated from the following file: