|
OCR Project
|
Heap-allocated RGBA pixel buffer (row-major, 4 bytes per pixel). More...
#include <image.h>
Public Attributes | |
| uint8_t * | pixels |
| int | width |
| int | height |
Heap-allocated RGBA pixel buffer (row-major, 4 bytes per pixel).
| int Image::height |
Height in pixels.
| uint8_t* Image::pixels |
Raw RGBA data, row-major.
| int Image::width |
Width in pixels.