DIP - Session 1
DIP - Session 1
IMAGE PROCESSING
Introduction
INTRODUCTION
2
INTRODUCTION
In this session we discuss the representation of
images, covering basic notation and information about
images together with a discussion of standard image
types and image formats.
3
What is an image?
A digital image can be considered as a discrete
representation of data possessing both spatial (layout)
and intensity (colour) information.
g(x , y)
Discretization
g(i , j)
Quantization
f(i , j) Digital Image
5
What is image processing ?
Examples of (1) may include:
Enhancing the edges of an image to make it appear
sharper
6
What is image processing ?
Removing noise from an image
7
What is image processing ?
Removing motion blur from an image.
8
What is image processing ?
Examples of (2) may include:
Obtaining the edges of an image.
9
What is image processing ?
Removing detail from an image.
10
Some applications
Medicine
Inspection and interpretation of images obtained from
X-rays, MRI or CAT scans, analysis of cell images.
Agriculture
Satellite/aerial views of land, for example to determine
how much land is being used for different purposes, or
to investigate the suitability of different regions for
different crops.
Industry
Automatic inspection of items on a production line.
Law enforcement
Fingerprint analysis.
11
Components of Image Proc.Syst
12
Image Sensor
Single sensor
Line sensor
Array sensor
16
Gate
Vertical Transport Register
Gate
Photosites
Vertical Transport Register
Gate
Horizontal Transportation Register
Inside CCD
Output Gate
Amplifier
Output
17
How CCD work
i h g Image pixel
f e d
c b a
i h g
f e d
i h g
Horizontal transport
register c b a
f e d
Horizontal shift
18
Image Layout
x
Origin
y
Image “After snow storm” f(x,y)
19
Image Layout
f(x,y) denotes the response of the pixel located at the
xth row and yth column starting from a top-left image
origin
20
Intensity Image
Intensity image or monochrome image
each pixel corresponds to light intensity
normally represented in gray scale (gray
level).
21
RGB Image
Color image or RGB image:
each pixel contains a vector
representing red, green and
blue components.
RGB components
10 10 16 28
9 656 7026
56 43
37 78
32 99 54 70 67
96 56
15 256013902296 67
21 54 47 42
32 158587 853943 92
54 65 65 39
32 65 87 99
22
Binary Image
Binary image or black and white image
Each pixel contains one bit :
1 represent white
0 represents black
Binary data
0 0 0 0
0 0 0 0
1 1 1 1
1 1 1 1 23
Index Image
Index image
Each pixel contains index number
pointing to a color in a color table
Color Table
25
Sampling and Quantization