|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_blobfinder_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
int | width |
int | height |
int | blob_count |
playerc_blobfinder_blob_t | blobs [PLAYERC_BLOBFINDER_MAX_BLOBS] |
|
Device info; must be at the start of all device structures. |
|
Image dimensions (pixels). |
|
Image dimensions (pixels). |
|
A list of detected blobs. |
|
|