Module 1 PPT
Module 1 PPT
Module-1
• Wh t is digit l im ge?
• Wh t is digit l im ge processing?
• Pixel?
a
a
Origins of Digital Image Processing
• First pplic tion - in newsp per industry
a
a
a
a
Continued…
• Medic l
• Nucle r Medicine
• L w Enforcement
• Defence nd Industry.
a
a
a
a
a
a
a
a
a
a
Ap rt from these,
• Milit ry
• Processing of Fingerprints
f
Gamma-Ray Imaging
- im ge of bone
a
a
a
a
a
Ex mple im ge to show ngiogr phy
a
a
Corn infected by “smut”, dise se of
cere ls, corn, gr sses, onions, nd sorghum
c used by p r sitic fungi.
a
a
a
a
a
a
a
a
Cygnus Loop im ged in the high-energy
region of the UV b nd.
a
a
Im ging in the Visible nd Infr red B nd
Cholesterol - 40x
Microprocessor - 60x
• Acoustic im ging
• Electron microscope
• Synthetic im ging.
a
a
Fundamental Steps in DIP
Im ge Acquisition -
• Enh ncement technique is problem oriented, i.e, method used for X-r y
im ges m y not be suit ble for s tellite im ges.
• Extr cts, either bound ry of region or ll the points in the region itself.
H s two components
• Used for recording im ges which includes l ser printers, ilm c mer s,
inkjet units etc…
a
a
a
f
a
a
Network
Cones Rods
Cone vision is c lled photopic / bright- Rods vision is c lled scotopic / dim-light
light vision vision
a
a
a
a
a
a
a
a
a
a
a
a
Distribution of rods nd cones in the retin
a
a
Im ge Form tion in the Eye
Brightness Ad pt tion
Few terminologies
Intensity perceived by
HVS is c lled subjective
brightness
• For ny given set of condition, the current sensitivity level of the visu l
system is c lled brightness d pt tion level, corresponds to brightness
Ba s shown in igure nd object re not observ ble below Bb nd bove
the limit.
a
a
a
a
a
a
a
a
a
f
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
Brightness Discrimin tion
ΔIc
• The Qu ntity , where ΔIc is the increment of illumin tion
I
discrimin ble 50% of the time with b ckground illumin tion I, is c lled
Weber r tio.
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
• A sm ll v lue of weber r tio me ns th t sm ll percent ge ch nge in
intensity is required. This represents “good” brightness discrimin tion.
High level of
illumin tion (cones)
a
a
Two Phenomen cle rly demonstr te th t Perceived brightness is not
simple function of intensity.
1- M ch b nds e ect
a
• Individu l sensor rr nged in 2D rr y
2. Amount of illumin tion re lected by the objects in the scene - re lect nce
component, r(x, y)
Intensity of e ch point is
proportion l to the v lue
of f t th t point
a
a
a
a
a
a
a
a
a
a
a
a
Im ge shown s 2-D numeric l
rr y (0,0.5, 1) representing
d rk grey nd white
k
i.e, L =2
This is due to stor ge nd qu ntising h rdw re consider tions
a
a
a
a
a
a
a
a
a
a
Dyn mic r nge-
low dyn mic r nge, typic lly h s dull, w shed-out grey look.
a
a
a
a
a
a
a
a
a
a
a
Number of Bits, b, required to store digitized im ge is
b=M×N×k
When M = N,
2
b=N k
a
a
Sp ti l nd Intensity Resolution
a
a
a
SPATIAL RESOLUTION > due to s mpling
• The width of line p ir is thus 2W nd there re 1/2W line p irs per unit
dist nce.
• Number of intensity level is n integer power of two (Eg - 8bits, 16bits, 32bits…)
a
a
a
a
a
a
a
Intensity
Resolution
• Simple to implement
Dis dv nt ge
• Tendency to produce undesir ble rtef cts - distortion of str ight edges
a
a
a
a
a
a
a
a
a
Bilinear interpolation
• Use four ne rest neighbours to estim te the intensity t given loc tion.
• Let v(x, y) denote intensity v lue to be ssigned, its v lue is obt ined using
the equ tion
v(x, y) = ax + by + cxy + d
Where a, b, c & d re the four coe icients determined from four equ tions in
four unknown using four ne rest neighbours of point (x, y)
• Let v(x, y) denote intensity v lue to be ssigned, its v lue is obt ined
using the equ tion
3 3
i j
∑∑
v(x, y) = aij x y
i=0 j=0
• Where sixteen coe icients re determined from the sixteen equ tions
in sixteen unknowns th t c n be written using 16 ne rest neighbours
of point (x, y).
a
ff
a
a
a
a
a
a
a
a
a
a
a
Some B sic Rel tionship between Pixels
Neighbours of Pixel
• Denoted by ND(p).
Adj cent?
Types -
. 4- dj cency
b. 8- dj cency
b. 8- dj cency - N8(p)
i. q is in N4(p), or
For the pixels p, q nd z, with coordin tes (x, y), (s, t) nd (v, w), respectively,
D is dist nce function or metric if
. D(p, q) ≥0
2 2 1/2
De(p, q) = [(x − s) + (y − t) ]
a
a
a
a
a
f
a
2. The D4 dist nce (city-block dist nce) between p nd q is de ined s
D4(p, q) = | x − s | + | y − t |
a
a
a
f
a
3. The D8 dist nce (chessbo rd dist nce) between p nd q is de ined s
D8(p, q) = max( | x − s | , | y − t | )
a
a
a
a
f
a