A quiz on the first laboratory: Getting started with OpenCV

Adrian F. Clark

  1. How are images represented in OpenCV?

  2. What is sys.argv[1]?

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

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

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

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

  7. What is the standard deviation?

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

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

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

  11.