EEE 623 - Image Processing and Compression Techniques
EEE 623 - Image Processing and Compression Techniques
Assignment I
Date of Issue : 14-01-2015
1. a) Read the input Image of size 256 X 256 and perform up sampling and down sampling
by a factor of 2. Show the effect of image Shrinking and Zooming.
b) Read the input image of size 256 X 256 and show the effect of gray level variation for
L = 32, 4, 2.
2. To Perform contrast stretching for the given poor contrast image
3. Perform point to point operation on the given image and compute the following
interpret changes in image
i) Image Negative
ii) Power law transformation
iii) Log transform
4. Extract all 8 bit planes from
and
and
add them using blend. Take the inverse Fourier Transform of the sum. Explain the result.
7.
and
Compare the result with the result of ANDing the negatives of the two input images.
b) AND
and
and
Compare the results with the ones obtained in the previous section.
8.
To perform DFT for the given image and obtain its Fourier Spectrum and check for
symmetric property and compare the result with Discrete Cosine Transform and Discrete
Sine Transform.
9. For the given 512512 image(lena.jpg) Implement the following Spatial Domain
Filtering Techniques
Low Pass Filtering
High Pass Filtering
Order Statistics (Median) Filtering
10. Performing histogram equalization for the given image and analyzing the enhanced
quality of the image.