Home
FAQ
Player
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

playerc_blobfinder_blob_t Struct Reference
[blobfinder]

#include <playerc.h>

List of all members.


Detailed Description

Description of a single blob.


Public Attributes

int id
uint32_t color
int x
int y
int left
int top
int right
int bottom
int area
double range


Member Data Documentation

int playerc_blobfinder_blob_t::id
 

The blob id; e.g. the color class this blob belongs to.

uint32_t playerc_blobfinder_blob_t::color
 

A descriptive color for the blob. Stored as packed RGB 32, i.e.: 0x00RRGGBB.

int playerc_blobfinder_blob_t::x
 

Blob centroid (image coordinates).

int playerc_blobfinder_blob_t::y
 

Blob centroid (image coordinates).

int playerc_blobfinder_blob_t::left
 

Bounding box for blob (image coordinates).

int playerc_blobfinder_blob_t::top
 

Bounding box for blob (image coordinates).

int playerc_blobfinder_blob_t::right
 

Bounding box for blob (image coordinates).

int playerc_blobfinder_blob_t::bottom
 

Bounding box for blob (image coordinates).

int playerc_blobfinder_blob_t::area
 

Blob area (pixels).

double playerc_blobfinder_blob_t::range
 

Blob range (m).


The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:16:02 2005 for Player by doxygen 1.3.6