Scanbot SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
scanbotsdk_image_t

Wrapper for image data. More...

#include <ScanbotSDK.h>

Public Attributes

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.
 

Detailed Description

Wrapper for image data.


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