Color Histogram
A representation of the distribution of colors in an image by counting pixels in each color bin. Color histograms are used for object tracking (CamShift, MeanShift), image retrieval, and simple object recognition based on color statistics. They are compact, fast to compute, and viewpoint-invariant but sensitive to lighting changes.
Vision