What is the purpose of the lower threshold in hysteresis thresholding?
Pixels with values below this threshold are not parts of edges
Which of the following can a Hough transform not be used to identify?
Faces
The first stage of the Canny edge detector involves smoothing with what?
a Gaussian
What is the underlying principle of the Moravec corner detector?
moving away from a corner introduces a large change
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
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
What is the purpose of the higher threshold in hysteresis thresholding?
Edge segments with magnitudes higher than the higher threshold are definitely edges
Which of the following transformations is not handled by SIFT?
reflections
What type of feature is LBP best at identifying?
different types of texture
SURF is a speeded-up version of which feature detector and descriptor?
SIFT