SAMPLE Finak DIP

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

SIMAD UNIVERSITY

Faculty of Computing
SAMPLE FINAL EXAMINATION
Digital Image Processing[40%]
Student Name: __________________________________________________-ID#______
Note: This Sample exam contains TEN questions. Attempt all
[10 x 4.0 = 40.0 Marks]
Questions
1. Using Euler concepts, Prove and complete the solution the followings
𝒊𝟒𝒏 𝒊−𝟏 𝒊−𝟒 𝒊−𝟑 I*(−3 + 4i) i × (−3)*i
1 -i 1 i ? ?
2. Prove the following color identities
a. Write a python program that displays binary based on RGB, CMY and
Black and White.
b. Give 5 different computation ways that white color can be obtained
c. What color do we get in adding an CMY color to its complete?. Prove.
3. Calculate the following points: x(0) = 14, x(1) = 12, x(2) = 8, and x(3) = 6 using:
a. DFT
b. IDF
c. Types of segmentation and thresholds osed.
d. Using FFT, Prove the followings
𝑊46 𝑊43 𝑊40 𝑊41 𝑊44
-1 J 1 -J 1

4. Analyze colors outputs to be displayed of the below code


for(i=0; i<2; i++)
for(j=0; j<2; j++)
for(k=0; k<2; k++)
Display(setcolor(I,j,k));

5. Using Huffman Encoding, Solve the Message =


XYYVYYZYVYWWZWUUXVXZWZZYYZVWXZVZZYY using:-
a. Fixed Encoding Methods b. Variable Encoding Methods,

Page 1 of 2
6. Calculate :
a. Transfer Time for image size 256M x 64K x 16bits on a 56Kbps modem
b. Compute 8-pixel line of intensity for the quantized data=[108, 139,
156,244,187,186,59,99] with 4 bit accuracy using:-
i. RMS ii. SNR
7. Calculate the following points: x(0) = 26, x(1) = 32, x(2) = 15, and x(3) = 27 using:
c. DFT d. IDF
e. Show how 2D Discrete inverse Fourier Transform (DIFT) can be calculated directly
from the formula of 2D Discrete Fourier Transform (DFT
f. True / False: Using Euler concepts, 𝐽−10 = 1 [___]

8. Using DFT, Calculate the followings


a. Solve: 𝑒 𝜋𝑗 𝑥 𝑒 −𝜋𝑗
b. Solve : Delta (i) of illumination change on 16 bit GL dark background images
c. Using RGB color, if R =FFFF H, G = FFFF H and B =FFFF H, how many bits could
each RGB color contain?
d. In CMY, Magenta and Yellow have one color in common. What color is this?
e. True / False: RGB colors are used for Monitors, Printers and Cameras [___]

9. Using Huffman Encoding, Solve the Message = 11111122223333344555. solve:-


a. Fixed Encoding Methods
Variable Encoding Methods with efficiency percentage
b. Using MATLAB, show image arithmetic calculation with 2 images but with
different sizes
c. If RGB color is three bit long, then Margent in Hexadecimal = FF H[___]
d. True / False: Using Euler concepts, 𝐽6 = −1 [___]

10.Suppose you image is RGB color with these details: imWidth=710, imHeight = 564.
a. What is the image file size before compression?
b. What is the image file size after compression?
c. Using Run Length encoding of 32 bits, give example of expanding and then
compressing some data of your own.
d. True / False: Using FFT concepts, 𝑊46 = −𝐽 [___]

End of Sample final Exam

Page 2 of 2

You might also like