DIP Assignment 2020
DIP Assignment 2020
GIT
B. Tech 3rd Year/ VI Sem
Subject: 6CS4-01: Digital Image Processing
1. What do you understand by image compression .Describe about lossy compression technique.
2. Find the average length of following probability using huffman coding P(A)=0.4,P(B)=0.3,
P(C)=0.1, P(D)=0.1, P(E)=0.06, P(F)= 0.04
3. A source emits four symbols {a,b,c,d} with the probabilities 0.4,0.2,0.1 and 0.3 respectively.
Construct arithmetic coding to encode the word ‘DAD’.
4. Write a short note on different types of Coding redundancy.
5. Describe about JPEG compression technique.
6. Explain region-based segmentation with suitable example.
7. Describe edge detection technique by gradient and Laplacian operators.
8. What do you understand by thresholding. Explain the different types of thresholding in details.
9. Explain local edge linking and Hough transformation edge linking techniques.
10. List the applications of segmentation.