blobfinder
[Interface specifications]
Detailed Description
A visual blob-detection system.The blobfinder interface provides access to devices that detect blobs in images.
#define | PLAYER_BLOBFINDER_MAX_BLOBS 256 |
The maximum number of blobs in total. | |
#define | PLAYER_BLOBFINDER_DATA_BLOBS 1 |
Data subtype: detected blobs. | |
#define | PLAYER_BLOBFINDER_REQ_SET_COLOR 1 |
Request/reply subtype: set tracking color. | |
#define | PLAYER_BLOBFINDER_REQ_SET_IMAGER_PARAMS 2 |
Request/reply subtype: set imager parameters. | |
typedef player_blobfinder_blob | player_blobfinder_blob_t |
Structure describing a single blob. | |
typedef player_blobfinder_data | player_blobfinder_data_t |
Data: detected blobs (PLAYER_BLOBFINDER_DATA_BLOBS). | |
typedef player_blobfinder_color_config | player_blobfinder_color_config_t |
Request/reply: Set tracking color. | |
typedef player_blobfinder_imager_config | player_blobfinder_imager_config_t |
Configuration request: Set imager params. |
Typedef Documentation
|
Request/reply: Set tracking color. For some sensors (ie CMUcam), simple blob tracking tracks only one color. To set the tracking color, send a PLAYER_BLOBFINDER_REQ_SET_COLOR request with the format below, including the RGB color ranges (max and min). Values of -1 will cause the track color to be automatically set to the current window color. This is useful for setting the track color by holding the tracking object in front of the lens. Null response. |
|
Data: detected blobs (PLAYER_BLOBFINDER_DATA_BLOBS).
The list of detected blobs, returned as data by |
|
Configuration request: Set imager params. Imaging sensors that do blob tracking generally have some sorts of image quality parameters that you can tweak. The following ones are implemented here:
|