![]() |
CMUcam4 Arduino Interface Library
For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
|
CMUcam4 16-bin histogram structure. More...
#include <CMUcam4.h>
Public Attributes | |
uint8_t | bins [CMUCAM4_HD_16_T_LENGTH] |
16-bin histogram array. |
CMUcam4 16-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 16-bin histogram represents 16 pixel values.
{ bin0[0 - 15], bin1[16 - 31], ..., bin15[240 - 255] }