A quiz on image representation and processing in software

Adrian F. Clark

  1. The correlation coefficient between two images tells us

  2. OpenCV was initially developed in

  3. Which of the following popular image processing packages provides a menu-based interface?

  4. Why would you contrast-stretch an image?

  5. How are the colours of an image normally represented in OpenCV?

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

  7. Why does EVE use float values for pixels?

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

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

  10. When using OpenCV, how do you index a single pixel?

  11.