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

Tutorial no.

04
Digital image processing
Department of EEE
Khulna University of Engineering & Technology (KUET)

Problem 1
The pixel values of the following 5 5 image are represented by 8 bit integers:

123 162 200 147 93


137 157 165 232 189
151 155 152 141 130
205 101 100 193 115
250 50 75 88 100
Determine with a gray level resolution of 2 for (i) k = 5 and (ii) k = 3

Problem 2
An 8 bit 5 5 gray-level image is represented by the following matrix:

10 20 30 40 50
60 70 80 90 100

110 120 130 140 150

160 170 180 190 200
210 220 230 240 250

What is the resulting matrix representation if we resize this image to a 3 3 image?

Problem 3
An 8 bit 5 5 gray-level image is represented by the following matrix:

10 20 30 40
50 60 70 80

90 100 110 120

130 140 150 160
What is the resulting matrix representation if we rotate the image clockwise by 90 ?

You might also like