TypePixelCounts Struct Reference
[Traffic Ligths using Color Segmentation and Template Match]

Struct that stores the amount of pixels that were filtered by the green and red filter. More...

#include <tlcstm.h>

Data Fields

unsigned int PC_RedCount
 PC_RedCount is the amount of pixels filtered by the red filter.
unsigned int PC_GreenCount
 PC_GreenCount is the amount of pixels filtered by the green filter.
unsigned int PC_YellowCount
unsigned int PC_MaxCount
 Holds the max of PC_RedCount and PC_GreenCount.
unsigned int PC_MinCount
 Holds the min of PC_RedCount and PC_GreenCount.

Detailed Description

Struct that stores the amount of pixels that were filtered by the green and red filter.


Field Documentation

PC_GreenCount is the amount of pixels filtered by the green filter.

Holds the max of PC_RedCount and PC_GreenCount.

Holds the min of PC_RedCount and PC_GreenCount.

PC_RedCount is the amount of pixels filtered by the red filter.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 2 12:43:29 2010 for LAR Atlas by  doxygen 1.6.3