DIP - Assignment 12 Solution
DIP - Assignment 12 Solution
DIP - Assignment 12 Solution
QUESTION 1:
Correct Answer: c.
Detailed Solution:
QUESTION 2:
Which of the following are major point of interest in discontinuity based segmentation
algorithms?
a. Isolated points
b. Lines
c. Edges
d. All of the above
Correct Answer: d.
Detailed Solution:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
In discontinuity segmentation algorithms, isolated points, lines and edges are major point of
interest for segmentation.
QUESTION 3:
A point (1,2) in the Cartesian system is represented in slope-intercept space m, c as
a. 𝑚 = −𝑐 + 2
b. 𝑚 = −2𝑐 + 2
c. 𝑐 = −2𝑚 + 2
Detailed Solution:
QUESTION 4:
1 0 1
Which of the following is (are) are true for horizontal Sobel operator, Gx 2 0 2 ?
1 0 1
d. Both a and c
Correct Answer: a.
Detailed Solution:
1
G y can be decomposed into two one dimensional operators as G y 2 * 1 0 1 .
1
This shows that it performs averaging in vertical direction and differentiation in horizontal
direction.
______________________________________________________________________________
QUESTION 5:
In a given image strip (S), assuming necessary zero padding find second order derivative
𝑆=2 2 2 2 2 2 0 0 0 0
a) −2 0 0 0 0 − 2 2 0 0 0
b) 2 0 0 0 0 2 − 2 0 0 0
c) −2 0 0 0 0 2 2 0 0 0
d) 2 0 0 0 0 2 2 0 0 0
Correct Answer: a.
Detailed Solution:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Correct Answer: b.
Detailed Solution:
QUESTION 7:
Which of the following segmentation technique is supervised or semi-supervised?
a. Region growing
c. Thresholding
Correct Answer: a.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Detailed Solution:
In case of region growing, we have to provide a seed point to start the segmentation. Therefore it’s
a supervised or semi-supervised segmentation technique.
QUESTION 8:
b) Sensitive to noise.
c) Both a and b
Correct Answer: c.
Detailed Solution:
Lapalcian operator is a second order derivative operator and therefore can can be used to find
appropriate location of edge using zero crossings. But this second order derivative makes it
sensitive to noise.
A point in cartsian space is represented in Hough space (slope intercept space) as ___________
a. Point
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
b. Straight line
c. Parabola
d. None of these
Correct Answer: b.
Detailed Solution:
Let m, c is Hough space and x0 , y 0 is a point in Cartesian space, then in Hough space
y 0 mx 0 c .
1 y
On simplification we write it as m c 0 , which represents a line in m, c space.
x0 x0
QUESTION 10:
A
−1 0 1
[−2 0 2]
−1 0 1
B
1 1 1
[0 0 0]
−1 −1 −1
C
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
−1 0 1
[−1 0 1]
−1 0 1
D
1 2 1
[0 0 0]
−1 −2 −1
a. Only A
b. Only C
c. Both A and D
d. Both B and C
Correct Answer: c.
Detailed Solution:
−1 0 1
[−2 0 2] corresponds to horizontal Sobel filter and
−1 0 1
1 2 1
[0 0 0 ] corresponds to vertical Sobel filter.
−1 −2 −1
______________________________________________________________________________
************END*******