A short quiz on intermediate-level vision

Adrian F. Clark

  1. Which of the following schemes is unsuitable for matching arbitrary features in images?

  2. Which of the following is not a valid equation for a straight line?

  3. What is the underlying principle of the FAST corner detector?

  4. In the non-parametric line Hough transform, what is the accumulator array indexed by?

  5. How many thresholds are employed in hysteresis thresholding?

  6. The Canny edge detector represents more or less the state of the art in detecting edges in images. Why is its output still of limited use?

  7. Why does the Canny edge detector perform non-maximum suppression?

  8. Why does the first stage of Canny involve convolution with a blurring mask?

  9. What is the purpose of the lower threshold in hysteresis thresholding?

  10. How should peaks chosen from the Hough accumulator array?

  11.