A quiz on the first laboratory: Getting started with OpenCV

Adrian F. Clark

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

  2. What is the purpose of the doctest module?

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

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

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

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

  7. How are images represented in OpenCV?

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

  9. What is the standard deviation?

  10. What is sys.argv[1]?

  11.