|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_blobfinder_blob_t Struct Reference |
Public Attributes | |
int | id |
uint32_t | color |
int | x |
int | y |
int | left |
int | top |
int | right |
int | bottom |
int | area |
double | range |
|
The blob id; e.g. the color class this blob belongs to. |
|
A descriptive color for the blob. Stored as packed RGB 32, i.e.: 0x00RRGGBB. |
|
Blob centroid (image coordinates). |
|
Blob centroid (image coordinates). |
|
Bounding box for blob (image coordinates). |
|
Bounding box for blob (image coordinates). |
|
Bounding box for blob (image coordinates). |
|
Bounding box for blob (image coordinates). |
|
Blob area (pixels). |
|
Blob range (m). |