What range of values can be stored in an unsigned byte?
0 -- 255
Why does EVE use float values for pixels?
it reduces the number of places that the effects of rounding have to be considered
Why is imagery with 8 bits per pixel commonly used in vision software?
the human eye sees less than 8 bits worh of grey levels
When computing a histogram h, what operation do you do a pixel of value v?
h[v] = h[v] + 1
If a histogram has most of its values bunched together at its left, how does the image appear?
under-exposed
How does histogram equalization work?
histogram bins with low occupancy are spread out
The correlation coefficient between two images tells us
how similar they are, ignoring gain or offset changes
Why would you contrast-stretch an image?
to spread out the grey levels which are occupied
If using histograms to perform content-based image retrieval, which of the following is suitable for determining similarity?
the cross-correlation
What is plotted along the abscissa (x-axis) of a histogram?
grey level