What information does the Canny edge detector find about each piece of edge?
the magnitude and direction
The first stage of the Canny edge detector involves smoothing with what?
a Gaussian
Why is the parametric Hough transform preferred to the non-parametric one?
It avoids problems when the gradient becomes infinite
Which of the following is NOT an underlying principle of the Canny edge detector?
a broad edge should produce a response at both sides
What shape is the curve drawn in the parametric accumulator array of a Hough transform from a single pixel in an image?
a sinusoid
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
What is the purpose of the Hough transform?
To find the parameters of lines, etc
Which of the following schemes is unsuitable for matching arbitrary features in images?
the Laplacian
What does one do with the Hough accumulator to find lines?
Each peak in the accumulator is a line in the image
Which of the following is suitable for matching SIFT features P and Q?
the expression sqrt{ (P(x,y) - Q(x, y))^2}