You are on page 1of 2

Tutorial-1

1. Perform intensity level (gray level) slicing on the 3 BPP image. Let r1=3 and
r2=5. Draw the modified image using with background and without
background transformations.

2. The gray levels in an image range from 10 to 50. We need to display the
image on a device that has a gray level range of 0 to 255. Give a
transformation which would accomplish this.

3.
Gray 0 1 2 3 4 5 6 7
level
Number 0 0 50 60 50 20 10 0
of pixels

Perform histogram stretching so that the new image has a dynamic range of [0,7].

4. Obtain the digital negative of the following 8-bits per pixel- BPP image.

12 20 21 15 151
1 5 7 6
13 12 15 11 125
9 7 7 7
25 11 23 13 142
2 7 6 8
22 18 17 19 242
7 2 8 7
20 10 11 25 240
1 6 9 1

5. Equalize the given histogram.

Gray 0 1 2 3 4 5 6 7
level
Number 790 1023 850 656 329 245 122 81
of pixels
6. What is meant by histogram? What is histogram equalization?
7. Equalize the given image.

0 1 2
3 4 5
6 7 8

8. Given the frequency table, perform linear stretching.

gray 0 1 2 3 4 5 6 7
Number 0 0 a b c d e 0
of pixels

You might also like