SlideShare ist ein Scribd-Unternehmen logo
1 von 24
IMAGES AND GRAPHICS
A digital image is a representation of a two-
dimensional image as a finite set of digital values,
called picture elements or pixels
•Pixel values typically represent gray levels, colours,
heights, opacities etc
•Remember digitization implies that a digital image
is an approximation of a real scene
Pixel
1 pixel
Image Format
•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)
•For most of this course we will focus on grey-scale
images
Image Format
Bitmap:
An array of information that contains the
information for the image.
It is a 3 dimensional array
Width x Height x 24 (8 for each color)
So can be huge
(.bmp and .tif or .tiff are most common bitmaps)
JPG (Joint-Photographic Experts Group)
•Generally better for images and photos
•Spatial not color compression, can distort image spatially and more
loss with each save
•Now can animate as well.
•For continuous tone images, such as full-color photographs
•Supports more than 16 millions of color (24-bit)
•Uses lossy compression (averaging may lose information)
Image Format
GIF (Graphical Interchange Format)
For large areas of the same color and a moderate level of
detail.
Supports up to 256 colors
Allows transparency and interlacing
Uses lossless compression
PNG (Portable Network Graphic)
lossless, portable, well-compressed storage of raster images
patent-free replacement for GIF
also replace many common uses of TIFF
Support indexed-color, grayscale, and true color images + an
optional alpha channel for transparency
Image Format
• Monochrome just requires one bit per
pixel, representing black or white
BMP – 16 KB
• 8 bits per pixel allows 256 distinct colors
BMP – 119KB
• 16 bits per pixel represents 32K distinct colors (Most
graphic chipsets now supports the full 65536 colors
and the color green uses the extra one bit)
BMP – 234 KB
• 24 bits per pixel allows millions of colors
• 32 bits per pixel – trillion of colors
BMP – 350KB
Bitmapped vs. JPEG File Sizes
Both images are the same relative size.
900kb
.JPEG High Quality ~700kb
Graphics
• Computer generated or drawn by you.
• Specified through graphics primitives (Lines,
Rectangle, circle etc) and their attribute (Line
style, width, color etc).
• Not represent by pixel matrix.
• You can directly manipulate the elements
because you drew them – Sprites
• Additional conversion is required for Draw
pixel matrix.
Graphics Vs Images
• Basic element
▫ Specified through graphics primitives (Lines,
Rectangle, circle etc) and their attribute (Line style,
width, color etc).
▫ Pixel
• Manipulation
▫ You can directly manipulate the elements because
you drew them – Sprites
▫ In an image, you can manipulate pixels but not
directly the elements. This has a great impact.
• Visible
▫ Additional conversion is required for Draw pixel
matrix.
▫ No Conversion required
Dynamic In Graphics
•Motion Dynamics
▫ Object can be moved and enabled with respect
to the stationary object.
▫ Both the object and the camera are moving.
•Update Dynamics
▫Change the shape, colour, or other properties of
the objects being viewed.
Graphics Hardware
• Architecture of Raster Display
Minimum refresh rate 60 Hz
is used to avoid flickering
Screen Mosaic Triad Arrangement
Interlaced Projection
Dithering
• Dithering
▫ If we view a very small area from a sufficiently large viewing
distance, our eyes average fine detail within the small area and
record only the overall intensity of the area.
▫ This phenomenon used in hardware display is known as dithering
▫ Color display with three bits per pixel: red, green, blue
▫ 2X2 pattern area
▫ It can produce 5X5X5 color combinations
Digital Image Processing
•Digital image processing focuses on two major
tasks
▫ Improvement of pictorial information for
human interpretation
▫ Processing of image data for storage,
transmission and representation for
autonomous machine perception
•Some argument about where image processing
ends and fields such as image analysis and
computer vision start
• Computer image processing
• Image synthesis (generation)
• Image analysis (recognition)
• Image synthesis
• Pictorial synthesis of real or imaginary objects
• Mainly graphics concern with synthesis
• Image analysis
• Recognition of models from pictures of 2D or 3D
objects
Digital Image Processing (DIP)
Digital Image Processing(DIP)
Low Level Process
Input: Image
Output: Image
Examples: Noise
removal, image
sharpening
Mid Level Process
Input: Image
Output: Attributes
Examples: Object
recognition,
segmentation
High Level Process
Input: Attributes
Output:
Understanding
Examples: Scene
understanding,
autonomous navigation
•The continuum from image processing to
computer vision can be broken up into low,
mid- and high-level processes
Digital Image Processing(DIP)
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image
Acquisition
Image
Restoration
Morphological
Processing
Segmentation
Representation
& Description
Image
Enhancement
Object
Recognition
Problem Domain
Colour Image
Processing
Image
Compression
Image Recognition Steps
Steps:
Formatting
Conditioning
Labeling
Grouping
Extracting
Matching
Image Recognition Steps
Conditioning
Suppresses noise
Background normalization
By suppressing uninteresting systematic or pattern
variations
Labeling
Informative pattern has structure with set of connected
pixels.
Region, edge
Grouping
The grouping operation identifies the events by collecting together or
identifying maximal connected sets of pixels participating in the same kind of
event.
Example: Edges are grouped into lines, is called line-fitting
Image Recognition Steps
Extracting
Extracting operation computes for each group of
pixels a list of properties.
Example:
Centroid
Area
Orientation
Spatial moments, gray tone moments, spatial-gray
tone moments
Circumscribing circle, inscribing circle,
Matching
Determines the interpretation of some related set of
image events, associating these events with some
given three-dimensional object or two-dimensional
shape.
Example: Template matching
Image Transmission
Raw Image Transmission
Size = spatial resolution X pixel quantization
Compressed image data transmission
JPEG, MPEG
Symbolic image data transformation
image primitive, attribute etc.
Image & Graphics

Weitere ähnliche Inhalte

Was ist angesagt?

Multimedia And Animation
Multimedia And AnimationMultimedia And Animation
Multimedia And Animation
Ram Dutt Shukla
 

Was ist angesagt? (20)

Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Applications Of Computer Graphics
Applications Of Computer GraphicsApplications Of Computer Graphics
Applications Of Computer Graphics
 
what is Font in multimedia
 what is Font in multimedia what is Font in multimedia
what is Font in multimedia
 
Image file formats
Image file formatsImage file formats
Image file formats
 
multimedia data and file format
multimedia data and file formatmultimedia data and file format
multimedia data and file format
 
Chapter 6 : VIDEO
Chapter 6 : VIDEOChapter 6 : VIDEO
Chapter 6 : VIDEO
 
Chapter 5 : ANIMATION
Chapter 5 : ANIMATIONChapter 5 : ANIMATION
Chapter 5 : ANIMATION
 
Image Files Formats
Image Files FormatsImage Files Formats
Image Files Formats
 
Multimedia data and file format
Multimedia data and file formatMultimedia data and file format
Multimedia data and file format
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUND
 
Introduction to computer graphics
Introduction to computer graphicsIntroduction to computer graphics
Introduction to computer graphics
 
Multimedia And Animation
Multimedia And AnimationMultimedia And Animation
Multimedia And Animation
 
multimedia image.ppt
multimedia image.pptmultimedia image.ppt
multimedia image.ppt
 
Multimedia
MultimediaMultimedia
Multimedia
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing Basics
 
IT Introduction - 06. Graphic & Multimedia
IT Introduction - 06. Graphic & MultimediaIT Introduction - 06. Graphic & Multimedia
IT Introduction - 06. Graphic & Multimedia
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Multimedia:Multimedia compression
Multimedia:Multimedia compression Multimedia:Multimedia compression
Multimedia:Multimedia compression
 
Computer animation
Computer animationComputer animation
Computer animation
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 

Ähnlich wie Image & Graphics

Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
Anies Syahieda
 
Digital image processing & computer graphics
Digital image processing & computer graphicsDigital image processing & computer graphics
Digital image processing & computer graphics
Ankit Garg
 

Ähnlich wie Image & Graphics (20)

Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
 
Digital image processing & computer graphics
Digital image processing & computer graphicsDigital image processing & computer graphics
Digital image processing & computer graphics
 
Fundamental steps in image processing
Fundamental steps in image processingFundamental steps in image processing
Fundamental steps in image processing
 
Prinsip gambar digital
Prinsip gambar digitalPrinsip gambar digital
Prinsip gambar digital
 
Game development terminologies
Game development terminologiesGame development terminologies
Game development terminologies
 
CLASS 1.1.pptx
CLASS 1.1.pptxCLASS 1.1.pptx
CLASS 1.1.pptx
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
GJU MM Unit 3.pdf
GJU MM Unit 3.pdfGJU MM Unit 3.pdf
GJU MM Unit 3.pdf
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Graphics and imagea
Graphics and imageaGraphics and imagea
Graphics and imagea
 
Dip digital image 3
Dip digital image 3Dip digital image 3
Dip digital image 3
 
Sismulmed 04 b. image processing intro
Sismulmed 04 b. image processing introSismulmed 04 b. image processing intro
Sismulmed 04 b. image processing intro
 
Image processing and compression.pptx
Image processing and compression.pptxImage processing and compression.pptx
Image processing and compression.pptx
 
BEC007 -Digital image processing.pdf
BEC007  -Digital image processing.pdfBEC007  -Digital image processing.pdf
BEC007 -Digital image processing.pdf
 
Fundamentals of Image Processing & Components.ppt
Fundamentals of Image Processing & Components.pptFundamentals of Image Processing & Components.ppt
Fundamentals of Image Processing & Components.ppt
 
DIP Notes Unit-1 PPT , engineering, computer Science
DIP Notes Unit-1 PPT , engineering, computer ScienceDIP Notes Unit-1 PPT , engineering, computer Science
DIP Notes Unit-1 PPT , engineering, computer Science
 
Image processing.pdf
Image processing.pdfImage processing.pdf
Image processing.pdf
 
DIP Notes Unit-1 PPT.pdf
DIP Notes Unit-1 PPT.pdfDIP Notes Unit-1 PPT.pdf
DIP Notes Unit-1 PPT.pdf
 

Kürzlich hochgeladen

scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Kürzlich hochgeladen (20)

Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Image & Graphics

  • 2. A digital image is a representation of a two- dimensional image as a finite set of digital values, called picture elements or pixels
  • 3. •Pixel values typically represent gray levels, colours, heights, opacities etc •Remember digitization implies that a digital image is an approximation of a real scene Pixel 1 pixel
  • 4. Image Format •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) •For most of this course we will focus on grey-scale images
  • 5. Image Format Bitmap: An array of information that contains the information for the image. It is a 3 dimensional array Width x Height x 24 (8 for each color) So can be huge (.bmp and .tif or .tiff are most common bitmaps) JPG (Joint-Photographic Experts Group) •Generally better for images and photos •Spatial not color compression, can distort image spatially and more loss with each save •Now can animate as well. •For continuous tone images, such as full-color photographs •Supports more than 16 millions of color (24-bit) •Uses lossy compression (averaging may lose information)
  • 6. Image Format GIF (Graphical Interchange Format) For large areas of the same color and a moderate level of detail. Supports up to 256 colors Allows transparency and interlacing Uses lossless compression PNG (Portable Network Graphic) lossless, portable, well-compressed storage of raster images patent-free replacement for GIF also replace many common uses of TIFF Support indexed-color, grayscale, and true color images + an optional alpha channel for transparency
  • 7. Image Format • Monochrome just requires one bit per pixel, representing black or white BMP – 16 KB • 8 bits per pixel allows 256 distinct colors BMP – 119KB • 16 bits per pixel represents 32K distinct colors (Most graphic chipsets now supports the full 65536 colors and the color green uses the extra one bit) BMP – 234 KB • 24 bits per pixel allows millions of colors • 32 bits per pixel – trillion of colors BMP – 350KB
  • 8. Bitmapped vs. JPEG File Sizes Both images are the same relative size. 900kb .JPEG High Quality ~700kb
  • 9. Graphics • Computer generated or drawn by you. • Specified through graphics primitives (Lines, Rectangle, circle etc) and their attribute (Line style, width, color etc). • Not represent by pixel matrix. • You can directly manipulate the elements because you drew them – Sprites • Additional conversion is required for Draw pixel matrix.
  • 10. Graphics Vs Images • Basic element ▫ Specified through graphics primitives (Lines, Rectangle, circle etc) and their attribute (Line style, width, color etc). ▫ Pixel • Manipulation ▫ You can directly manipulate the elements because you drew them – Sprites ▫ In an image, you can manipulate pixels but not directly the elements. This has a great impact. • Visible ▫ Additional conversion is required for Draw pixel matrix. ▫ No Conversion required
  • 11. Dynamic In Graphics •Motion Dynamics ▫ Object can be moved and enabled with respect to the stationary object. ▫ Both the object and the camera are moving. •Update Dynamics ▫Change the shape, colour, or other properties of the objects being viewed.
  • 12. Graphics Hardware • Architecture of Raster Display Minimum refresh rate 60 Hz is used to avoid flickering
  • 13. Screen Mosaic Triad Arrangement
  • 15. Dithering • Dithering ▫ If we view a very small area from a sufficiently large viewing distance, our eyes average fine detail within the small area and record only the overall intensity of the area. ▫ This phenomenon used in hardware display is known as dithering ▫ Color display with three bits per pixel: red, green, blue ▫ 2X2 pattern area ▫ It can produce 5X5X5 color combinations
  • 16. Digital Image Processing •Digital image processing focuses on two major tasks ▫ Improvement of pictorial information for human interpretation ▫ Processing of image data for storage, transmission and representation for autonomous machine perception •Some argument about where image processing ends and fields such as image analysis and computer vision start
  • 17. • Computer image processing • Image synthesis (generation) • Image analysis (recognition) • Image synthesis • Pictorial synthesis of real or imaginary objects • Mainly graphics concern with synthesis • Image analysis • Recognition of models from pictures of 2D or 3D objects Digital Image Processing (DIP)
  • 18. Digital Image Processing(DIP) Low Level Process Input: Image Output: Image Examples: Noise removal, image sharpening Mid Level Process Input: Image Output: Attributes Examples: Object recognition, segmentation High Level Process Input: Attributes Output: Understanding Examples: Scene understanding, autonomous navigation •The continuum from image processing to computer vision can be broken up into low, mid- and high-level processes
  • 19. Digital Image Processing(DIP) Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression Image Acquisition Image Restoration Morphological Processing Segmentation Representation & Description Image Enhancement Object Recognition Problem Domain Colour Image Processing Image Compression
  • 21. Image Recognition Steps Conditioning Suppresses noise Background normalization By suppressing uninteresting systematic or pattern variations Labeling Informative pattern has structure with set of connected pixels. Region, edge Grouping The grouping operation identifies the events by collecting together or identifying maximal connected sets of pixels participating in the same kind of event. Example: Edges are grouped into lines, is called line-fitting
  • 22. Image Recognition Steps Extracting Extracting operation computes for each group of pixels a list of properties. Example: Centroid Area Orientation Spatial moments, gray tone moments, spatial-gray tone moments Circumscribing circle, inscribing circle, Matching Determines the interpretation of some related set of image events, associating these events with some given three-dimensional object or two-dimensional shape. Example: Template matching
  • 23. Image Transmission Raw Image Transmission Size = spatial resolution X pixel quantization Compressed image data transmission JPEG, MPEG Symbolic image data transformation image primitive, attribute etc.