How many orange pixels are in this image?
This
type of question answered by looking at the histogram
A
histogram counts the number of occurrences of each color
Given
an image
The
histogram is
»i.e.,
for each color value c (x-axis), plot # of pixels with that color
(y-axis)
What
is the dimension of the histogram of an NxN RGB image?