![]() |
CMUcam4 Arduino Interface Library
For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
|
CMUcam4 2-bin histogram structure. More...
#include <CMUcam4.h>
Public Attributes | |
uint8_t | bins [CMUCAM4_HD_2_T_LENGTH] |
2-bin histogram array. |
CMUcam4 2-bin histogram structure.
The sum of all the bins is less than or equal to 255. Each bin contains the percentage (0 to 255) of pixels in the image that fell within that bin. E.g. Each bin in a 2-bin histogram represents 128 pixel values.
{ bin0[0 - 127], bin1[128 - 255] }