A short quiz on intermediate-level vision

Adrian F. Clark

  1. What information does the Canny edge detector find about each piece of edge?

  2. The first stage of the Canny edge detector involves smoothing with what?

  3. Why is the parametric Hough transform preferred to the non-parametric one?

  4. Which of the following is NOT an underlying principle of the Canny edge detector?

  5. What shape is the curve drawn in the parametric accumulator array of a Hough transform from a single pixel in an image?

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

  7. What is the purpose of the Hough transform?

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

  9. What does one do with the Hough accumulator to find lines?

  10. Which of the following is suitable for matching SIFT features P and Q?

  11.