![]() |
SmartFace Embedded Toolkit
4.2.1
|
Raw owned raster image representation, HWC|BGR order. More...
#include <sfe_core.h>
Data Fields | |
| size_t | width |
| Width of the image in pixels. | |
| size_t | height |
| Height of the image in pixels. | |
| unsigned char * | data |
| Pointer to raw HWC|BGR data, size is width * height * 3. | |
Raw owned raster image representation, HWC|BGR order.
SFEImageView. sfeImageFree to free the allocated image data. Definition at line 70 of file sfe_core.h.
| unsigned char* SFEImage::data |
Pointer to raw HWC|BGR data, size is width * height * 3.
Definition at line 76 of file sfe_core.h.
| size_t SFEImage::height |
Height of the image in pixels.
Definition at line 74 of file sfe_core.h.
| size_t SFEImage::width |
Width of the image in pixels.
Definition at line 72 of file sfe_core.h.