A short quiz on OpenCV and simple image processing operations

Adrian F. Clark

  1. An image which is under-exposed will have a histogram that

  2. What is contrast stretching?

  3. OpenCV was initially developed in

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

  5. Histogram equalization involves:

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

  7. With additive colours, yellow is a mixture of

  8. For an image of unsigned bytes, how can it be contrast-reversed?

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

  10. In the HSV colour space, the complementary colour of green is:

  11.