Unit I - Digital Image Fundamentals
Unit I - Digital Image Fundamentals
Unit I:
1
Image concepts
▪ What is an image?
▪ A two-dimensional signal that can be observed by human
visual system
▪ An image is defined as a two-dimensional function.
F(x,y) where x and y are spatial coordinates.
▪ The amplitude of F at any pair of coordinates (x,y) is called
the intensity of that image at that point.
2
Image concepts
4
Coordinate system
▪ It describes an image
▪ Used to place elements in relation to each other
▪ i.e. user space
▪ since this is the coordinates the user uses to define
elements and position them in relation to each other.
5
Bitmap or raster images
6
▪ A bitmap images take the form of an array, where the value
of each element, called a pixel picture element, correspond
to the color of that portion of the image. Each horizontal
line in the image is called a scan line.
7
▪ The letter ‘a’ might be
represented in a 12x14
matrix as depicted in in
the Figure, the values in
the matrix depict the
brightness of the pixels
(picture elements). Larger
values correspond to
brighter areas whilst
lower values are darker.
8
▪ Pixel values typically represent gray levels, colors, heights,
opacities etc.
▪ Remember, digitization implies that a digital image is an
approximation of a real scene
9
▪ Common image formats include:
➢1 sample per point (B&W or Grayscale)
➢3 samples per point (Red, Green, and Blue)
➢4 samples per point (Red, Green, Blue, and “Alpha”, a.k.a.
Opacity)
10
Fundamental Steps in image processing
11
Image Acquisition
12
Image Enhancement
13
Image Restoration
14
Color Image Processing
▪ Gaining its importance because of the significant increase
in the use of digital images over the Internet.
▪ This may include color modeling and processing in a
digital domain etc.
Wavelets and Multi-Resolution Processing
▪ Foundation for representing images in various degrees of
resolution.
▪ Subdivided into smaller regions for data compression and
for pyramidal representation.
15
Compression
▪ Deals with techniques for reducing the storage required to
save an image or the bandwidth to transmit it (it is very
much necessary to compress data in the uses of internet).
Morphological Processing
▪ Deals with tools for extracting image components that are
useful in the representation and description of shape.
Segmentation
▪ Procedures partition an image into its constituent parts or
objects.
16
Representation and Description
18
Elements of Digital Image Processing System
19
Types of Image
20
Types of Image
24
Quantization
▪ Opposite to sampling because it is done on “y axis”
▪ A process of transforming a real valued sampled image to one
taking only a finite number of distinct values i.e., dividing a signal
into quanta(partitions)
▪ The amplitude values of the image are digitized
25
▪ Most digital IP devices uses quantization into k equal intervals. If b-
bits per pixel are used,
No. of quantization levels = 𝑘 = 2𝑏
▪ The number of quantization levels should be high enough for human
perception of fine shading details in the image. The occurrence of
false contours is the main problem in image which has been
quantized with insufficient brightness levels.
26
Thank You
27