Which of the following schemes is unsuitable for matching arbitrary features in images?
the Laplacian
Which of the following is not a valid equation for a straight line?
the equation $y^2 + x^2 = r^2$
What is the underlying principle of the FAST corner detector?
there is a contiguous span of more than half a circle of pixels that are either light or dark
In the non-parametric line Hough transform, what is the accumulator array indexed by?
gradient and intercept
How many thresholds are employed in hysteresis thresholding?
2
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?
edges are of limited value in practice
Why does the Canny edge detector perform non-maximum suppression?
to make each edge only one pixel wide
Why does the first stage of Canny involve convolution with a blurring mask?
To reduce the effects of noise
What is the purpose of the lower threshold in hysteresis thresholding?
Pixels with values below this threshold are not parts of edges
How should peaks chosen from the Hough accumulator array?
Largest first