





























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Image formation model Image sampling and quantization Spatial and intensity resolution Image interpolation Some basic relationships between pixels Geomteric spatial transformations and image registration
Typology: Lecture notes
1 / 37
This page cannot be seen from the preview
Don't miss anything!
2
2
๏ง Assume that the continuous image ๐ ๐ฅ, ๐ฆ is converted into digital image ๐(๐, ๐)
consisting of M columns and N rows after the sampling and quantization.
๏ง We use integer values for coordinates ( m = 0 , 1 โฏ ๐ โ 1 , n = 0 , 1 , โฏ , ๐ โ 1 ).
๏ง The value of the image at any coordinate ๐, ๐ is denoted by ๐(๐, ๐).
๏ง Coordinates of the image are called the spatial coordinates, and the section of the
real plane spanned by the coordinates of an image is called the spatial domain.
๏ง A digital image can be represented by one of three basic ways:
Plotted as a 2 - D surface
Displayed as a visual intensity array
Shown as a 2 - D numerical array.
๏ง When digitizing a digital image, we should decide on the dimensions ( M , N ) and
the number of intensity levels ( L ). Other than being positive, there are no
constraints on M and N. Since the processors perform algebraic expressions in base
2 , L is chosen such that it is an integer multiple of 2
k
Intensity values are assumed to be an integer in the interval [ 0 , L- 1 ].
๏ง The ratio of the maximum measurable intensity to the minumum discrenbile
intensity is called the dynamic range.
๏ง The difference between the maximum and minimum intensity levels is called the
contrast.
๏ง The number of bits b required to represent a digital image is computed from
b= M x N x k
If M = N , then b = N
2
k
The spatial resolutions are: 1250, 300, 150, 7 (dpi).
Intensity resolutions are L = 256, 128, 64, 32.
๏ง Interpolation is the process of using known data to estimate values at unknown
locations.
๏ง Suppose that an image of size 500 x 500 pixels has to be enlarged 1. 5 times to 750
x 750 pixels.
๏ง An imaginary 750 x 750 grid with the same pixel spacing as the original is created.
Then, it is shrinked so that it fits excatly over the original image.
๏ง The pixel spacing in the shrunken 750 x 750 grid will be less than the pixel spacing
in the original grid. Hence, the intensity values at newly created pixel locations
must be determined. For this purpose, there are several methods such as
Nearest-neighbor interpolation
Bi-linear interpolation
Bi-cubic interpolation
Example: Factor of 2 upsampling
Blue samples are retained in the interpolated image.
Orange samples are estimated from the surrounding blue samples.
image to be interpolated interpolated image
Example: Factor of 2 interpolation by NNI
โฒ
โฒ
] takes a weighted average of 4 samples
nearest to (
โฒ
โฒ
๐) in ๐ผ ๐, ๐
๐: distance between [๐
โฒ
โฒ
] and column n
๐: distance between [๐
โฒ
โฒ
] and row m
๐ ๐
โฒ
, ๐
โฒ
= 1 โ ๐ 1 โ ๐ ๐ผ ๐, ๐ + ๐ 1 โ ๐ ๐ผ ๐, ๐ + 1 + 1 โ ๐ ๐๐ผ ๐ + 1 , ๐ + ๐๐๐ผ ๐ + 1 , ๐ + 1