Chapter 2 - Clean
Chapter 2 - Clean
CHAPTER 2
Digital Image
Fundamentals
3 Periods
Department of Mechatronics
EIU - 2017
N.Huan Le
Chapter outcomes
• Image Sensing and Acquisition issues
• The way to present a digit image
• How zooming and shrinking affect to resolution of
image
• Relationships between pixels
N.Huan Le
Contents
• This lecture will cover:
– The human visual system
– Light and the electromagnetic spectrum
– Image representation
– Image sensing and acquisition
– Sampling, quantisation and resolution
– Some Basic Relationships Between Pixels
N.Huan Le
Elements of Visual
Perception
From Prof. Hwang, SKKU
N.Huan Le
From Prof. Hwang, SKKU
Contrast
N.Huan Le
Brightness Adaptation and Discrimination
Examples for Human Perception
Phenomena
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
N.Huan Le
Light and the Electromagnetic
Spectrum
N.Huan Le
Light: Reflection, Diffusion,
Absorption
Colours
light is reflected from Absorbed
N.Huan Le
Light: Reflection, Diffusion,
Absorption
• Scattering, or diffusion, is another aspect of
reflection. When a substance contains particles of
a different refractive index, a light beam striking
the substance will be scattered
From Prof. Hwang, SKKU
N.Huan Le
Light: Reflection, Diffusion,
Absorption
N.Huan Le
Image Sensing and Acquisition
N.Huan Le
A Simple Image Formation Model
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
N.Huan Le
Image Sampling and Quantization
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Spatial Resolution
Spatial and Gray-Level Resolution
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
N.Huan Le
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
64
256
32
128
16
4
Gray-Level Resolution
2
N.Huan Le
How to Decide Spatial and Gray-
Level Resolution?
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
• Figure 2.22 (a): The woman’s face; Image with low level of detail.
• Figure 2.22 (b): The cameraman; Image with medium level of
detail.
• Figure 2.22 (c): The crowd picture; Image with a relatively large
amount of detail.
N.Huan Le
Some Basic Relationships Between
Pixels
• Neighbors of a pixel
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
O O O O O O
O X O X O X O
O O O O O O
N.Huan Le
Some Basic Relationships Between
Pixels
• Path:
– The length of the path
– Closed path
• Connectivity in a subset S of an image
– Two pixels are connected if there is a path between
them that lies completely within S.
• Connected component of S:
– The set of all pixels in S that are connected to a given
pixel in S.
• Region of an image
• Boundary, border or contour of a region
• Edge: a path of one or more pixels that separate
two regions of significantly different gray levels.
N.Huan Le
Some Basic Relationships Between
Pixels
• Distance measures
– Distance function: a function of two points, p
and q, in space that satisfies three criteria
(a ) D( p, q ) 0
(b) D( p, q ) D(q, p ), and
(c ) D ( p , z ) D ( p , q ) D ( q , z )