|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
player_blobfinder_blob Struct Reference |
Public Attributes | |
int16_t | id |
uint32_t | color |
uint32_t | area |
uint16_t | x |
uint16_t | y |
uint16_t | left |
uint16_t | right |
uint16_t | top |
uint16_t | bottom |
uint16_t | range |
|
Blob id. |
|
A descriptive color for the blob (useful for gui's). The color is stored as packed 32-bit RGB, i.e., 0x00RRGGBB. |
|
The blob area (pixels). |
|
The blob centroid (image coords). |
|
The blob centroid (image coords). |
|
Bounding box for the blob (image coords). |
|
Bounding box for the blob (image coords). |
|
Bounding box for the blob (image coords). |
|
Bounding box for the blob (image coords). |
|
Range (mm) to the blob center |