SlideShare a Scribd company logo
Mr. A. B. Shinde
Assistant Professor,
Electronics Engineering,
P.V.P.I.T., Budhgaon
shindesir.pvp@gmail.com
Digital Image Processing
Fundamentals
1
What is Image ?
 An image is a spatial representation of a two-
dimensional or three-dimensional scene.
 An image is an array, or a matrix pixels (picture
elements) arranged in columns and rows.
2
What is Image Processing
3
What is Image Processing
4
What is Image Processing
5
What is Image Processing
One picture is worth more than thousands of words.6
 Interest in digital image processing methods stems from
two principal application areas:
1. Improvement of pictorial information for human
interpretation
2. Processing of image data for storage, transmission, and
representation for autonomous machine perception
WHY…..digital image processing…???
7
DIP Definition:
A Discipline in Which Both the Input and Output of a
Process are Images.
WHAT IS DIGITAL IMAGE PROCESSING?
ProcessImage Image
8
 An image may be defined as a two-dimensional function, f(x, y),
where x and y are spatial (plane) coordinates, and the
amplitude of f at any pair of coordinates (x,y) is called the
intensity or gray level of the image at that point.
 Digital Image:
When x, y and the intensity values of f are all finite, discrete
quantities, we call the image a digital image.
What Is Digital Image ?
( , )
( , ) ( , )
( , )
r x y
f x y g x y
b x y
 
 
 
  
The field of digital image processing refers to processing digital
images by means of a digital computer.
 Color Image:
9
An Image:
Discretizatio
n
Quantizatio
n
g(x , y)
g(i , j)
f(i , j) Digital Image
f(i0 , j0) : Picture Element, Image Element, Pel, Pixel
What Is Digital Image ?
10
Image
Processing Vision
Low-Level
Process Mid-Level
Process
High-Level
Process
• Reduce Noise
• Contrast Enhancement
• Image Sharpening
• Segmentation
• Classification
Making Sense of an
Ensemble of
Recognized Objects
Image Analysis
WHAT IS DIGITAL IMAGE PROCESSING?
11
 One of the first applications of digital images was in the newspaper
industry, when pictures were first sent by submarine cable between
London and New York.
 Introduction of the Bartlane cable picture transmission system in the
early 1920s reduced the time required to transport a picture across the
Atlantic from more than a week to less than three hours.
Origins of Digital Image Processing
A digital picture produced in
1921 from a coded tape by a
telegraph printer with special
type faces.
12
 Today, there is almost no area of technical endeavor that is
not impacted in some way by digital image processing.
 Gamma-Ray Imaging
 X-Ray Imaging
 Imaging in the Ultraviolet Band
 Imaging in the Visible and Infrared Bands
 Imaging in the Microwave Band
 Imaging in the Radio Band
Fields that Use Digital Image Processing
13
Gamma-Ray Imaging
 Major uses of imaging
based on gamma rays
include nuclear medicine.
 In nuclear medicine, the
approach is to inject a
patient with a radioactive
isotope that emits gamma
rays as it decays.
 Images are produced from
the emissions collected by
gamma ray detectors.
Bone scan PET
Cygnus loop Reactor valve14
X-Ray Imaging
Cygnus loop
PCB
Chest
X-Ray
Head CT
Angiogram
15
Applications and Research Topics
16
 Document Handling
Applications and Research Topics
17
 Signature Verification
Applications and Research Topics
18
 Biometrics
Applications and Research Topics
19
 Fingerprint Verification / Identification
Applications and Research Topics
20
 Object Recognition
Applications and Research Topics
21
 Target Recognition
Department of Defense (Army, Air force, Navy)
Applications and Research Topics
22
 Interpretation of Aerial Photography
Interpretation of aerial photography is a problem domain in both
computer vision and registration.
Applications and Research Topics
23
 Autonomous Vehicles
Land, Underwater, Space
Applications and Research Topics
24
 Traffic Monitoring
Applications and Research Topics
25
 Traffic Monitoring
Applications and Research Topics
26
 Face Detection
Applications and Research Topics
27
 Face Recognition
Applications and Research Topics
28
 Face Detection/Recognition Research
Applications and Research Topics
29
 Facial Expression Recognition
Applications and Research Topics
30
 Hand Gesture Recognition
Smart Human-Computer User Interfaces
Sign Language Recognition
Applications and Research Topics
31
 Human Activity Recognition
Applications and Research Topics
32
 Medical Applications
Applications and Research Topics
breast cancerskin cancer
33
 Morphing
Applications and Research Topics
34
 Inserting Artificial Objects into a Scene
Applications and Research Topics
35
Fundamental Steps in Digital Image Processing
36
Fundamental Steps in Digital Image Processing
37
Fundamental Steps in Digital Image Processing
Essential steps when processing digital images:
Acquisition
Enhancement
Restoration
Color image restoration
Wavelets
Morphological processing
Segmentation
Representation
Recognition
Outputs are
digital
images
Outputs are
attributes of the
image
38
Fundamental Steps in Digital Image Processing
 Image acquisition is the first process.
Generally, the image acquisition stage involves
preprocessing, such as scaling.
39
Fundamental Steps in Digital Image Processing
 Image enhancement is the process of manipulating an image
so that the result is more suitable than the original for a specific
application.
There is no general “theory” of image enhancement.
When an image is processed for visual interpretation, the
viewer is the ultimate judge of how well a particular method
works.
40
 Image Restoration is an area that also deals with improving the
appearance of an image.
However, unlike enhancement, which is subjective, image
restoration is objective, in the sense that restoration techniques
tend to be based on mathematical or probabilistic models of
image degradation.
Fundamental Steps in Digital Image Processing
41
 Color Image Processing is an area that has been
gaining in importance because of the significant
increase in the use of digital images over the Internet.
 Wavelets are the foundation for representing images
in various degrees of resolution.
Fundamental Steps in Digital Image Processing
42
 Compression, as the name implies, deals with
techniques for reducing the storage required to save
an image, or the bandwidth required to transmit it. This
is true particularly in uses of the Internet.
Fundamental Steps in Digital Image Processing
43
 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.
A segmentation procedure brings the process a
long way toward successful solution of imaging
problems that require objects to be identified
individually.
In general, the more accurate the segmentation,
the more likely recognition is to succeed.
Fundamental Steps in Digital Image Processing
44
 Representation and description almost always follow the
output of a segmentation stage, which usually is raw pixel
data.
 Boundary representation is appropriate when the focus is on
external shape characteristics, such as corners and
inflections.
 Regional representation is appropriate when the focus is on
internal properties, such as texture or skeletal shape.
Description, also called feature selection, deals with
extracting attributes that result in some quantitative
information of interest or are basic for differentiating one
class of objects from another.
 Recognition is the process that assigns a label (e.g.,
“vehicle”) to an object based on its descriptors. Digital
image processing with the development of methods for
recognition of individual objects.
Fundamental Steps in Digital Image Processing
45
General Purpose Image Processing System
46
 Specialized image processing hardware usually
consists of the digitizer, plus hardware that performs
other primitive operations, such as an arithmetic logic
unit (ALU), that performs arithmetic and logical
operations in parallel on entire images.
 This type of hardware sometimes is called a front-end
subsystem, and its most distinguishing characteristic
is speed.
General Purpose Image Processing System
47
 The Computer in an image processing system is a
general-purpose computer and can range from a PC
to a supercomputer.
 In dedicated applications, sometimes custom
computers are used to achieve a required level of
performance, but our interest here is on general-
purpose image processing systems.
 In these systems, almost any well-equipped PC-type
machine is suitable for off-line image processing
tasks.
General Purpose Image Processing System
48
 Software for image processing consists of specialized
modules that perform specific tasks.
 More sophisticated software packages allow the
integration of those modules and general-purpose
software commands from at least one computer
language.
General Purpose Image Processing System
49
 Mass storage capability is a must in image processing
applications.
 An image of size 1024 * 1024 pixels, in which the intensity
of each pixel is an 8-bit quantity, requires one megabyte of
storage space if the image is not compressed.
 Digital storage for image processing applications falls into
three principal categories:
 Short-term storage for use during processing,
 On-line storage for relatively fast recall, and
 Archival storage, characterized by infrequent access.
 Storage is measured in:
 bytes,
 Kbytes,
 Mbytes,
 Gbytes, and
General Purpose Image Processing System
50
 Image displays in use today are mainly color
(preferably flat screen) TV monitors.
 Monitors are driven by the outputs of image and
graphics display cards that are an integral part of the
computer system.
 In some cases, it is necessary to have stereo displays,
and these are implemented in the form of headgear
containing two small displays embedded in goggles
worn by the user.
General Purpose Image Processing System
51
 Hardcopy devices for recording images include laser
printers, film cameras, heat-sensitive devices, inkjet
units, and digital units, such as optical and CDROM
disks.
 Networking is almost a default function in any
computer system in use today.
In dedicated networks, this typically is not a
problem, but communications with remote sites via the
Internet are not always as efficient.
General Purpose Image Processing System
52
Image Processing Basics
53
Image Representation
54
x
y
Origin
(0,0)
Pixel
 A digital image is
composed of M rows
and N columns of
pixels each storing a
value
 Pixel values are most
often grey levels in the
range 0-255(black-
white)
 We will see later on
that images can easily
be represented as
matrices.
Image Representation
55
Image Representation
56
 Images are typically
generated by
illuminating a scene
and absorbing the
energy reflected by
the objects in that
scene
Image Acquisition
57
 Incoming energy lands on a
sensor material responsive
to that type of energy and
this generates a voltage
 Collections of sensors are
arranged to capture images
Image Sensing
Imaging Sensor
Line of Image Sensors
Array of Image Sensors58
 A digital sensor can only measure a limited number
of samples at a discrete set of energy levels
 Quantisation is the process of converting a
continuous analogue signal into a digital
representation of this signal
Image Sampling And Quantization
59
 Remember that a digital image is always only an
approximation of a real world scene.
Image Sampling And Quantization
60
 The spatial resolution of an image is determined by
how sampling was carried out
 Spatial resolution simply refers to the smallest
discernable detail in an image
 Vision specialists will often talk about pixel size
 Graphic designers will talk about dots per inch (DPI)
Spatial Resolution
61
Spatial Resolution
Vision specialists will often talk about pixel
size
62
Spatial Resolution
1024 * 1024 512 * 512 256 * 256
128 * 128 64 * 64 32 * 32
Graphic designers will talk about dots per inch63
 Intensity level resolution refers to the number of
intensity levels used to represent the image
 The more intensity levels used, the finer the level of
detail discernable in an image
 Intensity level resolution is usually given in terms of the
number of bits used to store each intensity level
Intensity Level Resolution
Number of Bits
Number of
Intensity Levels
Examples
1 2 0, 1
2 4 00, 01, 10, 11
4 16 0000, 0101, 1111
8 256 00110011,
0101010116 65,536 101010101010101
0
64
Intensity Level Resolution
128 grey levels (7 bpp) 64 grey levels (6 bpp) 32 grey levels (5 bpp)
16 grey levels (4 bpp) 8 grey levels (3 bpp) 4 grey levels (2 bpp) 2 grey levels (1
bpp)
256 grey levels (8 bits per pixel)
65
 The big question with resolution is always how much is
enough?
 This all depends on what is in the image and what you
would like to do with it
 Key questions include
 Does the image look aesthetically pleasing?
 Can you see what you need to see within the image?
Resolution: How Much Is Enough?
 The picture on the right is fine for counting the
number of cars, but not for reading the number plate66
Thank You…
(This Presentation is Published Only for Educational Purpose)
67

More Related Content

PPTX
Lecture 1 for Digital Image Processing (2nd Edition)
PPTX
Fundamental steps in image processing
PPT
Digital Image Processing
PPTX
Fundamental steps in Digital Image Processing
PPTX
Fundamentals steps in Digital Image processing
PDF
Digital Image Fundamentals
PPT
Image processing
PPTX
Applications of Digital image processing in Medical Field
Lecture 1 for Digital Image Processing (2nd Edition)
Fundamental steps in image processing
Digital Image Processing
Fundamental steps in Digital Image Processing
Fundamentals steps in Digital Image processing
Digital Image Fundamentals
Image processing
Applications of Digital image processing in Medical Field

What's hot (20)

PPTX
Region based segmentation
ODP
image compression ppt
PPT
Image enhancement
PPSX
Image Enhancement in Spatial Domain
PPT
Image Restoration
PPTX
Unit3 dip
PPTX
Image Representation & Descriptors
PPSX
Image Processing: Spatial filters
PPT
Data Redundacy
PPTX
Chapter 6 color image processing
PPSX
Color Image Processing: Basics
PDF
Lecture 4 Relationship between pixels
PPTX
Region based segmentation
PPTX
Image transforms
PPTX
Image Sampling and Quantization.pptx
PPTX
Introduction to Image Compression
PPT
Chapter 5 Image Processing: Fourier Transformation
PDF
Digital Image Processing: Image Segmentation
PPT
Image segmentation
PPT
Spatial domain and filtering
Region based segmentation
image compression ppt
Image enhancement
Image Enhancement in Spatial Domain
Image Restoration
Unit3 dip
Image Representation & Descriptors
Image Processing: Spatial filters
Data Redundacy
Chapter 6 color image processing
Color Image Processing: Basics
Lecture 4 Relationship between pixels
Region based segmentation
Image transforms
Image Sampling and Quantization.pptx
Introduction to Image Compression
Chapter 5 Image Processing: Fourier Transformation
Digital Image Processing: Image Segmentation
Image segmentation
Spatial domain and filtering
Ad

Similar to Image processing fundamentals (20)

PPTX
ch-1.1 image processing fundamentals.pptx
PDF
1. IP Introduction.pdf
PPT
image introduction and origin steps in DIP
PPT
digital image processing
PPT
Digital Image Processing assignment 03042011.ppt
PPTX
ARKA RAJ SAHA-27332020003..pptx
PPTX
Digital image processing
PPT
introduction to digital image processing
PDF
Dr.maie-Lec_1_Introdudfdfsdfsdfsdfction.pdf
PDF
Unit 1 DIP Fundamentals - Presentation Notes.pdf
PDF
Introduction of image processing
PPTX
1. digital image processing
PPT
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
PPTX
Image processing presentation
PPSX
Image Processing Basics
PDF
Lec_1_Introduction.pdf
PDF
Lec_1_Introduction.pdf
PPTX
Introduction to Image & Processing and Image
PPTX
Fundamental steps in Digital Image Processing.pptx
PPT
Fundamentals of Image Processing & Components.ppt
ch-1.1 image processing fundamentals.pptx
1. IP Introduction.pdf
image introduction and origin steps in DIP
digital image processing
Digital Image Processing assignment 03042011.ppt
ARKA RAJ SAHA-27332020003..pptx
Digital image processing
introduction to digital image processing
Dr.maie-Lec_1_Introdudfdfsdfsdfsdfction.pdf
Unit 1 DIP Fundamentals - Presentation Notes.pdf
Introduction of image processing
1. digital image processing
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
Image processing presentation
Image Processing Basics
Lec_1_Introduction.pdf
Lec_1_Introduction.pdf
Introduction to Image & Processing and Image
Fundamental steps in Digital Image Processing.pptx
Fundamentals of Image Processing & Components.ppt
Ad

More from Dr. A. B. Shinde (20)

PDF
Python Programming Laboratory Manual for Students
PPSX
OOPS Concepts in Python and Exception Handling
PPSX
Python Functions, Modules and Packages
PPSX
Python Data Types, Operators and Control Flow
PPSX
Introduction to Python programming language
PPSX
Communication System Basics
PPSX
MOSFETs: Single Stage IC Amplifier
PPSX
PPSX
Edge Detection and Segmentation
DOCX
Resume Format
PPSX
Resume Writing
PPSX
Blooms Taxonomy in Engineering Education
PPSX
ISE 7.1i Software
PDF
VHDL Coding Syntax
PDF
VHDL Programs
PPSX
VLSI Testing Techniques
PPSX
Selecting Engineering Project
PPSX
Interview Techniques
PDF
Semiconductors
PDF
Diode Applications & Transistor Basics
Python Programming Laboratory Manual for Students
OOPS Concepts in Python and Exception Handling
Python Functions, Modules and Packages
Python Data Types, Operators and Control Flow
Introduction to Python programming language
Communication System Basics
MOSFETs: Single Stage IC Amplifier
Edge Detection and Segmentation
Resume Format
Resume Writing
Blooms Taxonomy in Engineering Education
ISE 7.1i Software
VHDL Coding Syntax
VHDL Programs
VLSI Testing Techniques
Selecting Engineering Project
Interview Techniques
Semiconductors
Diode Applications & Transistor Basics

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Geodesy 1.pptx...............................................
PPT
Mechanical Engineering MATERIALS Selection
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Well-logging-methods_new................
PDF
ETO & MEO Certificate of Competency Questions and Answers
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Construction Project Organization Group 2.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Welding lecture in detail for understanding
PPTX
MET 305 MODULE 1 KTU 2019 SCHEME 25.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Geodesy 1.pptx...............................................
Mechanical Engineering MATERIALS Selection
Model Code of Practice - Construction Work - 21102022 .pdf
Well-logging-methods_new................
ETO & MEO Certificate of Competency Questions and Answers
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Construction Project Organization Group 2.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Operating System & Kernel Study Guide-1 - converted.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Foundation to blockchain - A guide to Blockchain Tech
Welding lecture in detail for understanding
MET 305 MODULE 1 KTU 2019 SCHEME 25.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
additive manufacturing of ss316l using mig welding
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx

Image processing fundamentals

  • 1. Mr. A. B. Shinde Assistant Professor, Electronics Engineering, P.V.P.I.T., Budhgaon shindesir.pvp@gmail.com Digital Image Processing Fundamentals 1
  • 2. What is Image ?  An image is a spatial representation of a two- dimensional or three-dimensional scene.  An image is an array, or a matrix pixels (picture elements) arranged in columns and rows. 2
  • 3. What is Image Processing 3
  • 4. What is Image Processing 4
  • 5. What is Image Processing 5
  • 6. What is Image Processing One picture is worth more than thousands of words.6
  • 7.  Interest in digital image processing methods stems from two principal application areas: 1. Improvement of pictorial information for human interpretation 2. Processing of image data for storage, transmission, and representation for autonomous machine perception WHY…..digital image processing…??? 7
  • 8. DIP Definition: A Discipline in Which Both the Input and Output of a Process are Images. WHAT IS DIGITAL IMAGE PROCESSING? ProcessImage Image 8
  • 9.  An image may be defined as a two-dimensional function, f(x, y), where x and y are spatial (plane) coordinates, and the amplitude of f at any pair of coordinates (x,y) is called the intensity or gray level of the image at that point.  Digital Image: When x, y and the intensity values of f are all finite, discrete quantities, we call the image a digital image. What Is Digital Image ? ( , ) ( , ) ( , ) ( , ) r x y f x y g x y b x y          The field of digital image processing refers to processing digital images by means of a digital computer.  Color Image: 9
  • 10. An Image: Discretizatio n Quantizatio n g(x , y) g(i , j) f(i , j) Digital Image f(i0 , j0) : Picture Element, Image Element, Pel, Pixel What Is Digital Image ? 10
  • 11. Image Processing Vision Low-Level Process Mid-Level Process High-Level Process • Reduce Noise • Contrast Enhancement • Image Sharpening • Segmentation • Classification Making Sense of an Ensemble of Recognized Objects Image Analysis WHAT IS DIGITAL IMAGE PROCESSING? 11
  • 12.  One of the first applications of digital images was in the newspaper industry, when pictures were first sent by submarine cable between London and New York.  Introduction of the Bartlane cable picture transmission system in the early 1920s reduced the time required to transport a picture across the Atlantic from more than a week to less than three hours. Origins of Digital Image Processing A digital picture produced in 1921 from a coded tape by a telegraph printer with special type faces. 12
  • 13.  Today, there is almost no area of technical endeavor that is not impacted in some way by digital image processing.  Gamma-Ray Imaging  X-Ray Imaging  Imaging in the Ultraviolet Band  Imaging in the Visible and Infrared Bands  Imaging in the Microwave Band  Imaging in the Radio Band Fields that Use Digital Image Processing 13
  • 14. Gamma-Ray Imaging  Major uses of imaging based on gamma rays include nuclear medicine.  In nuclear medicine, the approach is to inject a patient with a radioactive isotope that emits gamma rays as it decays.  Images are produced from the emissions collected by gamma ray detectors. Bone scan PET Cygnus loop Reactor valve14
  • 17.  Document Handling Applications and Research Topics 17
  • 18.  Signature Verification Applications and Research Topics 18
  • 19.  Biometrics Applications and Research Topics 19
  • 20.  Fingerprint Verification / Identification Applications and Research Topics 20
  • 21.  Object Recognition Applications and Research Topics 21
  • 22.  Target Recognition Department of Defense (Army, Air force, Navy) Applications and Research Topics 22
  • 23.  Interpretation of Aerial Photography Interpretation of aerial photography is a problem domain in both computer vision and registration. Applications and Research Topics 23
  • 24.  Autonomous Vehicles Land, Underwater, Space Applications and Research Topics 24
  • 25.  Traffic Monitoring Applications and Research Topics 25
  • 26.  Traffic Monitoring Applications and Research Topics 26
  • 27.  Face Detection Applications and Research Topics 27
  • 28.  Face Recognition Applications and Research Topics 28
  • 29.  Face Detection/Recognition Research Applications and Research Topics 29
  • 30.  Facial Expression Recognition Applications and Research Topics 30
  • 31.  Hand Gesture Recognition Smart Human-Computer User Interfaces Sign Language Recognition Applications and Research Topics 31
  • 32.  Human Activity Recognition Applications and Research Topics 32
  • 33.  Medical Applications Applications and Research Topics breast cancerskin cancer 33
  • 34.  Morphing Applications and Research Topics 34
  • 35.  Inserting Artificial Objects into a Scene Applications and Research Topics 35
  • 36. Fundamental Steps in Digital Image Processing 36
  • 37. Fundamental Steps in Digital Image Processing 37
  • 38. Fundamental Steps in Digital Image Processing Essential steps when processing digital images: Acquisition Enhancement Restoration Color image restoration Wavelets Morphological processing Segmentation Representation Recognition Outputs are digital images Outputs are attributes of the image 38
  • 39. Fundamental Steps in Digital Image Processing  Image acquisition is the first process. Generally, the image acquisition stage involves preprocessing, such as scaling. 39
  • 40. Fundamental Steps in Digital Image Processing  Image enhancement is the process of manipulating an image so that the result is more suitable than the original for a specific application. There is no general “theory” of image enhancement. When an image is processed for visual interpretation, the viewer is the ultimate judge of how well a particular method works. 40
  • 41.  Image Restoration is an area that also deals with improving the appearance of an image. However, unlike enhancement, which is subjective, image restoration is objective, in the sense that restoration techniques tend to be based on mathematical or probabilistic models of image degradation. Fundamental Steps in Digital Image Processing 41
  • 42.  Color Image Processing is an area that has been gaining in importance because of the significant increase in the use of digital images over the Internet.  Wavelets are the foundation for representing images in various degrees of resolution. Fundamental Steps in Digital Image Processing 42
  • 43.  Compression, as the name implies, deals with techniques for reducing the storage required to save an image, or the bandwidth required to transmit it. This is true particularly in uses of the Internet. Fundamental Steps in Digital Image Processing 43
  • 44.  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. A segmentation procedure brings the process a long way toward successful solution of imaging problems that require objects to be identified individually. In general, the more accurate the segmentation, the more likely recognition is to succeed. Fundamental Steps in Digital Image Processing 44
  • 45.  Representation and description almost always follow the output of a segmentation stage, which usually is raw pixel data.  Boundary representation is appropriate when the focus is on external shape characteristics, such as corners and inflections.  Regional representation is appropriate when the focus is on internal properties, such as texture or skeletal shape. Description, also called feature selection, deals with extracting attributes that result in some quantitative information of interest or are basic for differentiating one class of objects from another.  Recognition is the process that assigns a label (e.g., “vehicle”) to an object based on its descriptors. Digital image processing with the development of methods for recognition of individual objects. Fundamental Steps in Digital Image Processing 45
  • 46. General Purpose Image Processing System 46
  • 47.  Specialized image processing hardware usually consists of the digitizer, plus hardware that performs other primitive operations, such as an arithmetic logic unit (ALU), that performs arithmetic and logical operations in parallel on entire images.  This type of hardware sometimes is called a front-end subsystem, and its most distinguishing characteristic is speed. General Purpose Image Processing System 47
  • 48.  The Computer in an image processing system is a general-purpose computer and can range from a PC to a supercomputer.  In dedicated applications, sometimes custom computers are used to achieve a required level of performance, but our interest here is on general- purpose image processing systems.  In these systems, almost any well-equipped PC-type machine is suitable for off-line image processing tasks. General Purpose Image Processing System 48
  • 49.  Software for image processing consists of specialized modules that perform specific tasks.  More sophisticated software packages allow the integration of those modules and general-purpose software commands from at least one computer language. General Purpose Image Processing System 49
  • 50.  Mass storage capability is a must in image processing applications.  An image of size 1024 * 1024 pixels, in which the intensity of each pixel is an 8-bit quantity, requires one megabyte of storage space if the image is not compressed.  Digital storage for image processing applications falls into three principal categories:  Short-term storage for use during processing,  On-line storage for relatively fast recall, and  Archival storage, characterized by infrequent access.  Storage is measured in:  bytes,  Kbytes,  Mbytes,  Gbytes, and General Purpose Image Processing System 50
  • 51.  Image displays in use today are mainly color (preferably flat screen) TV monitors.  Monitors are driven by the outputs of image and graphics display cards that are an integral part of the computer system.  In some cases, it is necessary to have stereo displays, and these are implemented in the form of headgear containing two small displays embedded in goggles worn by the user. General Purpose Image Processing System 51
  • 52.  Hardcopy devices for recording images include laser printers, film cameras, heat-sensitive devices, inkjet units, and digital units, such as optical and CDROM disks.  Networking is almost a default function in any computer system in use today. In dedicated networks, this typically is not a problem, but communications with remote sites via the Internet are not always as efficient. General Purpose Image Processing System 52
  • 55.  A digital image is composed of M rows and N columns of pixels each storing a value  Pixel values are most often grey levels in the range 0-255(black- white)  We will see later on that images can easily be represented as matrices. Image Representation 55
  • 57.  Images are typically generated by illuminating a scene and absorbing the energy reflected by the objects in that scene Image Acquisition 57
  • 58.  Incoming energy lands on a sensor material responsive to that type of energy and this generates a voltage  Collections of sensors are arranged to capture images Image Sensing Imaging Sensor Line of Image Sensors Array of Image Sensors58
  • 59.  A digital sensor can only measure a limited number of samples at a discrete set of energy levels  Quantisation is the process of converting a continuous analogue signal into a digital representation of this signal Image Sampling And Quantization 59
  • 60.  Remember that a digital image is always only an approximation of a real world scene. Image Sampling And Quantization 60
  • 61.  The spatial resolution of an image is determined by how sampling was carried out  Spatial resolution simply refers to the smallest discernable detail in an image  Vision specialists will often talk about pixel size  Graphic designers will talk about dots per inch (DPI) Spatial Resolution 61
  • 62. Spatial Resolution Vision specialists will often talk about pixel size 62
  • 63. Spatial Resolution 1024 * 1024 512 * 512 256 * 256 128 * 128 64 * 64 32 * 32 Graphic designers will talk about dots per inch63
  • 64.  Intensity level resolution refers to the number of intensity levels used to represent the image  The more intensity levels used, the finer the level of detail discernable in an image  Intensity level resolution is usually given in terms of the number of bits used to store each intensity level Intensity Level Resolution Number of Bits Number of Intensity Levels Examples 1 2 0, 1 2 4 00, 01, 10, 11 4 16 0000, 0101, 1111 8 256 00110011, 0101010116 65,536 101010101010101 0 64
  • 65. Intensity Level Resolution 128 grey levels (7 bpp) 64 grey levels (6 bpp) 32 grey levels (5 bpp) 16 grey levels (4 bpp) 8 grey levels (3 bpp) 4 grey levels (2 bpp) 2 grey levels (1 bpp) 256 grey levels (8 bits per pixel) 65
  • 66.  The big question with resolution is always how much is enough?  This all depends on what is in the image and what you would like to do with it  Key questions include  Does the image look aesthetically pleasing?  Can you see what you need to see within the image? Resolution: How Much Is Enough?  The picture on the right is fine for counting the number of cars, but not for reading the number plate66
  • 67. Thank You… (This Presentation is Published Only for Educational Purpose) 67