player_blobfinder_data Struct Reference
#include <player.h>
Detailed Description
Data: detected blobs (PLAYER_BLOBFINDER_DATA_BLOBS)The list of detected blobs, returned as data byblobfinder devices. Public Attributes | |
| uint32_t | width |
| The image dimensions. | |
| uint32_t | height |
| The image dimensions. | |
| uint32_t | blobs_count |
| The number of blobs. | |
| player_blobfinder_blob_t | blobs [PLAYER_BLOBFINDER_MAX_BLOBS] |
| The list of blobs. | |
Member Data Documentation
| uint32_t player_blobfinder_data::width |
The image dimensions.
[pixels]
| uint32_t player_blobfinder_data::height |
The image dimensions.
[pixels]
The documentation for this struct was generated from the following file:
