What is hysteresis thresholding?
Joining together edge segments
What is the profile of the mask used in the first stage of Canny?
Gaussian
What is the underlying principle of the Moravec corner detector?
moving away from a corner introduces a large change
What type of feature is LBP best at identifying?
different types of texture
What is the purpose of the Hough transform?
To find the parameters of lines, etc
Which of the following is not really an edge detector?
Laplacian
In the non-parametric line Hough transform, what is the accumulator array indexed by?
gradient and intercept
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 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 purpose of the lower threshold in hysteresis thresholding?
Pixels with values below this threshold are not parts of edges