DIGITAL IMAGE PROCESSING Lecture Series 3-Spring 2023
DIGITAL IMAGE PROCESSING Lecture Series 3-Spring 2023
DIGITAL IMAGE PROCESSING Lecture Series 3-Spring 2023
Lecture Series 3
Fundamentals of Image
Processing
https://m-wasim.wixsite.com/m-wasim DIGITAL IMAGE PROCESSING BY DR. M. WASIM 1
ORIGINS OF DIGITAL IMAGE
PROCESSING
Results of
automated
reading of the
plate content by
the system
b=M×N×k
• Intensity resolution
— The smallest discernible change in intensity level
— stated with 8 bits, 12 bits, 16 bits, etc.
http://www.dpreview.com/learn/?/key=interpolation
f1(x3,y3) =
f(round(x3), round(y3))
=f(x1,y1)
(x,y)
f 2 ( x, y )
(1 a )(1 b) f (l , k ) a (1 b) f (l 1, k )
(1 a )b f (l , k 1) a b f (l 1, k 1)
l floor ( x ), k floor ( y ), a x l , b y k .
DIGITAL IMAGE PROCESSING BY DR. M. WASIM 29
BI-CUBIC INTERPOLATION
• Adjacency
• Connectivity
• Paths
0 1 1 0 1 1 0 1 1
0 2 0 0 2 0 0 2 0
0 0 1 0 0 1 0 0 1
Where i, 0 i n, ( xi , yi ) S
The boundary of the region R is the set of pixels in the region that have one
or more neighbors that are not in R.
If R happens to be an entire image, then its boundary is defined as the set of
pixels in the first and last rows and columns of the image.
Given pixels p, q and z with coordinates (x, y), (s, t), (u, v)
respectively, the distance function D has following properties:
D(p, q) = D(q, p)