Assignment 1
1. Given an 1D image I = [4 2 3 6 2 3 4 5 2 3 4 5 5 1 5]
(a) Filtering with 1 ×3 low-pass filter [1 1 1], give the output filtered image.
(b) Filtering with 1 ×3 median filter, give the output filtered image.
(c) Filtering with 1 ×3 high-pass filter [1 0 1], give the output filtered image.
2. A grey scale transformation can be applied directly onto a greyscale image to
manipulate its pixel values (assuming the range is [0,255]. Draw the diagrams for the
following grey scale transformations:
i) Thresholding the image at pixel value 100.
ii) linearly stretch the intensity in the interval [100,200] to [0,255]
3. Apply histogram stretching and histogram equalization technique on following image
with gray level [0-9]
6 6 6 6 6
6 5 5 5 5
4 4 4 4 3
3 3 3 2 2
2 4 4 3 3