A quiz on image representation and processing in software

Adrian F. Clark

  1. What range of values can be stored in an unsigned byte?

  2. Why does EVE use float values for pixels?

  3. Why is imagery with 8 bits per pixel commonly used in vision software?

  4. When computing a histogram h, what operation do you do a pixel of value v?

  5. If a histogram has most of its values bunched together at its left, how does the image appear?

  6. How does histogram equalization work?

  7. The correlation coefficient between two images tells us

  8. Why would you contrast-stretch an image?

  9. If using histograms to perform content-based image retrieval, which of the following is suitable for determining similarity?

  10. What is plotted along the abscissa (x-axis) of a histogram?

  11.