A short quiz on feature detection

Adrian F. Clark

  1. If a histogram has two peaks, where is the best place to put a threshold to separate foreground from background?

  2. What was the major advance in the Harris and Stephens corner detector compared to Moravec?

  3. Why is a recursive region labelling algorithm poor in practice?

  4. What is characteristic that the Moravec corner detector uses to identify corners?

  5. 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?

  6. What does Otsu's method do?

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

  8. Why does the last stage of the Canny edge detector employ two thresholds?

  9. Why does the last stage of the Canny edge detector perform hysteresis thresholding?

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

  11.