A short quiz on low-level vision

Adrian F. Clark

  1. A system for identifying broken custard cream biscuits looks for rectangular regions that are aligned with the edges of images. Why might this be a bad idea?

  2. What are grey-level co-occurrence matrices?

  3. How are GLCMs normally used to identify similar textures?

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

  5. Which is the easiest way to identify broken digestive biscuits on a production line?

  6. An image of a room contains a computer with a display. What feature or features would help you detect the display?

  7. A shape descriptor consists of the distance from the middle of a feature in the four compass directions. It is found that one feature produces a perfect match with another when the north of one is aligned with the east of the other. What does this tell you?

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

  9. Which of the following is a sensible region descriptor?

  10. In the broken biscuit identifier explored in lectures, what is its most serious problem?

  11.