player_blobfinder_blob Struct Reference

Structure describing a single blob. More...

#include <player_interfaces.h>

List of all members.

Public Attributes

uint32_t id
 Blob id.
uint32_t color
 A descriptive color for the blob (useful for gui's).
uint32_t area
 The blob area [pixels].
uint32_t x
 The blob centroid [pixels].
uint32_t y
 The blob centroid [pixels].
uint32_t left
 Bounding box for the blob [pixels].
uint32_t right
 Bounding box for the blob [pixels].
uint32_t top
 Bounding box for the blob [pixels].
uint32_t bottom
 Bounding box for the blob [pixels].
float range
 Range to the blob center [meters].

Detailed Description

Structure describing a single blob.


Member Data Documentation

The blob area [pixels].

Bounding box for the blob [pixels].

A descriptive color for the blob (useful for gui's).

The color is stored as packed 32-bit RGB, i.e., 0x00RRGGBB.

Blob id.

Bounding box for the blob [pixels].

Bounding box for the blob [pixels].

Bounding box for the blob [pixels].

The blob centroid [pixels].

The blob centroid [pixels].


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

Last updated 25 May 2011 21:17:00