CMUcam4 Arduino Interface Library
For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
|
CMUcam4 statistics data structure. More...
#include <CMUcam4.h>
Public Attributes | |
int | RMean |
Red or V channel mean - [0 : 255]. | |
int | GMean |
Green or Y channel mean - [0 : 255]. | |
int | BMean |
Blue or U channel mean - [0 : 255]. | |
int | RMedian |
Red or V channel median - [0 : 255]. | |
int | GMedian |
Green or Y channel median - [0 : 255]. | |
int | BMedian |
Blue or U channel median - [0 : 255]. | |
int | RMode |
Red or V channel mode - [0 : 255]. | |
int | GMode |
Green or Y channel mode - [0 : 255]. | |
int | BMode |
Blue or U channel mode - [0 : 255]. | |
int | RStDev |
Red or V channel standard deviation - [0 : 255]. | |
int | GStDev |
Green or Y channel standard deviation - [0 : 255]. | |
int | BStDev |
Blue or U channel standard deviation - [0 : 255]. |
CMUcam4 statistics data structure.
Please note that the distribution of each color channel is not normal.