Question 1
In the Canny edge detector, which is the correct order of major steps?
Non-maximum suppression → Gaussian smoothing → gradient computation → hysteresis thresholding
Gaussian smoothing → gradient computation → non-maximum suppression → hysteresis thresholding
Gradient computation → Gaussian smoothing → hysteresis thresholding → non-maximum suppression
Gaussian smoothing → hysteresis thresholding → non-maximum suppression → gradient computation




