|
MyroC
2.3
a C-based package to control Scribbler 2 robots
|
Struct for a picture object. More...
#include <MyroC.h>
Data Fields | |
| int | height |
| int | width |
| Pixel | pix_array [256][192] |
Struct for a picture object.
| int height |
The height of the image – set to 192 for robot camera
| Pixel pix_array[256][192] |
The array of pixels comprising the image
| int width |
The width of the image – set to 256 for robot camera
1.8.1.2