A quiz on image representation and processing in software

Adrian F. Clark

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

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

  3. Why are digital images usually rectangularly-sampled?

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

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

  6. Why does EVE use float values for pixels?

  7. The correlation coefficient between two images tells us

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

  9. Why would you contrast-stretch an image?

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

  11.