A quiz on the colour laboratory

Adrian F. Clark

  1. What colour correspond to HSV values (120, 0, 100)?

  2. How would two masks returned from cv2.inRange be combined?

  3. What ordering are the colour channels by defaul in OpenCV?

  4. Why is segmenting red difficult in HSV colour space?

  5. Which OpenCV HSV values are closest to (180, 50, 50)?

  6. Given a three-channel colour image as input, what does cv2.inRange return?

  7. What data type are the colour arguments in a call to cv2.inRange?

  8. Why are the HSV values used by most people changed for use in OpenCV?

  9. What does saturation mean in HSV colour space?

  10. What colour corresponds roughly to HSV values (60, 90, 90)?

  11.