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. OpenCV was initially developed in

  3. Which of the following is not a TV broadcast standard?

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

  5. How does histogram equalization work?

  6. Which is the following image formats is least suitable for computer vision?

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

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

  9. After contrast-stretching, an over-exposed image which has only a few grey levels occupied will have a histogram that

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

  11.