A quiz on image representation and processing in software

Adrian F. Clark

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

  2. In OpenCV, if Y indexes lines, X columns and C channels, the right nesting >of loops is

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

  4. Why does EVE use float values for pixels?

  5. The correlation coefficient between two images tells us

  6. Why are digital images usually rectangularly-sampled?

  7. How does histogram equalization work?

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

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

  10. Why is the order of subscripts into an image important?

  11.