playerc_blobfinder_blob_t Struct Reference
[blobfinder]

#include <playerc.h>

List of all members.


Detailed Description

Description of a single blob.


Public Attributes

unsigned int id
 The blob id; e.g.
uint32_t color
 A descriptive color for the blob.
unsigned int x
 Blob centroid (image coordinates).
unsigned int y
 Blob centroid (image coordinates).
unsigned int left
 Bounding box for blob (image coordinates).
unsigned int top
 Bounding box for blob (image coordinates).
unsigned int right
 Bounding box for blob (image coordinates).
unsigned int bottom
 Bounding box for blob (image coordinates).
unsigned int area
 Blob area (pixels).
double range
 Blob range (m).

Member Data Documentation

uint32_t playerc_blobfinder_blob_t::color
 

A descriptive color for the blob.

Stored as packed RGB 32, i.e.: 0x00RRGGBB.

unsigned int playerc_blobfinder_blob_t::id
 

The blob id; e.g.

the color class this blob belongs to.


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

Last updated 12 September 2005 21:38:45