Image Processing Lecture 1
Image Processing Lecture 1
Image Processing Lecture 1
ELE-4707
Dr Hassan Ahmed
Introduction
Instructor Hassan Ahmed
TA Usman Tariq, Mohammad Hanif
Lecture timings Tuesday (4.00-5.30) – room N5
Thursday (2:30-4:00) – room 211
Lab Session Friday (10.00-1.00) – Lab-2A
• Sessional 1:
~10%
• Sessional 2:
~15%
• Surprise Quizzes: ~10%
• Assignments ( written + programming) ~15%
• Final: ~50%
08/12/09 8
Example of DIP
Examples:
(a) Image of cell
corrupted by noise
(b) The result of
averaging
(c) Image of Martian
surface corrupted by
interference in
transmission
(d) The result of
computer processing
(e) Poorly exposed
x-ray image
(f) The result from
contrast and edge
enhancement
(g) Image blurred by
motion
(h) The result of de-
blurring
Poorly illuminated CCTV image and the result of
histogram equalisation.
Finding the outline and shape of image
objects, e.g. character recognition.
Satellite imagery in false
colour and infrared to track
vegetation changes
Face detection
08/12/09 14
Face Tracking
08/12/09 15
Applications of Digital Image Processing (DIP)
include:
1)Biological Research: e.g. DNA typing and matching;
automatic counting and classification of cell structures in
bone and tissue.
08/12/09 20
Image Processing Steps
Physical world
Image acquisition
Imaging
Digitization, quantization and
compression
08/12/09 23
Image description
08/12/09 24
Sampling and Quantization
quantization
08/12/09
sampling sampling 25
Sampling and Quantization
08/12/09 26
Sampling and Quantization
Columns
f (0,0) f (0,1) . . . f (0, N − 1)
f (1,0) f (1, N − 1)
Rows
f (1,1) . . .
. . . . . .
. . . . . .
. . . . . .
f ( M − 1,0) f ( M − 1,1) . . . f ( M − 1, N − 1)
N : No of Columns
M : No of Rows
08/12/09 27
Digital Images
08/12/09 28
Sampling
08/12/09 29
Sampling
08/12/09 30
Effect of Sampling and Quantization
1608/12/09
gray 8 gray 4 gray Binary 31
levels levels levels image
Step in Image Processing
• Image enhancement is the simplest and most appealing
areas of digital image processing. Basically, the idea behind
enhancement techniques is to bring out detail that is
obscured, or simply to highlight certain features of interest
in an image. A familiar example of enhancement is when
we increase the contrast of an image because “it looks
better.”
• Image restoration is an area that also deals with improving
the appearance of an image. However, unlike
enhancement, which is subjective, image restoration is
objective, in the sense that restoration techniques tend to
be based on mathematical or probabilistic models of image
degradation. Enhancement, on the other hand, is based on
human subjective preferences regarding what constitutes a
“good” enhancement result.
• Color image processing is an area that has been gaining in
importance because of the significant increase in the use of
digital images over the Internet.
• Compression, as the name implies, deals with techniques
for reducing the storage required to save an image, or the
bandwidth required to transmit it.