playerc_blobfinder_blob_t Struct Reference
[blobfinder]
#include <playerc.h>
Detailed Description
Description of a single blob.
Public Attributes | |
| unsigned int | id |
| The blob id; e.g. | |
| uint32_t | color |
| A descriptive color for the blob. | |
| unsigned int | x |
| Blob centroid (image coordinates). | |
| unsigned int | y |
| Blob centroid (image coordinates). | |
| unsigned int | left |
| Bounding box for blob (image coordinates). | |
| unsigned int | top |
| Bounding box for blob (image coordinates). | |
| unsigned int | right |
| Bounding box for blob (image coordinates). | |
| unsigned int | bottom |
| Bounding box for blob (image coordinates). | |
| unsigned int | area |
| Blob area (pixels). | |
| double | range |
| Blob range (m). | |
Member Data Documentation
|
|
A descriptive color for the blob. Stored as packed RGB 32, i.e.: 0x00RRGGBB. |
|
|
The blob id; e.g. the color class this blob belongs to. |
The documentation for this struct was generated from the following file:
