A quiz on the regions laboratory

Adrian F. Clark

  1. Which of the following expressions works out the rectangularity of a region having a bounting box of width $W$, height $H$ and area $A$?

  2. Which of the following CANNOT be returned by calling an OpenCV routine with a contour?

  3. Which of the following tasks would region-based processing be useful for?

  4. On what basis does sxcv.largest_contour work?

  5. Which of the following expressions is circularity?

  6. Why is circularity calculated using the forumla $C^2/A$?

  7. What is the rectangularity of a region which is twice as long as it is wide?

  8. If you compute the ratio between the height and width of a bounding box, which of the following would it be most useful for?

  9. What is the area of the image from sxcv.arrowhead?

  10. The area of the contour from sxcv.arrowhead is not the same as the number pixels in it set to 255. Why is this?

  11.