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

INDEX

Sr.
No Title Date Grade Signature
.
1. Introduction to image processing commands.

2.  To read color image and convert it into


gray scale.
 To read gray scale image and convert it
into binary scale.
 Convert binary image into negative image.
 Apply spatial resolution and gray level
resolution to gray scale image.
3. a) Intensity transformation using Negative, Log
and Gamma (power law) transformation of
Gray Scale Image. Comment on results.
b) Take 4 types of images: dark, light, high
contrast, low contrast and compare their
histogram. Comment on results.
C) Enhance contrast of intensity image using
histogram equalization of Part -b. Display and
compare the histogram of the original and
processed image.
4. To perform bit plane slicing of an 8 bit image and
reconstruct it again.
5. To Implement Smoothing spatial filter
- Read an image and then corrupt it by ‘salt and
pepper’, ’Gaussian’, ’speckle’ noise then apply
a) AVERAGING filter with 3x3 mask and 5X5
mask.
b) MEDIAN filter with 3x3 and 5x5 mask.
c) Max, Min, Midpoint filter with 3x3 and 5x5
mask.
- Comment on the result.
6. To Implement Sharpening spatial filter
a) To read an image and apply : Laplacian
Second order filters
b) To read an image and apply : Unsharp
masking and High Boost filtering
To read an image and apply : Gradient first order
filters (Sobel and Prewitt Operator)
7. To implement filters in frequency domain
a) To read an image and apply: Low pass Ideal,
Butterworth and Gaussian filter
b) To read an image and apply: High pass Ideal,
Butterworth and Gaussian filter
8. Write a Matlab code to perform Erosion, Dilation,
Opening and Closing.
9. Read a full color image and obtain the following
color space components;
a) Cyan, Magenta and Yellow
b) Red, Green and Blue
c) Hue, Saturation and Intensity
d) Luminance(Y),Hue(I)and Saturation(Q)
(NTSC format)
e) Y, Cb and Cr
10. To Read an image and segment it with global
thresholding with iteration.

You might also like