A quiz on the first laboratory: Getting started with OpenCV

Adrian F. Clark

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

  2. What is the standard deviation?

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

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

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

  6. Why were you asked to store the routines you develop in sxcv.py?

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

  8. What is the purpose of the doctest module?

  9. How are images represented in OpenCV?

  10. What is sys.argv[1]?

  11.