Post Unit 1 Content

You might also like

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

Experiential Learning- 1

1. Explore and learn the imaging method used in your laptop and mobile phones.

2. Choose any one application of image processing of your own interest and identify the
recent advancements in the field. Also explore the thrust research problems associated
with it (atleast 2).

3. Read an image, display it and understand the representation of gray scale and colour
images. (The USC-SIPI Image Database. University of Southern California
<http://sipi.usc.edu/database/>. Image repository. The University of Waterloo
<http://links.uwaterloo.ca>.)

4. Capture your own picture, write a code to convert the RGB colour image into CMY,
CMYK and HSI models.

5. Resize the picture to 256×256 and do image down sampling and up sampling to
witness the effect of sampling. Use a suitable interpolation algorithm.

6. Write a code to represent the image with varying gray level resolution.

7. Collect dataset that has 10 different images of varying information content, contrast
etc. Write a code to apply the following transformation techniques and visualise the
effect.
• Image Negative
• Log and power law transformations
• Contrast stretching (transformation function of your choice)
• Intensity level slicing
• Bit plane slicing

8. Write a code to equalize the histogram of an image.

9. What filter will be used to remove objects of size m×m in an M×N image? Choose a
suitable input image and justify your choice of filter.

10. Write a code to apply all smoothing spatial filters on the dataset formed in Q7.

11. Write a code to apply all sharpening spatial filters on the dataset formed in Q7.

Note: you can use MATLAB/Python for the coding part.

You might also like