CS-467
Image Processing and
Computer Vision
Fall 2015
1
Organizational Details
Class Meeting:
1:00pm-3:45pm; Thursday; Room SCIT215
Instructor: Dr. Igor Aizenberg
Office: Science and Technology Building, 104C
Phone 903-334 6654
e-mail: igor.aizenberg@tamut.edu
Office hours:
Tuesday 12:30a-2:30p; Thursday 11:00a-1:00p
Class Web Page: http://www.eagle.tamut.edu/faculty/igor/CS-467.htm
2
Text Book (optional)
• R. C. Gonzalez and R. E. Woods, Digital
image Processing, 3rd Edition,
• ISBN-10: 013168728X
• ISBN-13: 9780131687288
• Prentice Hall, Copyright: 2008
• Published: 08/21/2007.
3
Evaluation
• Projects will be given frequently throughout the
semester.
• Students will be required not only to learn the
methods studied in class, but also have to
implement them.
• Each project must be defended by presenting a
written report (prepared in MS-Word)
demonstrating the corresponding processing
results ( the resulting images and/or source code
shall also be presented). Each project is usually
due a week after it has been assigned.
4
Grading
Grading Method
Each project will be graded and the final
grade will be the average over all the
projects grades.
Grading Scale:
90%+  A
80%+  B
70%+  C
60%+  D
less than 60%  F
5
What is Digital Image Processing?
What is Computer Vision?
• Digital Image Processing refers to processing
digital images by means of a digital computer.
• Computer Vision refers to deep image
analysis, recognition of objects located in
digital images and to simulation of the
cognitive functions normally associated with
vision.
6
What is Digital Image Processing?
What is Computer Vision?
• There is no some well-defined border
between high-level image processing (image
segmentation, objects detection, and
recognition of individual objects) and low-
level computer vision (objects ensemble
recognition)
7
What we will study?
• Visual Perception. Light and Electromagnetic
Spectrum. Image Acquisition, Sampling, and
Quantization
• Image Enhancement in the Spatial Domain (noise
models, noise filtering, linear and nonlinear
filters, image sharpening, edge detection)
• Image Enhancement in the Frequency Domain
(Fourier transform, periodic and quasi-periodic
noise filtering, restoration of blurred images)
• Processing of Color Images
• Introduction to Image Recognition
8
What is a digital image?
• In fact, all natural images are analog (in terms
of signal processing) , continuous (in terms of
mathematics) and generally infinite.
• Digital images are discrete and finite. They are
composed from a finite number of elements,
each of which has a particular location
(coordinates) and value (intensity value).
These elements are called pixels.
9
Digital Image
• Mathematically, a digital image can be
considered as a discrete function
• is a finite domain (which is called a spatial
domain) of the image-function, and I is a co-
domain of the image-function
10
( ) { } { }2
, : ; 0,1,2,..., 1 , 0,1,..., 1f x y D I D N I k→ = − = −
2
D
Digital Image
• A graphical representation of the function
results in visualized digital image, the
corresponding points with their values located
according to their spatial coordinates x, y are
nothing else than pixels.
• A digital image with has maximum
k gray levels. 0 is black, k-1 is white. All values
between them are “gray” with the different tints.
Such images are commonly referred to as
gray-scale.
11
( ),f x y
{ }0,1,..., 1I k= −
Color Digital Image
• Color digital images consist of 3 or 4 “gray”
channels (depending on the color space).
• The most popular space is RGB (red, green,
and blue) ,where each of channels taken
separately is a gray-scale digital image in
terms of our definition.
12
Historical Observation
© 1992-2008 R.C. Gonzalez & R.E. Woods
First digital images with 5 gray levels
(1921-1922)
13
© 1992-2008 R.C. Gonzalez & R.E. Woods
Historical Observation
Digital image with 15 gray levels (1929)
14
Historical Observation
Digital image with 256 gray levels (1964)
© 1992-2008 R.C. Gonzalez & R.E. Woods
15
Areas of Application of
Digital Image Processing
• Aerospace Imaging
• Medical Imaging
• Digital Photography
• Surveillance Systems
• Security and Intelligence
• Nondestructive Check
• Remote Sensing
16
Sources of Digital Images
• Digital images can be categorized according to
their source (visual, X-ray, Infrared, ultraviolet,
ultrasound, etc.)
• The energy sources for images are:
electromagnetic energy spectrum, acoustic,
ultrasonic, electronic
• Images based on radiation from the
electromagnetic spectrum are the most
frequently appeared
17
Electromagnetic Spectrum
• Electromagnetic waves are on the one hand sinusoidal waves
of varying wavelengths and on the other hand they are
streams of massless particles, each travelling in a wavelike
pattern and moving at the speed of light.
• Each massless particle contains a certain amount (bundle) of
energy, which is called a photon.
© 1992-2008 R.C. Gonzalez & R.E. Woods
18
Electromagnetic Spectrum
19
Gamma-Ray Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
20
X-Ray Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
21
© 1992-2008 R.C. Gonzalez & R.E. Woods
Ultraviolet Imaging
22
(a) and (b) -
Fluorescent
Microscopy Images
Light Microscopy Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
23
Multispectral Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
24
Multispectral Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
25
Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
26
Infrared Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
27
Infrared Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
28
Nondestructive Check Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
29
Visual Spectrum Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
30
Synthetic Radar Satellite Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
31
MRI Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
32
Multispectral Astronomy Imaging
© 1992-2008 R.C. Gonzalez & R.E. Woods
33
© 1992-2008 R.C. Gonzalez & R.E. Woods
Remote Sensing Imaging
34
© 1992-2008 R.C. Gonzalez & R.E. Woods
Ultrasound Medical Imaging
35
© 1992-2008 R.C. Gonzalez & R.E. Woods
Scanning Electron Microscope Imaging
36
Fractal Imaging
37
© 1992-2008 R.C. Gonzalez & R.E. Woods
Basic Image Processing Methods
38
© 1992-2008 R.C. Gonzalez & R.E. Woods
Components of Digital Image
Processing System
39

More Related Content

PPTX
COM2304: Introduction to Computer Vision & Image Processing
DOC
Image Processing
PPTX
Digital image processing
PPT
Image processing
DOCX
Introduction to image processing-Class Notes
PDF
Digital Image Processing and gis software systems
PPT
Digital image processing
PPTX
Image Processing and Computer Vision
COM2304: Introduction to Computer Vision & Image Processing
Image Processing
Digital image processing
Image processing
Introduction to image processing-Class Notes
Digital Image Processing and gis software systems
Digital image processing
Image Processing and Computer Vision

What's hot (19)

PPTX
Computer vision
PPTX
Image processing
PDF
Open CV - 電腦怎麼看世界
PPT
Computer Vision Basics
PPTX
Introduction to computer vision and
PPTX
Presentation on Digital Image Processing
ODP
computer vision & Opencv intro
PPTX
Image processing
DOCX
imageprocessing-abstract
PPTX
Computer vision suprim regmi
PDF
Image processing fundamentals
PPTX
Image processing- an introduction
PDF
A Hardware Model to Measure Motion Estimation with Bit Plane Matching Algorithm
PPTX
Overview of Computer Graphics
PPT
digital image processing
PPT
lecture1 introduction to computer graphics(Computer graphics tutorials)
PDF
Machine learning in image processing
PDF
Automatic Real Time Auditorium Power Supply Control using Image Processing
PPTX
Fundamental steps in image processing
Computer vision
Image processing
Open CV - 電腦怎麼看世界
Computer Vision Basics
Introduction to computer vision and
Presentation on Digital Image Processing
computer vision & Opencv intro
Image processing
imageprocessing-abstract
Computer vision suprim regmi
Image processing fundamentals
Image processing- an introduction
A Hardware Model to Measure Motion Estimation with Bit Plane Matching Algorithm
Overview of Computer Graphics
digital image processing
lecture1 introduction to computer graphics(Computer graphics tutorials)
Machine learning in image processing
Automatic Real Time Auditorium Power Supply Control using Image Processing
Fundamental steps in image processing
Ad

Viewers also liked (20)

PPTX
e paper seminar
PPTX
PPT
E Paper
PPTX
E-Paper Display
PPTX
E paper slides
PDF
Electronic Paper (e-Paper)
PPT
PDF
E-paper (Tomáš Zilvar)
PPS
E Paper
PPTX
PPTX
Machine Learning, Deep Learning how to use in civic tehnology
PPTX
Machine Learning and Deep Contemplation of Data
PPTX
Introduction to machinel learning and deep learning
PPTX
E paper
PPTX
Presentation on e paper
PPTX
E-Paper Technology report
PPTX
E paper technology
DOCX
E-Paper Technology Documentation
PDF
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
e paper seminar
E Paper
E-Paper Display
E paper slides
Electronic Paper (e-Paper)
E-paper (Tomáš Zilvar)
E Paper
Machine Learning, Deep Learning how to use in civic tehnology
Machine Learning and Deep Contemplation of Data
Introduction to machinel learning and deep learning
E paper
Presentation on e paper
E-Paper Technology report
E paper technology
E-Paper Technology Documentation
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
Ad

Similar to Lecture 1 (20)

PPT
Image processing1 introduction
PPT
ImageProcessing1-Introduction.ppt
PPT
PDF
digital image processing lecture notes e
PPTX
Dip unit-i-ppt academic year(2016-17)
PDF
DIP-Introduction Lecture 13-10-14 image analysis
PDF
DIP-Introduction Lecture 13-10-14 image analysis
PPTX
DIP-CHAPTERs-GOPAL SIR.pptx
PPTX
DIP-CHAPTERs
PPTX
ARKA RAJ SAHA-27332020003..pptx
PPTX
mca.pptx
PPTX
DIP-CHAPTERs
PPTX
Chapter 1 and 2 gonzalez and woods
PDF
PPT s12-machine vision-s2
PPTX
1-introduction-image-processing_Chapter1-Digital_Image_Processing.pptx
PPTX
Image characterisation & aerial photographic film technology
PPT
Chapter02.ppt of Image processing and Applications
PPT
Digital Image Processing assignment 03042011.ppt
PDF
PPT-1 of digital image processing and signals
PPTX
1_unit-1.1_Introduction to DIP.pptx
Image processing1 introduction
ImageProcessing1-Introduction.ppt
digital image processing lecture notes e
Dip unit-i-ppt academic year(2016-17)
DIP-Introduction Lecture 13-10-14 image analysis
DIP-Introduction Lecture 13-10-14 image analysis
DIP-CHAPTERs-GOPAL SIR.pptx
DIP-CHAPTERs
ARKA RAJ SAHA-27332020003..pptx
mca.pptx
DIP-CHAPTERs
Chapter 1 and 2 gonzalez and woods
PPT s12-machine vision-s2
1-introduction-image-processing_Chapter1-Digital_Image_Processing.pptx
Image characterisation & aerial photographic film technology
Chapter02.ppt of Image processing and Applications
Digital Image Processing assignment 03042011.ppt
PPT-1 of digital image processing and signals
1_unit-1.1_Introduction to DIP.pptx

More from Wael Sharba (20)

PDF
Project 8
PDF
Project 7
PDF
Project 6
PDF
Project 5
PDF
Project 4
PDF
Project 2
PDF
Project 1
PDF
Project 3
PDF
Project 9
PDF
Lecture 14
PDF
Lecture 13
PDF
Lecture 11
PDF
Lecture 12
PDF
Lecture 10
PDF
Lecture 9
PDF
Lecture 8
PDF
Lecture 7
PDF
Lecture 6
PDF
Lecture 5
PDF
Lecture 4
Project 8
Project 7
Project 6
Project 5
Project 4
Project 2
Project 1
Project 3
Project 9
Lecture 14
Lecture 13
Lecture 11
Lecture 12
Lecture 10
Lecture 9
Lecture 8
Lecture 7
Lecture 6
Lecture 5
Lecture 4

Recently uploaded (20)

DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
International_Financial_Reporting_Standa.pdf
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
My India Quiz Book_20210205121199924.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
Hazard Identification & Risk Assessment .pdf
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
IGGE1 Understanding the Self1234567891011
PPTX
20th Century Theater, Methods, History.pptx
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Virtual and Augmented Reality in Current Scenario
What if we spent less time fighting change, and more time building what’s rig...
International_Financial_Reporting_Standa.pdf
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
FORM 1 BIOLOGY MIND MAPS and their schemes
A powerpoint presentation on the Revised K-10 Science Shaping Paper
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
My India Quiz Book_20210205121199924.pdf
Unit 4 Computer Architecture Multicore Processor.pptx
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
AI-driven educational solutions for real-life interventions in the Philippine...
Hazard Identification & Risk Assessment .pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
IGGE1 Understanding the Self1234567891011
20th Century Theater, Methods, History.pptx
Share_Module_2_Power_conflict_and_negotiation.pptx
History, Philosophy and sociology of education (1).pptx
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα

Lecture 1

  • 2. Organizational Details Class Meeting: 1:00pm-3:45pm; Thursday; Room SCIT215 Instructor: Dr. Igor Aizenberg Office: Science and Technology Building, 104C Phone 903-334 6654 e-mail: igor.aizenberg@tamut.edu Office hours: Tuesday 12:30a-2:30p; Thursday 11:00a-1:00p Class Web Page: http://www.eagle.tamut.edu/faculty/igor/CS-467.htm 2
  • 3. Text Book (optional) • R. C. Gonzalez and R. E. Woods, Digital image Processing, 3rd Edition, • ISBN-10: 013168728X • ISBN-13: 9780131687288 • Prentice Hall, Copyright: 2008 • Published: 08/21/2007. 3
  • 4. Evaluation • Projects will be given frequently throughout the semester. • Students will be required not only to learn the methods studied in class, but also have to implement them. • Each project must be defended by presenting a written report (prepared in MS-Word) demonstrating the corresponding processing results ( the resulting images and/or source code shall also be presented). Each project is usually due a week after it has been assigned. 4
  • 5. Grading Grading Method Each project will be graded and the final grade will be the average over all the projects grades. Grading Scale: 90%+  A 80%+  B 70%+  C 60%+  D less than 60%  F 5
  • 6. What is Digital Image Processing? What is Computer Vision? • Digital Image Processing refers to processing digital images by means of a digital computer. • Computer Vision refers to deep image analysis, recognition of objects located in digital images and to simulation of the cognitive functions normally associated with vision. 6
  • 7. What is Digital Image Processing? What is Computer Vision? • There is no some well-defined border between high-level image processing (image segmentation, objects detection, and recognition of individual objects) and low- level computer vision (objects ensemble recognition) 7
  • 8. What we will study? • Visual Perception. Light and Electromagnetic Spectrum. Image Acquisition, Sampling, and Quantization • Image Enhancement in the Spatial Domain (noise models, noise filtering, linear and nonlinear filters, image sharpening, edge detection) • Image Enhancement in the Frequency Domain (Fourier transform, periodic and quasi-periodic noise filtering, restoration of blurred images) • Processing of Color Images • Introduction to Image Recognition 8
  • 9. What is a digital image? • In fact, all natural images are analog (in terms of signal processing) , continuous (in terms of mathematics) and generally infinite. • Digital images are discrete and finite. They are composed from a finite number of elements, each of which has a particular location (coordinates) and value (intensity value). These elements are called pixels. 9
  • 10. Digital Image • Mathematically, a digital image can be considered as a discrete function • is a finite domain (which is called a spatial domain) of the image-function, and I is a co- domain of the image-function 10 ( ) { } { }2 , : ; 0,1,2,..., 1 , 0,1,..., 1f x y D I D N I k→ = − = − 2 D
  • 11. Digital Image • A graphical representation of the function results in visualized digital image, the corresponding points with their values located according to their spatial coordinates x, y are nothing else than pixels. • A digital image with has maximum k gray levels. 0 is black, k-1 is white. All values between them are “gray” with the different tints. Such images are commonly referred to as gray-scale. 11 ( ),f x y { }0,1,..., 1I k= −
  • 12. Color Digital Image • Color digital images consist of 3 or 4 “gray” channels (depending on the color space). • The most popular space is RGB (red, green, and blue) ,where each of channels taken separately is a gray-scale digital image in terms of our definition. 12
  • 13. Historical Observation © 1992-2008 R.C. Gonzalez & R.E. Woods First digital images with 5 gray levels (1921-1922) 13
  • 14. © 1992-2008 R.C. Gonzalez & R.E. Woods Historical Observation Digital image with 15 gray levels (1929) 14
  • 15. Historical Observation Digital image with 256 gray levels (1964) © 1992-2008 R.C. Gonzalez & R.E. Woods 15
  • 16. Areas of Application of Digital Image Processing • Aerospace Imaging • Medical Imaging • Digital Photography • Surveillance Systems • Security and Intelligence • Nondestructive Check • Remote Sensing 16
  • 17. Sources of Digital Images • Digital images can be categorized according to their source (visual, X-ray, Infrared, ultraviolet, ultrasound, etc.) • The energy sources for images are: electromagnetic energy spectrum, acoustic, ultrasonic, electronic • Images based on radiation from the electromagnetic spectrum are the most frequently appeared 17
  • 18. Electromagnetic Spectrum • Electromagnetic waves are on the one hand sinusoidal waves of varying wavelengths and on the other hand they are streams of massless particles, each travelling in a wavelike pattern and moving at the speed of light. • Each massless particle contains a certain amount (bundle) of energy, which is called a photon. © 1992-2008 R.C. Gonzalez & R.E. Woods 18
  • 20. Gamma-Ray Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 20
  • 21. X-Ray Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 21
  • 22. © 1992-2008 R.C. Gonzalez & R.E. Woods Ultraviolet Imaging 22 (a) and (b) - Fluorescent Microscopy Images
  • 23. Light Microscopy Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 23
  • 24. Multispectral Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 24
  • 25. Multispectral Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 25
  • 26. Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 26
  • 27. Infrared Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 27
  • 28. Infrared Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 28
  • 29. Nondestructive Check Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 29
  • 30. Visual Spectrum Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 30
  • 31. Synthetic Radar Satellite Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 31
  • 32. MRI Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 32
  • 33. Multispectral Astronomy Imaging © 1992-2008 R.C. Gonzalez & R.E. Woods 33
  • 34. © 1992-2008 R.C. Gonzalez & R.E. Woods Remote Sensing Imaging 34
  • 35. © 1992-2008 R.C. Gonzalez & R.E. Woods Ultrasound Medical Imaging 35
  • 36. © 1992-2008 R.C. Gonzalez & R.E. Woods Scanning Electron Microscope Imaging 36
  • 38. © 1992-2008 R.C. Gonzalez & R.E. Woods Basic Image Processing Methods 38
  • 39. © 1992-2008 R.C. Gonzalez & R.E. Woods Components of Digital Image Processing System 39