DIP - Assignment 11 Solution
DIP - Assignment 11 Solution
DIP - Assignment 11 Solution
QUESTION 1:
Which of the following color models is suitable from perception point of view?
a) RGB
b) CMYK
c) HSI
d) All of the above mentioned.
Correct Answer: c.
Detailed Solution:
QUESTION 2:
Which of the following is/are true for histogram equalization of an RGB image?
Correct Answer: b.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Detailed Solution:
Histogram equalization is applied to intensity channel of an image. Therefore, we use HSI or any
other suitable color space that extract intensity information from RBG. Then apply equalization to
intensity channel. Finally, we convert HSI to RBG space.
QUESTION 3:
I. Hue (i) 0 - 2π
II. Saturation (ii) 0 – 255
III. Intensity (iii) 0 – 1
Correct Answer: b.
Detailed Solution:
Hue is angle measured from the red color axis in anticlockwise direction, in the color hexagon and
it lies in the range 0 to 2π. Intensity ranges from 0 to 255 and saturation can be 0 to 1 or 1 to 255
depending on the normalization.
QUESTION 4:
a) Inside
b) Outside
c) On boundaries
d) All of the above
Correct Answer: c.
Detailed Solution:
Following chromaticity diagram, spectrum colors are present at boundaries because these are pure
colors.
QUESTION 5:
In Chromaticity Diagram which statement(s) is (are) false?
a) Statement-1
b) Statement-2
c) Statement-3
d) All of the above
Correct Answer: c
______________________________________________________________________________
QUESTION 6:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
If Red, Green, and Blue have values 150, 125 and 125 respectively then its corresponding
normalized values in CMY are
Correct Answer: a.
Detailed Solution:
C 1 R
M 1 G
C 1 0.588
Y 1 B
, M 1 0.490 ,
Y 1 0.490
QUESTION 7:
Which of the following expression is correct for conversion of RGB values to saturation of HSI
model?
a) S 1
3
max( R, G, B)
RG B
b) S 1
3
min( R, G, B)
RG B
c) S 1
3
min( R, G, B)
RG B
d) None of these
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Correct Answer: c.
Detailed Solution:
Using the RGB to HSI color conversion relation, for saturation we have
S 1
3
min( R, G, B)
RG B
______________________________________________________________________________
QUESTION 8:
In the RGB space given below, which of following point indicates black color?
a) A
b) B
c) C
d) D
Correct Answer: a
______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 9:
If Red, Green, and Blue have values 255, 0 and 0 respectively then its corresponding values in
HSI are
a) H = π , S = 1 and I = 85
b) H = 0 , S = 1 and I = 85
c) H = π , S = 0.25 and I = 85
d) H = 0 , S = 0.5 and I = 85
Correct Answer: b.
Detailed Solution:
if B G ( R G ) ( R B)
H , where cos 1 ,
360 if B G
2 ( R G ) ( R B)(G B)
2
(255 0) (255 0)
cos 1 0; H 0
2 (255 0) 2 (255 0)(0 0)
S 1
3
min( R, G, B) 1 0 1
RG B 255
R G B 255
I 85
3 3
Hence option b is correct.
______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 10:
Assuming a color image has light tone. What type of transformation should be used to correct
tone?
a)
b)
c)
Correct Answer: b.
Detailed Solution:
Since the image is light tone, we have to perform a transformation that would balance these
intensities levels, therefore we use transformation as shown in option b.
_________________________________________________________________________
************END*******