A quiz on the first laboratory: Getting started with OpenCV

Adrian F. Clark

  1. What does cv2.imread do if it cannot read an image?

  2. How are the pixels of an image normally represented in OpenCV?

  3. How many rows and columns are there in the image sx.jpg?

  4. What is the standard deviation?

  5. What values did your extrema routine return for testimage?

  6. Where is the origin of an image in OpenCV?

  7. What is the purpose of the doctest module?

  8. What do the three subscripts of a colour image represent in OpenCV?

  9. How are images represented in OpenCV?

  10. What underlying OpenCV routine does sxcv.display call to display an image?

  11.