Quiz Space

Deep Learning for Computer Vision · Quiz 1 · 13 Jul 2025 · May 2025 term

Question 6: Identify the correct sequence of steps in a Canny edge de…

Question 6

+2 marksOne correct option

Identify the correct sequence of steps in a Canny edge detection pipeline. Steps are listed below:

  1. Compute gradient magnitude and direction
  2. Connect individual components
  3. Smoothen the image
  4. Threshold into strong, weak, or no edge
  5. Gaussian Filter and Hysteresis
  6. Non-maximum suppression
  7. Apply derivative to get edges
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • B

Question 6 of 34 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 1 paper sat on 13 Jul 2025, in the May 2025 term (IIT M DEGREE AN EXAM QDB2 13 July 2025). It carries 2 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Which of the following statements is false?
  3. Q3Which of the following statements is True?
  4. Q4Figure question
  5. Q5Figure question
  6. Q7Figure question
  7. Q8During the double thresholding step in Canny edge detection, the high threshold is set at 100 and the low threshold is …
  8. Q9Match the derivative of activation functions f(x) with their counterparts on the right column accordingly. | 1) Leaky R…
  9. Q10Figure question
  10. Q11Which of the following statements are True?
  11. Q12Figure question
  12. Q13Figure question
  13. Q14Figure question
  14. Q15Which of the following statements are true?(Select all that apply)
  15. Q16Which of the following statements are true ?(Select all that apply)
  16. Q17Consider the following statements. Which of the following statements are true?
  17. Q18Figure question
  18. Q19Which of the following statements are false?
  19. Q20Consider the grayscale image shown below: \begin{bmatrix} 12 & 18 & 22 & 25 & 30 \ 20 & 15 & 17 & 21 & 23 \ 25 & 19 & 2…
  20. Q21Figure question
  21. Q22Given a 2 \times 2 second moment matrix of edge pixels: M = \begin{bmatrix} 1 & 2 \ 2 & 1 \end{bmatrix} obtained during…
  22. Q23Figure question
  23. Q24Figure question
  24. Q25Figure question
  25. Q26Figure question
  26. Q27Consider the following numpy array \text{arr} = \begin{bmatrix} 5 & 6 \ 7 & 8 \end{bmatrix} Now consider the following …
  27. Q28Consider the following numpy array \text{arr} = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} Now consider the following …
  28. Q29Enter the correct answer for Blank (a):\ NOTE: Enter the exact answer without any extra space in the beginning or at th…
  29. Q30Enter the correct answer for Blank (b):\ NOTE: Enter the exact answer without any extra space in the beginning or at th…
  30. Q31Enter the correct answer for Blank (a) :\ NOTE: Enter the exact answer without any extra space in the beginning or at t…
  31. Q32Enter the correct answer for Blank (b) :\ NOTE: Enter the exact answer without any extra space in the beginning or at t…
  32. Q33What is the dimensionality of the Bag-of-Words (BoW) feature vector for this\ image?
  33. Q34If instead, you concatenate all the 1200 descriptors into a single vector (without using BoW), what will be the dimensi…