| ||||||
#include <mindsensors-nxtcam.h>
Data Fields | |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| int | colour |
| int | size |
Blob struct, contains all the data for a blob.
Definition at line 57 of file mindsensors-nxtcam.h.
| int colour |
Blob colour
Definition at line 62 of file mindsensors-nxtcam.h.
| int size |
Blob size
Definition at line 63 of file mindsensors-nxtcam.h.
| int x1 |
left
Definition at line 58 of file mindsensors-nxtcam.h.
| int x2 |
right
Definition at line 60 of file mindsensors-nxtcam.h.
| int y1 |
top
Definition at line 59 of file mindsensors-nxtcam.h.
| int y2 |
bottom
Definition at line 61 of file mindsensors-nxtcam.h.
1.7.2