How are BRIEF features matched?
exclusive OR
Which of the following is not a valid equation for a straight line?
the equation $y^2 + x^2 = r^2$
How should peaks chosen from the Hough accumulator array?
Largest first
Why does the Canny edge detector perform non-maximum suppression?
to make each edge only one pixel wide
Which of the following schemes is unsuitable for matching arbitrary features in images?
the Laplacian
What is the purpose of the Hough transform?
To find the parameters of lines, etc
Which of the following schemes is unsuitable for matching corners in images?
the Laplacian
What information does the Canny edge detector find about each piece of edge?
the magnitude and direction
What does one do with the Hough accumulator to find lines?
Each peak in the accumulator is a line in the image
What is the profile of the mask used in the first stage of Canny?
Gaussian