Course Outline 8/27/2009. SGN-3016 Digital Image Processing (5 cr)

Size: px
Start display at page:

Download "Course Outline 8/27/2009. SGN-3016 Digital Image Processing (5 cr)"

Transcription

1 SGN-3016 Digital Image Processing (5 cr) Lecturer: Moncef Gabbouj Lectures: Period I, Room TB 110, Mondays Periods II, Room TB 219, Mondays 14: Exercises and Assistants: Dr. Esin Guldogan (Office TC 413) Group 1: Thursdays , room TC 415 Group 2: Fridays , room TC 415 Course webpage: First Lecture: Monday 7 September 2009 First Exercise: Thursday 17 th September 2009 (Group 1), and Friday 18 th September 2009 (Group 2) Description: Basic principles and concepts of image processing will be covered in the course. Textbook: Rafael C. Gonzalez and Richard E. Woods, Digital Image Processing, Third Edition, Prentice Hall, 2007, Chapters 1-6. Other references: The Image Processing Handbook, John C. Russ, Editor, CRC Press, Introduction to Digital Image Processing with Matlab, A. McAndrew, Thomson, Course Outline to Digital Image Processing Chapter 2: Digital Image Fundamentals Chapter 3: Intensity Transformations and Spatial Filtering Chapter 4: Filtering in the Frequency Domain Chapter 5: Image Restoration and Reconstruction Chapter 6: Color Image Processing Chapter 8: Image Compression Chapter 10: Image Segmentation Early stages of digital photography over 85-year old!

2 Radiation-based images Images based on radiation from ElectroMagnetic spectrum are most familiar, e.g. X-ray images and visible spectrum images. EM waves can be thought of as propagating sinusoidal waves of varying wavelengths or as a stream of massless particles, each traveling in a wavelike pattern and moving at the speed of light. FIGURE 1.4 The first picture of the moon by a US spacecraft. Ranger 7 took this image on July 31, 1964, about 17 minutes before impacting the lunar surface (Courtesy of NASA) Each massless particle contains a certain amount (or bundle) of energy. Each bundle of energy is called a photon. If spectral bands are grouped according to energy per photon, we obtain the spectrum below Radiation-based images Each massless particle contains a certain amount (or bundle) of energy. Each bundle of energy is called a photon. If spectral bands are grouped according to energy per photon, we obtain the spectrum below. Examples of Gamma-ray imaging Bone Scan PET Scan notice the tumor in the brain and in the lung Cygnus loop is a gas cloud generated by a start in the constellation of Cygnus Gamma radiation from a valve in a nuclear reactor notice the area of 1.10 strong radiation Center for Gamma-Ray Imaging, Univ of Arizona: 2

3 Examples of X-ray imaging Chest X-ray X-ray of circuit board Image of blood vessels (angiogram) Computerised axial tomography (CT) of the head Cygnus loop in the X-ray band Examples of X-ray imaging Examples of ultraviolet imaging CT scan vs MRI imaging: Normal corn UV imaging is used in lithography, industrial inspection, microscopy, biological imaging and astronomical observations UV is used in fluorescence microscopy, a method to study material which can be made to fluoresce. Infected corn (by smut) Smut corn disease Cygnus loop in the UV band

4 Imaging in the visible and IR bands Examples of light microscopy images Applications range from enhancement to NASA s Landsat satellite captures and transmits images of Earth from space for the purpose of monitoring environmental conditions on the planet. It uses both visible and infrared regions of the spectrum. measurements More hurricane pictures from Plymouth State University Weather Center The Potomac river is clearly seen in all bands

5 Human settlements in the Americas

6 Examples of Scanning Electron Microscope (SEM) images

7 Photographs from Sharjah Examples of computer generated images 1.27 Photographs from Tampere

8 How are pictures made? A basic image capture system contains a lens and a detector. Film detects far more visual information than is possible with a digital system. With digital photography, the detector is a solid state image sensor called a charge coupled device, (CCD) for short. On an area array CCD, a matrix of hundreds of thousands of microscopic photocells creates pixels by sensing the light intensity of small portions of the film image Ref.: Types of Image Degradations (1/2) Types of Image Degradations (2/2) lack of contrast image enhancement BLURRING image enhancement motion blur NOISE image restoration 1.33 image restoration

9 Analog versus digital image processing Analog image Digital image + imitates light intensity - records only samples of the information rather than all of it + compactness + copy quality + scalability + freedom from noise + seamlessness + computer compatibility Recall that an analog signal copies by imitating: Light from the camcorder lens slams into a sensor on the imaging chip, creating an electrical charge. The stronger the light, the stronger the charge, which is to say that the electrical signal is imitating the intensity of the light that produced it. Multiply this stimulus/response by several hundred thousand sensors covering all three primary colors and you have the entire optical image imitated by an electrical signal of rapidly and continuously varying voltage In a digital system, by contrast, the first thing that happens to the original continuous signal is that it's fed through an analog/digital converter chip. That chip looks at the signal hundreds of thousands of separate times per second and assigns each discrete sampling a numerical value that corresponds to the strength of the signal at that precise moment in time. These numbers, rather than the signal itself, represent the digital image. This means that digital recording differs from analog in two crucial ways: It numerically encodes the information rather than electrically mimicking it It records only samples of the information rather than all of it. Compactness Information in analog image or video can be stored very efficiently and cheaply (up to two and a half hours of video on one $1 VHS tape at SP speed). High-quality digital video demands a huge amounts of storage space. For example, DVDs (Digital Versatile Disks), must squeeze 4.7 gigabytes of data onto a single side of the disk just to fit a feature-length movie and that's with a hefty dose of compression

10 Scalability All video, analog and digital, tends to look sharper and clearer on a smaller screen; it's the natural result of squeezing the same amount of visual information into a smaller space. All but the highest quality digital video, however, suffers greatly from enlargement. When you blow up your digitized image onto a huge home-theater TV screen, for example, all of those invisible digital compression artifacts become quite noticeable--straight lines become jaggy, curves look blocky, etc. Analog video, on the other hand, is much better at filling larger screens with sharp-looking images. Seamlessness In the audio world, some purists have returned to analog (vinyl LP) recordings because they hear the fact that digital recordings only sample the signal at intervals instead of copying the whole thing. To them, CDs sound hollow and brittle as a consequence Copy Quality We talk about "copying" a digital image or a digital video file, but we are not actually making a copy at all. Instead, we're making a transcription: rewriting the information rather than duplicating it. Instead of copying the video signal, digital duplication transcribes the numerical code that describes that signal. If you transcribe it accurately, you can decode the result into a daughter signal that is essentially indistinguishable from the parent Freedom from Noise Noise is any disturbance in an electrical current that is not part of the signal, and every current carries a certain amount of this electrical garbage. Since an analog dupe is an imitation, it happily copies the noise along with the parent signal, while adding new noise in the process. That means that in each generation, the noise level relative to the signal (signal-to-noise ratio) increases and the quality decreases proportionately. In digital recording, noise is not a problem because the signal consists entirely of current pulses carrying information e.g. Morse code: power on = 1; power off = 0. If the voltage level of the "power on" part of the signal is well above the noise level, then the transcribing system can be set to respond only to current at that level and ignore the noise entirely. So even if the process adds a small amount of its own noise, it never copies the parental noise--nor does it pass on its own noise to the copy. The result is that digital video can be copied through many generations without appreciable quality loss. This is a massive improvement over analog video

11 Computer Compatibility By far the biggest advantage of digital video is that a computer can process and store it. For many years, professionals have digitized video, not only to take advantage of loss-free duplicating, but also to perform image editing. Image editing means superimposing titles, compositing multiple images, and adding effects like dissolves and wipes. But as hard drives got bigger and faster, and as image compression techniques improved, it became possible to digitize the signal and then keep it in that form indefinitely by storing it in the computer. Digital storage also saw the birth of nonlinear editing, with almost instant access to any footage anywhere in the computer. This advantage is so great that digital video would probably prevail over analog due to random (nonlinear) access alone

Chapters to be Covered

Chapters to be Covered SGN-3016 Digital Image Processing (5 cr) Lecturer: Moncef Gabbouj Lectures: Term 1 (Periods I and II), Room TB 223, Fridays12:15 14.00 Exercises and Assistants: Dr. Esin Guldogan (Office TX xxx) Group

More information

Introduction. Stefano Ferrari. Università degli Studi di Milano Methods for Image Processing. academic year

Introduction. Stefano Ferrari. Università degli Studi di Milano Methods for Image Processing. academic year Introduction Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Methods for Image Processing academic year 2015 2016 Image processing Computer science concerns the representation,

More information

Digital Image Processing

Digital Image Processing What is an image? Digital Image Processing Picture, Photograph Visual data Usually two- or three-dimensional What is a digital image? An image which is discretized, i.e., defined on a discrete grid (ex.

More information

Image Processing. The Module. Lab Sessions and Courseworks. Prerequisites. Reference Book. Text Book Image Processing

Image Processing. The Module. Lab Sessions and Courseworks. Prerequisites. Reference Book. Text Book Image Processing Processing Pengwei Hao p.hao@qmul.ac.uk Topic 1: Introduction ECS605U / ECS776P School of EECS Queen Mary University of London The Module Lectures: Mondays, 9-11am, ArtsOne 1.28 Pengwei Hao (p.hao@qmul.ac.uk)

More information

APPLICATIONS AND USAGE

APPLICATIONS AND USAGE APPLICATIONS AND USAGE http://www.tutorialspoint.com/dip/applications_and_usage.htm Copyright tutorialspoint.com Since digital image processing has very wide applications and almost all of the technical

More information

Digitization and fundamental techniques

Digitization and fundamental techniques Digitization and fundamental techniques Chapter 2.2-2.6 Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University Outline Imaging Digitization Sampling Labeling

More information

Digital Image Processing and Machine Vision Fundamentals

Digital Image Processing and Machine Vision Fundamentals Digital Image Processing and Machine Vision Fundamentals By Dr. Rajeev Srivastava Associate Professor Dept. of Computer Sc. & Engineering, IIT(BHU), Varanasi Overview In early days of computing, data was

More information

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Paul R. Baumann, Professor Emeritus State University of New York College at Oneonta Oneonta, New York 13820 USA COPYRIGHT 2008 Paul R. Baumann Introduction Remote

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

Lecture # 01. Introduction

Lecture # 01. Introduction Digital Image Processing Lecture # 01 Introduction Autumn 2012 Agenda Why image processing? Image processing examples Course plan History of imaging Fundamentals of image processing Components of image

More information

Introduction

Introduction Introduction Lecturer: Dr. Hossam Hassan Email : hossameldin.hassan@eng.asu.edu.eg Computers and Systems Engineering Essential Books 1. Digital Image Processing Rafael Gonzalez and Richard Woods, Third

More information

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics FOR 353: Air Photo Interpretation and Photogrammetry Lecture 2 Electromagnetic Energy/Camera and Film characteristics Lecture Outline Electromagnetic Radiation Theory Digital vs. Analog (i.e. film ) Systems

More information

Lecture Notes Prepared by Prof. J. Francis Spring Remote Sensing Instruments

Lecture Notes Prepared by Prof. J. Francis Spring Remote Sensing Instruments Lecture Notes Prepared by Prof. J. Francis Spring 2005 Remote Sensing Instruments Material from Remote Sensing Instrumentation in Weather Satellites: Systems, Data, and Environmental Applications by Rao,

More information

ELE 882: Introduction to Digital Image Processing (DIP)

ELE 882: Introduction to Digital Image Processing (DIP) ELE882 Introduction to Digital Image Processing Course Instructor: Prof. Ling Guan Department of Electrical & Computer Engineering Room 315, ENG Building Tel: (416)979-5000 ext 6072 Email: lguan@ee.ryerson.ca

More information

Communication Technology

Communication Technology What is communication technology? Communication technology allows people to store, transmit, receive, and manipulate information. ICT ( Information and Communication Technology) is combining telephone

More information

Digital Imaging Rochester Institute of Technology

Digital Imaging Rochester Institute of Technology Digital Imaging 1999 Rochester Institute of Technology So Far... camera AgX film processing image AgX photographic film captures image formed by the optical elements (lens). Unfortunately, the processing

More information

Lecture 1 Introduction. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016

Lecture 1 Introduction. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016 Lecture 1 Introduction Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016 Self Introduction B.Sc., Computer Science and Engineering, Shanghai JiaoTong University, 2003 M.Sc., Computer

More information

Digital Image Processing CS-340. Lecture 1 Introduction

Digital Image Processing CS-340. Lecture 1 Introduction Digital Image Processing CS-340 Lecture 1 Introduction Books Gonzalez, R. C. and Woods, R. E., Digital Image Processing, Third Edition, Pearson- Prentice Hall, Inc., 2008. Gonzalez, R. C., Woods, R. E.,

More information

National 3 Physics Waves and Radiation. 1. Wave Properties

National 3 Physics Waves and Radiation. 1. Wave Properties 1. Wave Properties What is a wave? Waves are a way of transporting energy from one place to another. They do this through some form of vibration. We see waves all the time, for example, ripples on a pond

More information

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image Background Computer Vision & Digital Image Processing Introduction to Digital Image Processing Interest comes from two primary backgrounds Improvement of pictorial information for human perception How

More information

Wallace Hall Academy Physics Department. Waves. Pupil Notes Name:

Wallace Hall Academy Physics Department. Waves. Pupil Notes Name: Wallace Hall Academy Physics Department Waves Pupil Notes Name: Learning intentions for this unit? Be able to state that waves transfer energy. Be able to describe the difference between longitudinal and

More information

Digital Image Processing COSC 6380/4393

Digital Image Processing COSC 6380/4393 Digital Image Processing COSC 6380/4393 Lecture 1 Aug 21 st, 2018 Slides from Dr. Shishir K Shah and Frank (Qingzhong) Liu Digital Image Processing COSC 6380/4393 Instructor Pranav Mantini Email: pmantini@uh.edu

More information

Introduction to image processing

Introduction to image processing Part I Introduction to image processing 1 Introduction Overview Imaging systems construct an (output) image in response to (input) signals from diverse types of objects. They can be classified in a number

More information

Introduction. Lighting

Introduction. Lighting &855(17 )8785(75(1'6,10$&+,1(9,6,21 5HVHDUFK6FLHQWLVW0DWV&DUOLQ 2SWLFDO0HDVXUHPHQW6\VWHPVDQG'DWD$QDO\VLV 6,17()(OHFWURQLFV &\EHUQHWLFV %R[%OLQGHUQ2VOR125:$< (PDLO0DWV&DUOLQ#HF\VLQWHIQR http://www.sintef.no/ecy/7210/

More information

Moving from biomedical to industrial applications: OCT Enables Hi-Res ND Depth Analysis

Moving from biomedical to industrial applications: OCT Enables Hi-Res ND Depth Analysis Moving from biomedical to industrial applications: OCT Enables Hi-Res ND Depth Analysis Patrick Merken a,c, Hervé Copin a, Gunay Yurtsever b, Bob Grietens a a Xenics NV, Leuven, Belgium b UGENT, Ghent,

More information

Seeing the Invisible. Activity J11. Tips and Suggestions. What s This Activity About? What Will Students Do? What Will Students Learn?

Seeing the Invisible. Activity J11. Tips and Suggestions. What s This Activity About? What Will Students Do? What Will Students Learn? J11 Seeing the Invisible Activity J11 Grade Level: 7 12 Source: This activity is section 3 of Active Astronomy, a series of educational materials on infrared astronomy sponsored by NASA s Stratospheric

More information

Satellite Imagery and Remote Sensing. DeeDee Whitaker SW Guilford High EES & Chemistry

Satellite Imagery and Remote Sensing. DeeDee Whitaker SW Guilford High EES & Chemistry Satellite Imagery and Remote Sensing DeeDee Whitaker SW Guilford High EES & Chemistry whitakd@gcsnc.com Outline What is remote sensing? How does remote sensing work? What role does the electromagnetic

More information

Digital Images & Image Quality

Digital Images & Image Quality Introduction to Medical Engineering (Medical Imaging) Suetens 1 Digital Images & Image Quality Ho Kyung Kim Pusan National University Radiation imaging DR & CT: x-ray Nuclear medicine: gamma-ray Ultrasound

More information

Radiology Physics Lectures: Digital Radiography. Digital Radiography. D. J. Hall, Ph.D. x20893

Radiology Physics Lectures: Digital Radiography. Digital Radiography. D. J. Hall, Ph.D. x20893 Digital Radiography D. J. Hall, Ph.D. x20893 djhall@ucsd.edu Background Common Digital Modalities Digital Chest Radiograph - 4096 x 4096 x 12 bit CT - 512 x 512 x 12 bit SPECT - 128 x 128 x 8 bit MRI -

More information

15/12/2017. What is digital image processing? What is digital image processing? History of digital images. History of digital images

15/12/2017. What is digital image processing? What is digital image processing? History of digital images. History of digital images What is digital image processing? Image: a two-dimensional function f(x,y), where x and y are spatial coordinates and the amplitude f at any pair of coordinates (x,y) is called the intensity or gray level.

More information

Course Objectives & Structure

Course Objectives & Structure Course Objectives & Structure Digital imaging is at the heart of science, medicine, entertainment, engineering, and communications. This course provides an introduction to mathematical tools for the analysis

More information

In the name of God, the most merciful Electromagnetic Radiation Measurement

In the name of God, the most merciful Electromagnetic Radiation Measurement In the name of God, the most merciful Electromagnetic Radiation Measurement In these slides, many figures have been taken from the Internet during my search in Google. Due to the lack of space and diversity

More information

dr hab. Michał Strzelecki tel , room 216 cons. hours: Wednesday 14-15, Thursday P. Strumillo, M.

dr hab. Michał Strzelecki tel , room 216 cons. hours: Wednesday 14-15, Thursday P. Strumillo, M. dr hab. Michał Strzelecki tel. 6312631, room 216 cons. hours: Wednesday 14-15, Thursday 13-14 (mstrzel@p.lodz.pl) P. Strumillo, M. Strzelecki One picture is worth more than ten thousand words Anonymous

More information

How can we "see" using the Infrared?

How can we see using the Infrared? The Infrared Infrared light lies between the visible and microwave portions of the electromagnetic spectrum. Infrared light has a range of wavelengths, just like visible light has wavelengths that range

More information

INTRODUCTION. 5. Electromagnetic Waves

INTRODUCTION. 5. Electromagnetic Waves INTRODUCTION An electric current produces a magnetic field, and a changing magnetic field produces an electric field Because of such a connection, we refer to the phenomena of electricity and magnetism

More information

ECU 3040 Digital Image Processing

ECU 3040 Digital Image Processing ECU 3040 Digital Image Processing Dr. Praveen Sankaran Department of ECE NIT Calicut January 8, 2015 Ground Rules Grading Policy: Projects 20 Exam 1 15 Exam 2 15 Exam 3 50 Letter Grading:Absolute Textbook:

More information

Waves. A wave is a disturbance which travels through a vacuum or medium (air, water, etc) that contains matter A wave transports ENERGY not matter

Waves. A wave is a disturbance which travels through a vacuum or medium (air, water, etc) that contains matter A wave transports ENERGY not matter Waves and Optics Waves A wave is a disturbance which travels through a vacuum or medium (air, water, etc) that contains matter A wave transports ENERGY not matter Waves Some waves do not need a medium

More information

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging Medical Imaging X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging From: Physics for the IB Diploma Coursebook 6th Edition by Tsokos, Hoeben and Headlee And Higher Level Physics 2 nd Edition

More information

Introduction to Computer Vision

Introduction to Computer Vision Introduction to Computer Vision CS / ECE 181B Thursday, April 1, 2004 Course Details HW #0 and HW #1 are available. Course web site http://www.ece.ucsb.edu/~manj/cs181b Syllabus, schedule, lecture notes,

More information

Chapter 18 The Electromagnetic Spectrum

Chapter 18 The Electromagnetic Spectrum Pearson Prentice Hall Physical Science: Concepts in Action Chapter 18 The Electromagnetic Spectrum 18.1 Electromagnetic Waves Objectives: 1. Describe the characteristics of electromagnetic waves in a vacuum

More information

MODULE P6: THE WAVE MODEL OF RADIATION OVERVIEW

MODULE P6: THE WAVE MODEL OF RADIATION OVERVIEW OVERVIEW Wave behaviour explains a great many phenomena, both natural and artificial, for all waves have properties in common. The first topic introduces a basic vocabulary for describing waves. Reflections

More information

Digital Image Processing. Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011

Digital Image Processing. Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011 Digital Processing Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011 Introduction One picture is worth more than ten thousand p words Outline Syllabus References Course

More information

(Refer Slide Time 00:44) So if you just look at this name, digital image processing, you will find that there are 3 terms.

(Refer Slide Time 00:44) So if you just look at this name, digital image processing, you will find that there are 3 terms. Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 01 Introduction

More information

Sensors and Sensing Cameras and Camera Calibration

Sensors and Sensing Cameras and Camera Calibration Sensors and Sensing Cameras and Camera Calibration Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 20.11.2014

More information

Lecture 2. Electromagnetic radiation principles. Units, image resolutions.

Lecture 2. Electromagnetic radiation principles. Units, image resolutions. NRMT 2270, Photogrammetry/Remote Sensing Lecture 2 Electromagnetic radiation principles. Units, image resolutions. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

More information

Introductory Physics, High School Learning Standards for a Full First-Year Course

Introductory Physics, High School Learning Standards for a Full First-Year Course Introductory Physics, High School Learning Standards for a Full First-Year Course I. C ONTENT S TANDARDS 4.1 Describe the measurable properties of waves (velocity, frequency, wavelength, amplitude, period)

More information

Introduction. Chapter 16 Diagnostic Radiology. Primary radiological image. Primary radiological image

Introduction. Chapter 16 Diagnostic Radiology. Primary radiological image. Primary radiological image Introduction Chapter 16 Diagnostic Radiology Radiation Dosimetry I Text: H.E Johns and J.R. Cunningham, The physics of radiology, 4 th ed. http://www.utoledo.edu/med/depts/radther In diagnostic radiology

More information

SUPER RESOLUTION INTRODUCTION

SUPER RESOLUTION INTRODUCTION SUPER RESOLUTION Jnanavardhini - Online MultiDisciplinary Research Journal Ms. Amalorpavam.G Assistant Professor, Department of Computer Sciences, Sambhram Academy of Management. Studies, Bangalore Abstract:-

More information

Reflected ultraviolet digital photography with improvised UV image converter

Reflected ultraviolet digital photography with improvised UV image converter Rochester Institute of Technology RIT Scholar Works Articles 8-25-2003 Reflected ultraviolet digital photography with improvised UV image converter Andrew Davidhazy Follow this and additional works at:

More information

ELECTROMAGNETIC WAVES AND LIGHT. Physics 5 th Six Weeks

ELECTROMAGNETIC WAVES AND LIGHT. Physics 5 th Six Weeks ELECTROMAGNETIC WAVES AND LIGHT Physics 5 th Six Weeks What are Electromagnetic Waves Electromagnetic Waves Sound and water waves are examples of waves resulting from energy being transferred from particle

More information

Name: Date: Block: Light Unit Study Guide Matching Match the correct definition to each term. 1. Waves

Name: Date: Block: Light Unit Study Guide Matching Match the correct definition to each term. 1. Waves Name: Date: Block: Light Unit Study Guide Matching Match the correct definition to each term. 1. Waves 2. Medium 3. Mechanical waves 4. Longitudinal waves 5. Transverse waves 6. Frequency 7. Reflection

More information

Chapter 18 The Electromagnetic Spectrum and Light

Chapter 18 The Electromagnetic Spectrum and Light Chapter 18 Sections 18.1 Electromagnetic Waves 18.2 The 18.3 Behavior of Light 18.4 Color 18.5 Sources of Light Chapter 18 The and Light Section 18.1 Electromagnetic Waves To review: mechanical waves require

More information

Life Science Chapter 2 Study Guide

Life Science Chapter 2 Study Guide Key concepts and definitions Waves and the Electromagnetic Spectrum Wave Energy Medium Mechanical waves Amplitude Wavelength Frequency Speed Properties of Waves (pages 40-41) Trough Crest Hertz Electromagnetic

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Spatial, spectral, temporal resolutions Image display alternatives Vegetation Indices Image classifications Image change detections Accuracy assessment Satellites & Air-Photos

More information

LECTURE 20 ELECTROMAGNETIC WAVES. Instructor: Kazumi Tolich

LECTURE 20 ELECTROMAGNETIC WAVES. Instructor: Kazumi Tolich LECTURE 20 ELECTROMAGNETIC WAVES Instructor: Kazumi Tolich Lecture 20 2 25.6 The photon model of electromagnetic waves 25.7 The electromagnetic spectrum Radio waves and microwaves Infrared, visible light,

More information

Light Microscopy. Upon completion of this lecture, the student should be able to:

Light Microscopy. Upon completion of this lecture, the student should be able to: Light Light microscopy is based on the interaction of light and tissue components and can be used to study tissue features. Upon completion of this lecture, the student should be able to: 1- Explain the

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

light sensing & sensors Mo: Tu:04 light sensing & sensors 167+1

light sensing & sensors Mo: Tu:04 light sensing & sensors 167+1 light sensing & sensors 16722 mws@cmu.edu Mo:20090302+Tu:04 light sensing & sensors 167+1 reading Fraden Section 3.13, Light, and Chapter 14, Light Detectors 16722 mws@cmu.edu Mo:20090302+Tu:04 light sensing

More information

CSCE 763: Digital Image Processing

CSCE 763: Digital Image Processing CSCE 763: Digital Image Processing Spring 2018 Yan Tong Department of Computer Science and Engineering University of South Carolina Today s Agenda Welcome Tentative Syllabus Topics covered in the course

More information

Chapter 12 Image Processing

Chapter 12 Image Processing Chapter 12 Image Processing The distance sensor on your self-driving car detects an object 100 m in front of your car. Are you following the car in front of you at a safe distance or has a pedestrian jumped

More information

Page 2. Q1.The figure below shows an incomplete electromagnetic spectrum. A microwaves B C ultraviolet D gamma

Page 2. Q1.The figure below shows an incomplete electromagnetic spectrum. A microwaves B C ultraviolet D gamma Q1.The figure below shows an incomplete electromagnetic spectrum. A microwaves B C ultraviolet D gamma (a) What name is given to the group of waves at the position labelled A in the figure above? Tick

More information

Introduction to Remote Sensing of the Environment. Dr. Anne Nolin Department of Geosciences

Introduction to Remote Sensing of the Environment. Dr. Anne Nolin Department of Geosciences Introduction to Remote Sensing of the Environment Dr. Anne Nolin Department of Geosciences Overview of today s lecture Course overview Definitions How measurements are made Analog vs. digital The remote

More information

Reflection Teacher Notes

Reflection Teacher Notes Reflection Teacher Notes 4.1 What s This About? Students learn that infrared light is reflected in the same manner as visible light. Students align a series of mirrors so that they can turn on a TV with

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

Digital Image Processing

Digital Image Processing Digital Processing Introduction Christophoros Nikou cnikou@cs.uoi.gr s taken from: R. Gonzalez and R. Woods. Digital Processing, Prentice Hall, 2008. Digital Processing course by Brian Mac Namee, Dublin

More information

SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT. Exam Content Specifications 8/22/2012 RADT 3463 COMPUTERIZED IMAGING

SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT. Exam Content Specifications 8/22/2012 RADT 3463 COMPUTERIZED IMAGING RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 1 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT RADT 3463 COMPUTERIZED IMAGING Section I: Chapter

More information

Electromagnetic Waves & the Electromagnetic Spectrum

Electromagnetic Waves & the Electromagnetic Spectrum Electromagnetic Waves & the Electromagnetic Spectrum longest wavelength shortest wavelength The Electromagnetic Spectrum The name given to a group of energy waves that are mostly invisible and can travel

More information

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage 746A27 Remote Sensing and GIS Lecture 3 Multi spectral, thermal and hyper spectral sensing and usage Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Multi

More information

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING PRESENTED BY S PRADEEP K SUNIL KUMAR III BTECH-II SEM, III BTECH-II SEM, C.S.E. C.S.E. pradeep585singana@gmail.com sunilkumar5b9@gmail.com CONTACT:

More information

MODULE No. 34: Digital Photography and Enhancement

MODULE No. 34: Digital Photography and Enhancement SUBJECT Paper No. and Title Module No. and Title Module Tag PAPER No. 8: Questioned Document FSC_P8_M34 TABLE OF CONTENTS 1. Learning Outcomes 2. Introduction 3. Cameras and Scanners 4. Image Enhancement

More information

Chapter 9: Light, Colour and Radiant Energy. Passed a beam of white light through a prism.

Chapter 9: Light, Colour and Radiant Energy. Passed a beam of white light through a prism. Chapter 9: Light, Colour and Radiant Energy Where is the colour in sunlight? In the 17 th century (1600 s), Sir Isaac Newton conducted a famous experiment. Passed a beam of white light through a prism.

More information

Data Communications. Unguided Media Multiplexing

Data Communications. Unguided Media Multiplexing Data Communications Unguided Media Multiplexing Fiber-Optic Cable A fiber-optic cable is made of glass or plastic and transmits signals in the form of light. If a ray of light traveling through one substance

More information

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005

Some Basic Concepts of Remote Sensing. Lecture 2 August 31, 2005 Some Basic Concepts of Remote Sensing Lecture 2 August 31, 2005 What is remote sensing Remote Sensing: remote sensing is science of acquiring, processing, and interpreting images and related data that

More information

Vision Lighting Seminar

Vision Lighting Seminar Creators of Evenlite Vision Lighting Seminar Daryl Martin Midwest Sales & Support Manager Advanced illumination 734-213 213-13121312 dmartin@advill.com www.advill.com 2005 1 Objectives Lighting Source

More information

Εισαγωγική στην Οπτική Απεικόνιση

Εισαγωγική στην Οπτική Απεικόνιση Εισαγωγική στην Οπτική Απεικόνιση Δημήτριος Τζεράνης, Ph.D. Εμβιομηχανική και Βιοϊατρική Τεχνολογία Τμήμα Μηχανολόγων Μηχανικών Ε.Μ.Π. Χειμερινό Εξάμηνο 2015 Light: A type of EM Radiation EM radiation:

More information

Section Electromagnetic Waves and the Electromagnetic Spectrum

Section Electromagnetic Waves and the Electromagnetic Spectrum Section 18.6 Electromagnetic Waves and the Electromagnetic Spectrum Electromagnetic Waves Electromagnetic Waves Electromagnetic waves are transverse waves produced by the motion of electrically charged

More information

ELECTROMAGNETIC WAVES AND THE EM SPECTRUM MR. BANKS 8 TH GRADE SCIENCE

ELECTROMAGNETIC WAVES AND THE EM SPECTRUM MR. BANKS 8 TH GRADE SCIENCE ELECTROMAGNETIC WAVES AND THE EM SPECTRUM MR. BANKS 8 TH GRADE SCIENCE ELECTROMAGNETIC WAVES Do not need matter to transfer energy. Made by vibrating electric charges. When an electric charge vibrates,

More information

Interpreting land surface features. SWAC module 3

Interpreting land surface features. SWAC module 3 Interpreting land surface features SWAC module 3 Interpreting land surface features SWAC module 3 Different kinds of image Panchromatic image True-color image False-color image EMR : NASA Echo the bat

More information

LlIGHT REVIEW PART 2 DOWNLOAD, PRINT and submit for 100 points

LlIGHT REVIEW PART 2 DOWNLOAD, PRINT and submit for 100 points WRITE ON SCANTRON WITH NUMBER 2 PENCIL DO NOT WRITE ON THIS TEST LlIGHT REVIEW PART 2 DOWNLOAD, PRINT and submit for 100 points Multiple Choice Identify the choice that best completes the statement or

More information

Image Acquisition, Display, and Perception

Image Acquisition, Display, and Perception Image Acquisition, Display, and Perception Brent M. Dingle, Ph.D. 2015 Game Design and Development Program Mathematics, Statistics and Computer Science University of Wisconsin - Stout Previously History

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 3 Digital Image Fundamentals ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation Outline

More information

PRINCIPLES OF COMMUNICATION SYSTEMS. Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum

PRINCIPLES OF COMMUNICATION SYSTEMS. Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum PRINCIPLES OF COMMUNICATION SYSTEMS Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum Topic covered Introduction to subject Elements of Communication system Modulation General

More information

Lesson Objectives: The electromagnetic spectrum: To know the parts of To know their properties, uses, dangers

Lesson Objectives: The electromagnetic spectrum: To know the parts of To know their properties, uses, dangers 03/02/2014 Electromagnetic Spectrum Review Using Waves Lesson Objectives: The electromagnetic spectrum: To know the parts of To know their properties, uses, dangers To compare and contrast analogue and

More information

Topic 4: Waves 4.2 Traveling waves

Topic 4: Waves 4.2 Traveling waves Crests and troughs Compare the waves traveling through the mediums of rope and spring. CREST TROUGH TRANSVERSE WAVE COMPRESSION RAREFACTION LONGITUDINAL WAVE Wave speed and frequency The speed at which

More information

TDI Imaging: An Efficient AOI and AXI Tool

TDI Imaging: An Efficient AOI and AXI Tool TDI Imaging: An Efficient AOI and AXI Tool Yakov Bulayev Hamamatsu Corporation Bridgewater, New Jersey Abstract As a result of heightened requirements for quality, integrity and reliability of electronic

More information

brief history of photography foveon X3 imager technology description

brief history of photography foveon X3 imager technology description brief history of photography foveon X3 imager technology description imaging technology 30,000 BC chauvet-pont-d arc pinhole camera principle first described by Aristotle fourth century B.C. oldest known

More information

Electromagnetic (Light) Waves Electromagnetic Waves

Electromagnetic (Light) Waves Electromagnetic Waves Physics R Date: Review Questions 1. An ocean wave traveling at 3 m/s has a wavelength of 1.6 meters. a. What is the frequency of the wave? b. What is the period of the wave? Electromagnetic (Light) Waves

More information

EEL 6562 Image Processing and Computer Vision Image Restoration

EEL 6562 Image Processing and Computer Vision Image Restoration DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING EEL 6562 Image Processing and Computer Vision Image Restoration Rajesh Pydipati Introduction Image Processing is defined as the analysis, manipulation, storage,

More information

II. Types of Waves A. Transverse waves 1. Can travel with or without matter (medium)

II. Types of Waves A. Transverse waves 1. Can travel with or without matter (medium) SOL: PS. 8 & 9 I. Waves A. Definitionà a disturbance that transfers energy through matter or space II. Types of Waves A. Transverse waves 1. Can travel with or without matter (medium) 2. Moves at rt. angles

More information

746A27 Remote Sensing and GIS

746A27 Remote Sensing and GIS 746A27 Remote Sensing and GIS Lecture 1 Concepts of remote sensing and Basic principle of Photogrammetry Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University What

More information

Waves, Sound and Light. Grade 10 physics Robyn Basson

Waves, Sound and Light. Grade 10 physics Robyn Basson Waves, Sound and Light Grade 10 physics Robyn Basson Heartbeat Flick in hose pipe What is a pulse? A single disturbance that moves through a medium. Stone in water Other? moving Transverse pulse: A pulse

More information

Keywords: Data Compression, Image Processing, Image Enhancement, Image Restoration, Image Rcognition.

Keywords: Data Compression, Image Processing, Image Enhancement, Image Restoration, Image Rcognition. Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Scrutiny on

More information

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG

An Introduction to Geomatics. Prepared by: Dr. Maher A. El-Hallaq خاص بطلبة مساق مقدمة في علم. Associate Professor of Surveying IUG An Introduction to Geomatics خاص بطلبة مساق مقدمة في علم الجيوماتكس Prepared by: Dr. Maher A. El-Hallaq Associate Professor of Surveying IUG 1 Airborne Imagery Dr. Maher A. El-Hallaq Associate Professor

More information

The absorption of the light may be intrinsic or extrinsic

The absorption of the light may be intrinsic or extrinsic Attenuation Fiber Attenuation Types 1- Material Absorption losses 2- Intrinsic Absorption 3- Extrinsic Absorption 4- Scattering losses (Linear and nonlinear) 5- Bending Losses (Micro & Macro) Material

More information

Introduction to Visual Perception & the EM Spectrum

Introduction to Visual Perception & the EM Spectrum , Winter 2005 Digital Image Fundamentals: Visual Perception & the EM Spectrum, Image Acquisition, Sampling & Quantization Monday, September 19 2004 Overview (1): Review Some questions to consider Elements

More information

IR Remote Control. Jeffrey La Favre. January 26, 2015

IR Remote Control. Jeffrey La Favre. January 26, 2015 1 IR Remote Control Jeffrey La Favre January 26, 2015 Do you have a remote control for your television at home? If you do, it is probably an infrared remote (IR). When you push a button on the IR remote,

More information

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today CSE 166: Image Processing Overview Image Processing CSE 166 Today Course overview Logistics Some mathematics Lectures will be boardwork and slides CSE 166, Fall 2016 2 What is an image? Representing an

More information

Uses of Electromagnetic Waves

Uses of Electromagnetic Waves Uses of Electromagnetic Waves 1 of 42 Boardworks Ltd 2016 Uses of Electromagnetic Waves 2 of 42 Boardworks Ltd 2016 What are radio waves? 3 of 42 Boardworks Ltd 2016 The broadcast of every radio and television

More information

Overview. Lecture 3. Terminology. Terminology. Background. Background. Transmission basics. Transmission basics. Two signal types

Overview. Lecture 3. Terminology. Terminology. Background. Background. Transmission basics. Transmission basics. Two signal types Lecture 3 Transmission basics Chapter 3, pages 75-96 Dave Novak School of Business University of Vermont Overview Transmission basics Terminology Signal Channel Electromagnetic spectrum Two signal types

More information

Photomultiplier Tube

Photomultiplier Tube Nuclear Medicine Uses a device known as a Gamma Camera. Also known as a Scintillation or Anger Camera. Detects the release of gamma rays from Radionuclide. The radionuclide can be injected, inhaled or

More information