0% found this document useful (0 votes)
56 views

Tutorial No.04: 5 × 5 Image Are Represented by 8 Bit Integers

This document contains 3 problems related to digital image processing of grayscale images represented by matrices. Problem 1 asks to quantize a 5x5 image to different gray level resolutions. Problem 2 asks to resize a 5x5 image to a 3x3 image. Problem 3 asks to rotate a 5x5 image clockwise by 90 degrees.

Uploaded by

Shafayet Uddin
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Tutorial No.04: 5 × 5 Image Are Represented by 8 Bit Integers

This document contains 3 problems related to digital image processing of grayscale images represented by matrices. Problem 1 asks to quantize a 5x5 image to different gray level resolutions. Problem 2 asks to resize a 5x5 image to a 3x3 image. Problem 3 asks to rotate a 5x5 image clockwise by 90 degrees.

Uploaded by

Shafayet Uddin
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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