Struct for a picture object. More...
#include <MyroC.h>
Public Attributes | |
| int | height |
| int | width |
| Pixel | pix_array [192][256] |
Struct for a picture object.
| int Picture::height |
The height of the image – set to 192 for robot camera
| Pixel Picture::pix_array[192][256] |
The array of pixels comprising the image
| int Picture::width |
The width of the image – set to 256 for robot camera
1.8.1.2