player_blobfinder_color_config Struct Reference

#include <player.h>

List of all members.


Detailed Description

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.


Public Attributes

uint32_t rmin
 RGB minimum and max values (0-255).
uint32_t rmax
 RGB minimum and max values (0-255).
uint32_t gmin
 RGB minimum and max values (0-255).
uint32_t gmax
 RGB minimum and max values (0-255).
uint32_t bmin
 RGB minimum and max values (0-255).
uint32_t bmax
 RGB minimum and max values (0-255).

The documentation for this struct was generated from the following file:

Last updated 12 September 2005 21:38:45