23
How to make a color histogram
nMake 3 histograms and concatenate them
n
nCreate a single pseudo color between 0 and 255 by using 3 bits of R, 3 bits of G and 2 bits of B (which bits?)
n
nCan normalize histogram to hold frequencies so that bins total 1.0