Digital Images The nature and acquisition of a digital image.

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
The Generic Sensor Each photosite converts lightwave energy into photo- electrons Pixels in the output image are a measure of the number of photo-electrons.
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
HOW A SILICON CHIP CAPTURES AN IMAGE
 Image Characteristics  Image Digitization Spatial domain Intensity domain 1.
Digital Images A basic image capture system – review The fundamental properties of the digital photographic image. Monochrome Images Color Images Sampling.
DIGITAL IMAGE PROCESSING CMSC 150: Lecture 14. Conventional Cameras  Entirely chemical and mechanical processes  Film: records a chemical record of.
Digital Image Processing: Digital Imaging Fundamentals.
Imaging Science Fundamentals
Digital Image Fundamentals
Imaging Techniques in Digital Cameras Presented by Jinyun Ren Jan
Ch 25 1 Chapter 25 Optical Instruments © 2006, B.J. Lieb Some figures electronically reproduced by permission of Pearson Education, Inc., Upper Saddle.
Digital Technology 14.2 Data capture; Digital imaging using charge-coupled devices (CCDs)
1 Basics of Digital Imaging Digital Image Capture and Display Kevin L. Lorick, Ph.D. FDA, CDRH, OIVD, DIHD.
Digital Image Characteristic
1 CCTV SYSTEMS CCD VERSUS CMOS COMPARISON CCD (charge coupled device) and CMOS (complementary metal oxide semiconductor) image sensors are two different.
The Digital Image.
SCCS 4761 Introduction What is Image Processing? Fundamental of Image Processing.
Image Formation. Input - Digital Images Intensity Images – encoding of light intensity Range Images – encoding of shape and distance They are both a 2-D.
Digital Image Processing Lecture 2
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
How A Camera Works Image Sensor Shutter Mirror Lens.
The Television Camera The television camera is still the most important piece of production equipment. In fact, you can produce and show an impressive.
Photography in Education TECH2113 Dr. Alaa Sadik Department of Instructional & Learning Technologies
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Digital Image Fundamentals. What Makes a good image? Cameras (resolution, focus, aperture), Distance from object (field of view), Illumination (intensity.
Imaging Science FundamentalsChester F. Carlson Center for Imaging Science.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
What is an image? What is an image and which image bands are “best” for visual interpretation?
CIS 601 Image Fundamentals Longin Jan Latecki Slides by Dr. Rolf Lakaemper.
University of Ioannina - Department of Computer Science Digital Imaging Fundamentals Christophoros Nikou Digital Image Processing Images.
Digital Imaging. Digital image - definition Image = “a two-dimensional function, f(x,y), where x and y are spatial coordinates, and the amplitude of f.
Digital Image Processing Part 1 Introduction. The eye.
The Physics of Photography
Digital Cameras By: Karin Varley. Table of Contents What is a Digital Camera? When did it all begin? Digital Cameras through the years How does a Digital.
DIGITAL CAMERAS Prof Oakes. Overview Camera history Digital Cameras/Digital Images Image Capture Image Display Frame Rate Progressive and Interlaced scans.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Computer Vision Introduction to Digital Images.
How digital cameras work The Exposure The big difference between traditional film cameras and digital cameras is how they capture the image. Instead of.
Sounds of Old Technology IB Assessment Statements Topic 14.2., Data Capture and Digital Imaging Using Charge-Coupled Devices (CCDs) Define capacitance.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Digital Camera TAVITA SU’A. Overview ◦Digital Camera ◦Image Sensor ◦CMOS ◦CCD ◦Color ◦Aperture ◦Shutter Speed ◦ISO.
EE 638: Principles of Digital Color Imaging Systems Lecture 17: Digital Camera Characterization and Calibration.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
DIGITAL CAMERAS THE IMAGE SENSORS. CCD: Charged Coupled Device CMOS: Complementary Metal Oxide Semiconductor The differences between these two sensors.
Inside the Digital Camera. Digital Camera Cross Section The digital camera is a complex device The only part that is the same as film cameras is the lens.
Intelligent Robotics Today: Vision & Time & Space Complexity.
ISAN-DSP GROUP Digital Image Fundamentals ISAN-DSP GROUP What is Digital Image Processing ? Processing of a multidimensional pictures by a digital computer.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
ITEC2110, Digital Media Chapter 3 Digital Image Processing 1 GGC -- ITEC Digital Media.
CSE 185 Introduction to Computer Vision
Digital Image -M.V.Ramachandranwww.youtube.com/postmanchandru
Digital Image Fundamentals
Electronics Lecture 5 By Dr. Mona Elneklawi.
Unit 1 The History of Photography & The Camera
Binary Notation and Intro to Computer Graphics
The Concepts of Digital Imaging
Digital Image Processing (DIP)
EECS 373 Design of Microprocessor-Based Systems
A basic look at the mechanics
Chapter I, Digital Imaging Fundamentals: Lesson II Capture
CIS 601 Image Fundamentals
What Is Spectral Imaging? An Introduction
How to Digitize the Natural Color
Visuals are analog signals...
Photographic Image Formation I
Presentation transcript:

Digital Images The nature and acquisition of a digital image

Image Types  All images can be thought of as “color” images since even black and white are colors  More commonly we distinguish between three types of images:  Color: an image containing any color  Grayscale: an image containing only those colors on the black-white RGB diagonal (or the brightness dimension of some other color space)  Binary: an image containing only black and white  Note:  Many people refer to a grayscale image as a “black and white” image. This is not really proper.  Many people refer to a “monochromatic” image. Such an image must properly contain only one color – but this term really means a binary image.

Image Types Example

Digital Image Terms and Structure  Digital image: a 2D grid of colored picture elements (pixels)  pixel – the color of an image at a specific point. I(x, y)  sample – one dimension of a pixel. I(x, y) b  band – all samples on the same layer. I b 4

Color Depth  Describes the ability of an image to accurately reproduce colors  Given as the number of bits consumed by a single pixel  Otherwise known as bits per pixel (bpp)  Consider the following image types:  Binary images are ____ bpp?  Grayscale images are typically 8 bpp.  Color images are typically ____ bpp?  Most applications do not need more than 24 bpp. Specialized medical or scientific applications may use 30 bpp depth or greater. 5

6 1 bpp2 bpp 5 bpp24 bpp Effect of color depth on image quality

Digital images  Resolution measures the amount of visual detail that an image holds.  Higher resolution means greater capacity for visual detail  Defined as the number of columns and rows  Common: 640x480, 800x600, 1600x1200  Read as 640 by 480  Sometimes given as total pixel count such as  800x600 == 4.8 Megapixel resolution  Aspect ratio  Num of columns divided by rows  4:3 OR

8 4x520x25 100x125360x450 Effect of resolution on image quality

Image Frequency  Image frequency is a measure of the amount of change in color that occurs over spatial distance  Large intensity change over small distance is high frequency  Small intensity change over large distance is low frequency  Frequency is directly related to resolution.  Higher resolution images are able to represent higher frequencies than lower resolution images.  Higher resolution images do not necessarily contain high frequency content but they have the capacity.  Most images contain low and high frequencies in different regions 9

Image Frequency 10

Characterizing a Digital Image  In summary, a digital image can be characterized by  Its color model  Its color depth  Its resolution  Its frequency content  Each of these attributes must be understood to effectively construct an image processing system

Image acquisition  Imaging : the process of acquiring a digital image from some real-world scene  Acquired through imaging hardware  digital camera  digital copier  digital scanner  Most imaging systems use a CCD or CMOS sensor  Charge coupled device (CCD)  Complementary metal oxide semiconductor (CMOS)  Refers to the physical design of the sensor – both CCD and CMOS sensors produce the same result

CCD A CCD is an electronic circuit with a grid of small rectangular photo-cells. The optical lens focuses a scene onto the sensors. Each photo-cell measures the amount of light that falls onto it. The collective data of the sensors represents an image when viewed from a distance.

Imaging  A digital image is an approximation of the continuous tone real-world scene  The digital image is approximate in both light and space  Sampling:  a partitioning of space  Directly corresponds to image resolution  Quantization:  a partitioning of light levels.  Directly corresponds to color depth

Sampling and Quantization example continuous tone scene sampled (partition space) sampled and quantized (partitioned light levels)

Sampling and Quantization example Continuous function (upper left) is Sampled (above) and then Quantized (upper right) to form Digital image (left) Continuous function (upper left) is Sampled (above) and then Quantized (upper right) to form Digital image (left)

Sampling and Quantization  Sampling is performed by the physical size and shape of the individual CCD/CMOS sensors  Typically rectangular.  An image sample represents a geometric point and has no size or shape although the sample was likely acquired by a square sensor  Quantization is determined by the sensitivity of the individual CCD/CMOS sensors

Sampling  As mentioned earlier, higher resolution allows more visual detail in an image.  How much resolution is required to adequately capture a particular image?  The Nyquist–Shannon sampling theorem provides the answer.  If the highest frequency component of the original continuous tone signal is B then a resolution of 2B is required. This is an informal definition which will be better understood by example and future discussion of the frequency domain.  Alisasing occurs when the sampling rate is inadequate. Aliasing may introduce false artifacts into the sampled image.

Sampling Rate and Aliasing 19 Nyquist Criterion Example: Adequate sampling rate

Sampling Rate and Aliasing 20 Nyquist Criterion Example: Inadequate sampling rate causes ‘aliasing’

Image Aliasing Example 21 Left: Adequately sampled image Above center: Image sub-sampled by 50% Above right: Image sub-sampled by 25% More aliasing occurs at the periphery since the image frequency is higher and the sampling rate is inadequate. Less aliasing occurs near the center since the frequency is lower and the sampling rate adequate. Left: Adequately sampled image Above center: Image sub-sampled by 50% Above right: Image sub-sampled by 25% More aliasing occurs at the periphery since the image frequency is higher and the sampling rate is inadequate. Less aliasing occurs near the center since the frequency is lower and the sampling rate adequate.

Color image acquisition  A color camera must capture 3 samples for each pixel location. Somehow, each photosite must sense three different values.  Color digital cameras work in various ways:  A single CCD where each photosite measures red, green, OR blue  A single CCD where each photosite measures red, green, AND blue  A three-CCD system such that each CCD captures one band

Color image acquisition  Consider a single CCD color digital camera  Each individual photosite of the CCD is filtered to detect either red, green, OR blue light  Most filters mimic the cone density of the human eye  The Bayer filter uses 50% green and 25% red and blue sites.  If each green site is extracted – it forms a band with 50% gaps  If each red site is extracted – it forms a band with 75% gaps  If each blue site is extacted – it forms a band with 75% gaps  The ‘RAW’ data must be demosaiced (fill in the gaps) to produce a true-color image

Bayer Filter

Demosaicing  Given an array of interlaced red / green / blue filtered grayscale images, create a single true-color image. Raw CCD data Separated ‘bands’ Demosaiced image

Color image acquisition  High-end color cameras contain a prism which divides the incoming light rays into their red, green and blue components. Each chip then samples a single color at full resolution.  A newer technology has emerged whereby each photosite is able to discriminate and measure red, green and blue light simultaneously. This technology does not require demosaicing.