0% found this document useful (0 votes)
34 views

EEE 623 - Image Processing and Compression Techniques

This document outlines 10 assignments for an image processing and compression techniques course. The assignments include: 1) Upscaling and downscaling an image and analyzing the effects. 2) Performing contrast stretching on an image. 3) Applying point transformations like negation, power law, and log transforms. 4) Extracting bit planes and analyzing visual significance. 5) Detecting moving objects using background subtraction. 6) Applying Fourier transforms and inversion. 7) Performing logical operations on images. 8) Obtaining Fourier spectra and comparing to DCT and DST. 9) Implementing spatial filters. 10) Performing histogram equalization and analyzing enhancement.

Uploaded by

Mani Bharathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

EEE 623 - Image Processing and Compression Techniques

This document outlines 10 assignments for an image processing and compression techniques course. The assignments include: 1) Upscaling and downscaling an image and analyzing the effects. 2) Performing contrast stretching on an image. 3) Applying point transformations like negation, power law, and log transforms. 4) Extracting bit planes and analyzing visual significance. 5) Detecting moving objects using background subtraction. 6) Applying Fourier transforms and inversion. 7) Performing logical operations on images. 8) Obtaining Fourier spectra and comparing to DCT and DST. 9) Implementing spatial filters. 10) Performing histogram equalization and analyzing enhancement.

Uploaded by

Mani Bharathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

EEE 623 - Image Processing and Compression Techniques

Assignment I
Date of Issue : 14-01-2015

Date of submission: 19-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

Comment on the number of visually significant bits in each image.


5. To detect moving objects in an image sequence using background subtraction algorithm.
6. Take the Fourier Transforms of

and
add them using blend. Take the inverse Fourier Transform of the sum. Explain the result.
7.

Perform the following logical operations on the given images.


NAND

and

Compare the result with the result of ANDing the negatives of the two input images.
b) AND

and

as well as the negatives of

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.

You might also like