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. |
Struct that stores the amount of pixels that were filtered by the green and red filter.
unsigned int TypePixelCounts::PC_GreenCount |
PC_GreenCount is the amount of pixels filtered by the green filter.
unsigned int TypePixelCounts::PC_MaxCount |
Holds the max of PC_RedCount and PC_GreenCount.
unsigned int TypePixelCounts::PC_MinCount |
Holds the min of PC_RedCount and PC_GreenCount.
unsigned int TypePixelCounts::PC_RedCount |
PC_RedCount is the amount of pixels filtered by the red filter.
unsigned int TypePixelCounts::PC_YellowCount |