Lecture 2 Digital Image Fundamentals. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016

Size: px
Start display at page:

Download "Lecture 2 Digital Image Fundamentals. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016"

Transcription

1 Lecture 2 Digital Image Fundamentals Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016

2 Contents Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels

3 Elements of Visual Perception Structure of the human eye visual axis sclera choroid blind spot

4 Elements of Visual Perception Structure of the human eye Three membranes enclose the eye: the cornea and sclera, choroid, and retina At its anterior extreme, the choroid is divided into the ciliary body and the iris; the later contracts or expands to control the amount of light that enters the eye

5 Elements of Visual Perception Structure of the human eye When the eye is properly focused, light from an object outside the eye is imaged on the retina Two kinds of light receptors distribute on the retina, cones and rods Cones are primarily located in the central portion of the retina, called fovea and are sensitive to color; they function best in relatively bright light; so, cone vision is called bright light vision Rods are distributed over the retinal surface; rods serve to give a general overall picture of the field of view; they are not involved in color vision and are sensitive to low levels of illumination; rod vision is called dim light vision Around the region of the emergence of the optic nerve, there is no receptors and results in the so called blind spot

6 Elements of Visual Perception Structure of the human eye (more on cone cell) Humans usually have three kinds of cones with different photopsins, which have different spectral response curves; thus, we have trichromatic vision. Interestingly, some people have four or more types of cones, giving them tetrachromatic vision

7 Elements of Visual Perception Structure of the human eye (more on cone cell) Three types of color sensitive cones in the retina of the human eye, corresponding roughly to red, green, and blue sensitive detectors.

8 Elements of Visual Perception Structure of the human eye (more on cone cell)

9 Elements of Visual Perception Structure of the human eye (more on rod cell) Rod cell

10 Elements of Visual Perception Structure of the human eye (more on rod cell) Wavelength responsiveness of rods compared to that of three types of cones. The dashed gray curve is for rods.

11 Elements of Visual Perception Structure of the human eye Distribution of rods and cones in the retina

12 Elements of Visual Perception Blind spot experiment Draw an image similar to that below on a piece of paper (the dot and cross are about 6 inches apart) Close your right eye and focus on the cross with your left eye Hold the image about 20 inches away from your face and move it slowly towards you The dot should disappear!

13 Elements of Visual Perception Image formation in the eye Muscles within the eye can be used to change the shape of the lens allowing us focus on objects that are near or far away An image is focused onto the retina causing rods and cones to become excited which ultimately send signals to the brain C is the optical center of the lens

14 Elements of Visual Perception Human eye VS camera VS Lens Iris Retina Related components?

15 Elements of Visual Perception Perceived brightness is not a simple function of intensity Visual system tends to undershoot or overshoot around the boundary of regions of different intensities, called as Mach bands A region s perceived brightness does not only depend simply on its intensity, but on its surrounding regions; such a phenomenon is called simultaneous contrast

16 Elements of Visual Perception Perceived brightness is not a simple function of intensity An example of Mach bands

17 Elements of Visual Perception Perceived brightness is not a simple function of intensity

18 Elements of Visual Perception Perceived brightness is not a simple function of intensity An example of simultaneous contrast

19 Elements of Visual Perception Perceived brightness is not a simple function of intensity

20 Elements of Visual Perception Perceived brightness is not a simple function of intensity

21 Elements of Visual Perception Optical illusions: our visual systems play lots of interesting tricks on us It is stilly not fully understood yet

22 Elements of Visual Perception

23 Contents Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels

24 Light and the Electromagnetic Spectrum Light is just a particular part of the electromagnetic spectrum that can be sensed by the human eye The electromagnetic spectrum is split up according to the wavelengths of different forms of energy

25 Light and the Electromagnetic Spectrum The colours that we perceive are determined by the nature of the light reflected from an object In addition to frequency, three basic quantities are used to describe the quality of a chromatic light source Radiance. It is the total amount of energy that flows from the light source, measured in Watts Luminance. Gives a measure of the amount of energy an observer perceives, measured in lumens Brightness. It is a subjective descriptor of light perception that is practically impossible to measure

26 Light and the Electromagnetic Spectrum electromagnetic wave reflectance spectrum spectral power distribution spectral power distribution Red

27 Contents Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels

28 Image Sensing and Acquisition Image creation based on two factors Illumination source Reflection or absorption of energy from that source by the elements of the scene being imaged Any examples for these two kinds?

29 Image Sensing and Acquisition Imaging sensors Single imaging sensor Line sensor Array sensor Single imaging sensor

30 Image Sensing and Acquisition Imaging sensors Single imaging sensor Line sensor Array sensor Line sensor Application scenario?

31 Image Sensing and Acquisition Imaging sensors Single imaging sensor Line sensor Array sensor Array sensor, used in ordinary digital camera

32 Image Sensing and Acquisition Imaging sensing using sensor strips Image acquisiton using a linear sensor strip and a circular sensor strip

33 Image Sensing and Acquisition Imaging sensing using sensor arrays An example of the digital image acquisition process

34 Contents Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels

35 Image Sampling and Quantization Sampling and quantization will convert a continuous image signal f to a discrete digital form Digitizing the coordinate values is called sampling Digitizing the amplitude is called quantization

36 Image Sampling and Quantization Sampling and quantization will convert a continuous image signal f to a discrete digital form

37 Image Sampling and Quantization Sampling and quantization will convert a continuous image signal f to a discrete digital form Result of image sampling and quantization

38 Image Sampling and Quantization Representing images

39 Image Sampling and Quantization Spatial resolution The spatial resolution of an image is determined by how sampling was carried out DPI (dots per inch) is used to measure the spatial resolution Note: to say that an image has a resolution 1024*1024 is not a meaningful statement without stating the spatial dimensions encompassed by the image

40 Image Sampling and Quantization Spatial resolution an example

41 Image Sampling and Quantization Spatial resolution an example

42 Image Sampling and Quantization Spatial resolution an example

43 Image Sampling and Quantization Spatial resolution an example

44 Image Sampling and Quantization Spatial resolution an example

45 Image Sampling and Quantization Spatial resolution an example

46 Image Sampling and Quantization Intensity resolution Intensity resolution refers to the smallest discernible change in intensity level The more intensity levels used, the finer the level of detail discernable in an image The number of bits used to quantize intensity is often referred as the intensity resolution Number of Bits Number of Intensity Levels Examples 1 2 0, , 01, 10, , 0101, , ,

47 Image Sampling and Quantization Intensity resolution 8 bits per pixel 7 bpp 6 bpp 5 bpp 4 bpp 3 bpp 2 bpp 1 bpp

48 Image Sampling and Quantization Image interpolation It is a basic tool used in tasks such as zooming, shrinking, rotating, and geometric corrections Traditional methods include nearest neighbor, bilinear, and bicubic

49 Contents Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels

50 Some Basic Relationships between Pixels Neighbors of a pixel p(x, y) is a pixel p p p N 4 (p): 4 neighbours of p N D (p): diagonal neighbours of p N 8 (p): 8 neighbours of p

51 Summary We have looked at: Elements of visual perception Light and the electromagnetic spectrum Image sensing and acquisition Image sampling and quantization Some basic relationships between pixels Next time we start to look at techniques for image enhancement

52 Thanks for your attention

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

More information

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye Digital Image Processing 2 Digital Image Fundamentals Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Those who wish to succeed must ask the right preliminary questions Aristotle Images

More information

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye Digital Image Processing 2 Digital Image Fundamentals Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

More information

Chapter 2: Digital Image Fundamentals. Digital image processing is based on. Mathematical and probabilistic models Human intuition and analysis

Chapter 2: Digital Image Fundamentals. Digital image processing is based on. Mathematical and probabilistic models Human intuition and analysis Chapter 2: Digital Image Fundamentals Digital image processing is based on Mathematical and probabilistic models Human intuition and analysis 2.1 Visual Perception How images are formed in the eye? Eye

More information

Human Visual System. Digital Image Processing. Digital Image Fundamentals. Structure Of The Human Eye. Blind-Spot Experiment.

Human Visual System. Digital Image Processing. Digital Image Fundamentals. Structure Of The Human Eye. Blind-Spot Experiment. Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr 4 Human Visual System The best vision model we have! Knowledge of how images form in the eye can help us with

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

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

STUDY NOTES UNIT I IMAGE PERCEPTION AND SAMPLING. Elements of Digital Image Processing Systems. Elements of Visual Perception structure of human eye

STUDY NOTES UNIT I IMAGE PERCEPTION AND SAMPLING. Elements of Digital Image Processing Systems. Elements of Visual Perception structure of human eye DIGITAL IMAGE PROCESSING STUDY NOTES UNIT I IMAGE PERCEPTION AND SAMPLING Elements of Digital Image Processing Systems Elements of Visual Perception structure of human eye light, luminance, brightness

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

Review. Introduction to Visual Perception & the EM Spectrum. Overview (1):

Review. Introduction to Visual Perception & the EM Spectrum. Overview (1): Overview (1): Review Some questions to consider Winter 2005 Digital Image Fundamentals: Visual Perception & the EM Spectrum, Image Acquisition, Sampling & Quantization Tuesday, January 17 2006 Elements

More information

DIGITAL IMAGE PROCESSING LECTURE # 4 DIGITAL IMAGE FUNDAMENTALS-I

DIGITAL IMAGE PROCESSING LECTURE # 4 DIGITAL IMAGE FUNDAMENTALS-I DIGITAL IMAGE PROCESSING LECTURE # 4 DIGITAL IMAGE FUNDAMENTALS-I 4 Topics to Cover Light and EM Spectrum Visual Perception Structure Of Human Eyes Image Formation on the Eye Brightness Adaptation and

More information

CS 548: Computer Vision REVIEW: Digital Image Basics. Spring 2016 Dr. Michael J. Reale

CS 548: Computer Vision REVIEW: Digital Image Basics. Spring 2016 Dr. Michael J. Reale CS 548: Computer Vision REVIEW: Digital Image Basics Spring 2016 Dr. Michael J. Reale Human Vision System: Cones and Rods Two types of receptors in eye: Cones Brightness and color Photopic vision = bright-light

More information

Visual Perception of Images

Visual Perception of Images Visual Perception of Images A processed image is usually intended to be viewed by a human observer. An understanding of how humans perceive visual stimuli the human visual system (HVS) is crucial to the

More information

Digital Image Processing

Digital Image Processing Part 1: Course Introduction Achim J. Lilienthal AASS Learning Systems Lab, Dep. Teknik Room T1209 (Fr, 11-12 o'clock) achim.lilienthal@oru.se Course Book Chapters 1 & 2 2011-04-05 Contents 1. Introduction

More information

Unit 1 DIGITAL IMAGE FUNDAMENTALS

Unit 1 DIGITAL IMAGE FUNDAMENTALS Unit 1 DIGITAL IMAGE FUNDAMENTALS What Is Digital Image? An image may be defined as a two-dimensional function, f(x, y), where x and y are spatial (plane) coordinates, and the amplitude of f at any pair

More information

Human Visual System. Prof. George Wolberg Dept. of Computer Science City College of New York

Human Visual System. Prof. George Wolberg Dept. of Computer Science City College of New York Human Visual System Prof. George Wolberg Dept. of Computer Science City College of New York Objectives In this lecture we discuss: - Structure of human eye - Mechanics of human visual system (HVS) - Brightness

More information

Vision. Biological vision and image processing

Vision. Biological vision and image processing Vision Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Methods for Image processing academic year 2017 2018 Biological vision and image processing The human visual perception

More information

AP PSYCH Unit 4.2 Vision 1. How does the eye transform light energy into neural messages? 2. How does the brain process visual information? 3.

AP PSYCH Unit 4.2 Vision 1. How does the eye transform light energy into neural messages? 2. How does the brain process visual information? 3. AP PSYCH Unit 4.2 Vision 1. How does the eye transform light energy into neural messages? 2. How does the brain process visual information? 3. What theories help us understand color vision? 4. Is your

More information

The Human Eye and a Camera 12.1

The Human Eye and a Camera 12.1 The Human Eye and a Camera 12.1 The human eye is an amazing optical device that allows us to see objects near and far, in bright light and dim light. Although the details of how we see are complex, the

More information

EC-433 Digital Image Processing

EC-433 Digital Image Processing EC-433 Digital Image Processing Lecture 2 Digital Image Fundamentals Dr. Arslan Shaukat 1 Fundamental Steps in DIP Image Acquisition An image is captured by a sensor (such as a monochrome or color TV camera)

More information

Vision, Color, and Illusions. Vision: How we see

Vision, Color, and Illusions. Vision: How we see HDCC208N Fall 2018 One of many optical illusions - http://www.physics.uc.edu/~sitko/lightcolor/19-perception/19-perception.htm Vision, Color, and Illusions Vision: How we see The human eye allows us to

More information

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002 DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 22 Topics: Human eye Visual phenomena Simple image model Image enhancement Point processes Histogram Lookup tables Contrast compression and stretching

More information

Color Image Processing. Gonzales & Woods: Chapter 6

Color Image Processing. Gonzales & Woods: Chapter 6 Color Image Processing Gonzales & Woods: Chapter 6 Objectives What are the most important concepts and terms related to color perception? What are the main color models used to represent and quantify color?

More information

Image Processing (EA C443)

Image Processing (EA C443) Image Processing (EA C443) OBJECTIVES: To study components of the Image (Digital Image) To Know how the image quality can be improved How efficiently the image data can be stored and transmitted How the

More information

Image Processing - Intro. Tamás Szirányi

Image Processing - Intro. Tamás Szirányi Image Processing - Intro Tamás Szirányi The path of light through optics A Brief History of Images 1558 Camera Obscura, Gemma Frisius, 1558 A Brief History of Images 1558 1568 Lens Based Camera Obscura,

More information

III: Vision. Objectives:

III: Vision. Objectives: III: Vision Objectives: Describe the characteristics of visible light, and explain the process by which the eye transforms light energy into neural. Describe how the eye and the brain process visual information.

More information

The Special Senses: Vision

The Special Senses: Vision OLLI Lecture 5 The Special Senses: Vision Vision The eyes are the sensory organs for vision. They collect light waves through their photoreceptors (located in the retina) and transmit them as nerve impulses

More information

Sensation. What is Sensation, Perception, and Cognition. All sensory systems operate the same, they only use different mechanisms

Sensation. What is Sensation, Perception, and Cognition. All sensory systems operate the same, they only use different mechanisms Sensation All sensory systems operate the same, they only use different mechanisms 1. Have a physical stimulus (e.g., light) 2. The stimulus emits some sort of energy 3. Energy activates some sort of receptor

More information

Sensation. Sensation. Perception. What is Sensation, Perception, and Cognition

Sensation. Sensation. Perception. What is Sensation, Perception, and Cognition All sensory systems operate the same, they only use different mechanisms Sensation 1. Have a physical stimulus (e.g., light) 2. The stimulus emits some sort of energy 3. Energy activates some sort of receptor

More information

Vision. The eye. Image formation. Eye defects & corrective lenses. Visual acuity. Colour vision. Lecture 3.5

Vision. The eye. Image formation. Eye defects & corrective lenses. Visual acuity. Colour vision. Lecture 3.5 Lecture 3.5 Vision The eye Image formation Eye defects & corrective lenses Visual acuity Colour vision Vision http://www.wired.com/wiredscience/2009/04/schizoillusion/ Perception of light--- eye-brain

More information

Vision Basics Measured in:

Vision Basics Measured in: Vision Vision Basics Sensory receptors in our eyes transduce light into meaningful images Light = packets of waves Measured in: Brightness amplitude of wave (high=bright) Color length of wave Saturation

More information

Digital Image Processing

Digital Image Processing Digital Image Processing IMAGE PERCEPTION & ILLUSION Hamid R. Rabiee Fall 2015 Outline 2 What is color? Image perception Color matching Color gamut Color balancing Illusions What is Color? 3 Visual perceptual

More information

EYE STRUCTURE AND FUNCTION

EYE STRUCTURE AND FUNCTION Name: Class: Date: EYE STRUCTURE AND FUNCTION The eye is the body s organ of sight. It gathers light from the environment and forms an image on specialized nerve cells on the retina. Vision occurs when

More information

Vision and Color. Reading. Optics, cont d. Lenses. d d f. Brian Curless CSE 557 Autumn Good resources:

Vision and Color. Reading. Optics, cont d. Lenses. d d f. Brian Curless CSE 557 Autumn Good resources: Reading Good resources: Vision and Color Brian Curless CSE 557 Autumn 2015 Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Wandell. Foundations

More information

Vision and Color. Brian Curless CSE 557 Autumn 2015

Vision and Color. Brian Curless CSE 557 Autumn 2015 Vision and Color Brian Curless CSE 557 Autumn 2015 1 Reading Good resources: Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Wandell. Foundations

More information

HW- Finish your vision book!

HW- Finish your vision book! March 1 Table of Contents: 77. March 1 & 2 78. Vision Book Agenda: 1. Daily Sheet 2. Vision Notes and Discussion 3. Work on vision book! EQ- How does vision work? Do Now 1.Find your Vision Sensation fill-in-theblanks

More information

Biology 70 Slides for Lecture 1 Fall 2007

Biology 70 Slides for Lecture 1 Fall 2007 Biology 70 Part II Sensory Systems www.biology.ucsc.edu 1 2 intensity vs spatial position (image formation) color 3 4 motion depth (monocular) 5 6 1 depth (binocular) 1. In the lectures on perception we

More information

Vision and Color. Reading. The lensmaker s formula. Lenses. Brian Curless CSEP 557 Autumn Good resources:

Vision and Color. Reading. The lensmaker s formula. Lenses. Brian Curless CSEP 557 Autumn Good resources: Reading Good resources: Vision and Color Brian Curless CSEP 557 Autumn 2017 Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Wandell. Foundations

More information

Vision. PSYCHOLOGY (8th Edition, in Modules) David Myers. Module 13. Vision. Vision

Vision. PSYCHOLOGY (8th Edition, in Modules) David Myers. Module 13. Vision. Vision PSYCHOLOGY (8th Edition, in Modules) David Myers PowerPoint Slides Aneeq Ahmad Henderson State University Worth Publishers, 2007 1 Vision Module 13 2 Vision Vision The Stimulus Input: Light Energy The

More information

Image and Multidimensional Signal Processing

Image and Multidimensional Signal Processing Image and Multidimensional Signal Processing Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ Digital Image Fundamentals 2 Digital Image Fundamentals

More information

Reading. 1. Visual perception. Outline. Forming an image. Optional: Glassner, Principles of Digital Image Synthesis, sections

Reading. 1. Visual perception. Outline. Forming an image. Optional: Glassner, Principles of Digital Image Synthesis, sections Reading Optional: Glassner, Principles of Digital mage Synthesis, sections 1.1-1.6. 1. Visual perception Brian Wandell. Foundations of Vision. Sinauer Associates, Sunderland, MA, 1995. Research papers:

More information

Vision and Color. Reading. Optics, cont d. Lenses. d d f. Brian Curless CSEP 557 Fall Good resources:

Vision and Color. Reading. Optics, cont d. Lenses. d d f. Brian Curless CSEP 557 Fall Good resources: Reading Good resources: Vision and Color Brian Curless CSEP 557 Fall 2016 Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Wandell. Foundations

More information

Vision and Color. Brian Curless CSEP 557 Fall 2016

Vision and Color. Brian Curless CSEP 557 Fall 2016 Vision and Color Brian Curless CSEP 557 Fall 2016 1 Reading Good resources: Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Wandell. Foundations

More information

Further reading. 1. Visual perception. Restricting the light. Forming an image. Angel, section 1.4

Further reading. 1. Visual perception. Restricting the light. Forming an image. Angel, section 1.4 Further reading Angel, section 1.4 Glassner, Principles of Digital mage Synthesis, sections 1.1-1.6. 1. Visual perception Spencer, Shirley, Zimmerman, and Greenberg. Physically-based glare effects for

More information

Reading. Lenses, cont d. Lenses. Vision and color. d d f. Good resources: Glassner, Principles of Digital Image Synthesis, pp

Reading. Lenses, cont d. Lenses. Vision and color. d d f. Good resources: Glassner, Principles of Digital Image Synthesis, pp Reading Good resources: Glassner, Principles of Digital Image Synthesis, pp. 5-32. Palmer, Vision Science: Photons to Phenomenology. Vision and color Wandell. Foundations of Vision. 1 2 Lenses The human

More information

Seeing and Perception. External features of the Eye

Seeing and Perception. External features of the Eye Seeing and Perception Deceives the Eye This is Madness D R Campbell School of Computing University of Paisley 1 External features of the Eye The circular opening of the iris muscles forms the pupil, which

More information

Chapter 11 Lesson 4 THE EYE

Chapter 11 Lesson 4 THE EYE Chapter 11 Lesson 4 THE EYE Eye Openers Museum of Vision You need a couple blank sheets of paper. Label each side #1 How We See #2 Binocular Vision #3 Optical Illusions #4 Persistence of Vision On Packet

More information

10/8/ dpt. n 21 = n n' r D = The electromagnetic spectrum. A few words about light. BÓDIS Emőke 02 October Optical Imaging in the Eye

10/8/ dpt. n 21 = n n' r D = The electromagnetic spectrum. A few words about light. BÓDIS Emőke 02 October Optical Imaging in the Eye A few words about light BÓDIS Emőke 02 October 2012 Optical Imaging in the Eye Healthy eye: 25 cm, v1 v2 Let s determine the change in the refractive power between the two extremes during accommodation!

More information

11/23/11. A few words about light nm The electromagnetic spectrum. BÓDIS Emőke 22 November Schematic structure of the eye

11/23/11. A few words about light nm The electromagnetic spectrum. BÓDIS Emőke 22 November Schematic structure of the eye 11/23/11 A few words about light 300-850nm 400-800 nm BÓDIS Emőke 22 November 2011 The electromagnetic spectrum see only 1/70 of the electromagnetic spectrum The External Structure: The Immediate Structure:

More information

Capturing Light in man and machine. Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al.

Capturing Light in man and machine. Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al. Capturing Light in man and machine Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al. 15-463: Computational Photography Alexei Efros, CMU, Fall 2005 Image Formation Digital

More information

EYE ANATOMY. Multimedia Health Education. Disclaimer

EYE ANATOMY. Multimedia Health Education. Disclaimer Disclaimer This movie is an educational resource only and should not be used to manage your health. The information in this presentation has been intended to help consumers understand the structure and

More information

Eye. Eye Major structural layer of the wall of the eye is a thick layer of dense C.T.; that layer has two parts:

Eye. Eye Major structural layer of the wall of the eye is a thick layer of dense C.T.; that layer has two parts: General aspects Sensory receptors ; External or internal environment. A stimulus is a change in the environmental condition which is detectable by a sensory receptor 1 Major structural layer of the wall

More information

The human visual system

The human visual system The human visual system Vision and hearing are the two most important means by which humans perceive the outside world. 1 Low-level vision Light is the electromagnetic radiation that stimulates our visual

More information

EYE. The eye is an extension of the brain

EYE. The eye is an extension of the brain I SEE YOU EYE The eye is an extension of the brain Eye brain proxomity Can you see : the optic nerve bundle? Spinal cord? The human Eye The eye is the sense organ for light. Receptors for light are found

More information

Lecture 8. Human Information Processing (1) CENG 412-Human Factors in Engineering May

Lecture 8. Human Information Processing (1) CENG 412-Human Factors in Engineering May Lecture 8. Human Information Processing (1) CENG 412-Human Factors in Engineering May 30 2009 1 Outline Visual Sensory systems Reading Wickens pp. 61-91 2 Today s story: Textbook page 61. List the vision-related

More information

Lecture 3: Grey and Color Image Processing

Lecture 3: Grey and Color Image Processing I22: Digital Image processing Lecture 3: Grey and Color Image Processing Prof. YingLi Tian Sept. 13, 217 Department of Electrical Engineering The City College of New York The City University of New York

More information

Retina. Convergence. Early visual processing: retina & LGN. Visual Photoreptors: rods and cones. Visual Photoreptors: rods and cones.

Retina. Convergence. Early visual processing: retina & LGN. Visual Photoreptors: rods and cones. Visual Photoreptors: rods and cones. Announcements 1 st exam (next Thursday): Multiple choice (about 22), short answer and short essay don t list everything you know for the essay questions Book vs. lectures know bold terms for things that

More information

Visual Effects of Light. Prof. Grega Bizjak, PhD Laboratory of Lighting and Photometry Faculty of Electrical Engineering University of Ljubljana

Visual Effects of Light. Prof. Grega Bizjak, PhD Laboratory of Lighting and Photometry Faculty of Electrical Engineering University of Ljubljana Visual Effects of Light Prof. Grega Bizjak, PhD Laboratory of Lighting and Photometry Faculty of Electrical Engineering University of Ljubljana Light is life If sun would turn off the life on earth would

More information

Human Vision and Human-Computer Interaction. Much content from Jeff Johnson, UI Wizards, Inc.

Human Vision and Human-Computer Interaction. Much content from Jeff Johnson, UI Wizards, Inc. Human Vision and Human-Computer Interaction Much content from Jeff Johnson, UI Wizards, Inc. are these guidelines grounded in perceptual psychology and how can we apply them intelligently? Mach bands:

More information

General Imaging System

General Imaging System General Imaging System Lecture Slides ME 4060 Machine Vision and Vision-based Control Chapter 5 Image Sensing and Acquisition By Dr. Debao Zhou 1 2 Light, Color, and Electromagnetic Spectrum Penetrate

More information

Chapter 6 Human Vision

Chapter 6 Human Vision Chapter 6 Notes: Human Vision Name: Block: Human Vision The Humane Eye: 8) 1) 2) 9) 10) 4) 5) 11) 12) 3) 13) 6) 7) Functions of the Eye: 1) Cornea a transparent tissue the iris and pupil; provides most

More information

Graphics and Image Processing Basics

Graphics and Image Processing Basics EST 323 / CSE 524: CG-HCI Graphics and Image Processing Basics Klaus Mueller Computer Science Department Stony Brook University Julian Beever Optical Illusion: Sidewalk Art Julian Beever Optical Illusion:

More information

Fundamentals. Preview 2.1. Elements of Visual Perception. Those who wish to succeed must ask the right preliminary questions.

Fundamentals. Preview 2.1. Elements of Visual Perception. Those who wish to succeed must ask the right preliminary questions. Digital Image Fundamentals Those who wish to succeed must ask the right preliminary questions. Aristotle Preview The purpose of this chapter is to introduce several concepts related to digital images and

More information

The eye* The eye is a slightly asymmetrical globe, about an inch in diameter. The front part of the eye (the part you see in the mirror) includes:

The eye* The eye is a slightly asymmetrical globe, about an inch in diameter. The front part of the eye (the part you see in the mirror) includes: The eye* The eye is a slightly asymmetrical globe, about an inch in diameter. The front part of the eye (the part you see in the mirror) includes: The iris (the pigmented part) The cornea (a clear dome

More information

Visual perception basics. Image aquisition system. IE PŁ P. Strumiłło

Visual perception basics. Image aquisition system. IE PŁ P. Strumiłło Visual perception basics Image aquisition system Light perception by humans Humans perceive approx. 90% of information about the environment by means of visual system. Efficiency of the human visual system

More information

Early Visual Processing: Receptive Fields & Retinal Processing (Chapter 2, part 2)

Early Visual Processing: Receptive Fields & Retinal Processing (Chapter 2, part 2) Early Visual Processing: Receptive Fields & Retinal Processing (Chapter 2, part 2) Lecture 5 Jonathan Pillow Sensation & Perception (PSY 345 / NEU 325) Princeton University, Spring 2015 1 Summary of last

More information

PHGY Physiology. The Process of Vision. SENSORY PHYSIOLOGY Vision. Martin Paré. Visible Light. Ocular Anatomy. Ocular Anatomy.

PHGY Physiology. The Process of Vision. SENSORY PHYSIOLOGY Vision. Martin Paré. Visible Light. Ocular Anatomy. Ocular Anatomy. PHGY 212 - Physiology SENSORY PHYSIOLOGY Vision Martin Paré Assistant Professor of Physiology & Psychology pare@biomed.queensu.ca http://brain.phgy.queensu.ca/pare The Process of Vision Vision is the process

More information

PSY 214 Lecture # (09/14/2011) (Introduction to Vision) Dr. Achtman PSY 214. Lecture 4 Topic: Introduction to Vision Chapter 3, pages 44-54

PSY 214 Lecture # (09/14/2011) (Introduction to Vision) Dr. Achtman PSY 214. Lecture 4 Topic: Introduction to Vision Chapter 3, pages 44-54 Corrections: A correction needs to be made to NTCO3 on page 3 under excitatory transmitters. It is possible to excite a neuron without sending information to another neuron. For example, in figure 2.12

More information

PHGY Physiology. SENSORY PHYSIOLOGY Vision. Martin Paré

PHGY Physiology. SENSORY PHYSIOLOGY Vision. Martin Paré PHGY 212 - Physiology SENSORY PHYSIOLOGY Vision Martin Paré Assistant Professor of Physiology & Psychology pare@biomed.queensu.ca http://brain.phgy.queensu.ca/pare The Process of Vision Vision is the process

More information

Sensory receptors External internal stimulus change detectable energy transduce action potential different strengths different frequencies

Sensory receptors External internal stimulus change detectable energy transduce action potential different strengths different frequencies General aspects Sensory receptors ; respond to changes in the environment. External or internal environment. A stimulus is a change in the environmental condition which is detectable by a sensory receptor

More information

Science 8 Unit 2 Pack:

Science 8 Unit 2 Pack: Science 8 Unit 2 Pack: Name Page 0 Section 4.1 : The Properties of Waves Pages By the end of section 4.1 you should be able to understand the following: Waves are disturbances that transmit energy from

More information

Visual Effects of. Light. Warmth. Light is life. Sun as a deity (god) If sun would turn off the life on earth would extinct

Visual Effects of. Light. Warmth. Light is life. Sun as a deity (god) If sun would turn off the life on earth would extinct Visual Effects of Light Prof. Grega Bizjak, PhD Laboratory of Lighting and Photometry Faculty of Electrical Engineering University of Ljubljana Light is life If sun would turn off the life on earth would

More information

The Science Seeing of process Digital Media. The Science of Digital Media Introduction

The Science Seeing of process Digital Media. The Science of Digital Media Introduction The Human Science eye of and Digital Displays Media Human Visual System Eye Perception of colour types terminology Human Visual System Eye Brains Camera and HVS HVS and displays Introduction 2 The Science

More information

SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to:

SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to: SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to: Eric Hamber Secondary 5025 Willow Street Vancouver, BC Table of Contents A. Chapter 6.1 Parts of the eye.. Parts of

More information

Acquisition and representation of images

Acquisition and representation of images Acquisition and representation of images Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Electromagnetic

More information

Visual Perception. Overview. The Eye. Information Processing by Human Observer

Visual Perception. Overview. The Eye. Information Processing by Human Observer Visual Perception Spring 06 Instructor: K. J. Ray Liu ECE Department, Univ. of Maryland, College Park Overview Last Class Introduction to DIP/DVP applications and examples Image as a function Concepts

More information

Why is blue tinted backlight better?

Why is blue tinted backlight better? Why is blue tinted backlight better? L. Paget a,*, A. Scott b, R. Bräuer a, W. Kupper a, G. Scott b a Siemens Display Technologies, Marketing and Sales, Karlsruhe, Germany b Siemens Display Technologies,

More information

Chapter Six Chapter Six

Chapter Six Chapter Six Chapter Six Chapter Six Vision Sight begins with Light The advantages of electromagnetic radiation (Light) as a stimulus are Electromagnetic energy is abundant, travels VERY quickly and in fairly straight

More information

Structure of the eye and retina

Structure of the eye and retina 1 of 10 9/19/2013 11:53 AM Syllabus pdf file Course Schedule Structure of the eye and retina In-class demo: do Virtual Lab activity 3-6 (Visual Path in the Eyeball) 2 of 10 9/19/2013 11:53 AM Focusing,

More information

Sensation and perception

Sensation and perception Sensation and perception Definitions Sensation The detection of physical energy emitted or reflected by physical objects Occurs when energy in the external environment or the body stimulates receptors

More information

Vision. By: Karen, Jaqui, and Jen

Vision. By: Karen, Jaqui, and Jen Vision By: Karen, Jaqui, and Jen Activity: Directions: Stare at the black dot in the center of the picture don't look at anything else but the black dot. When we switch the picture you can look around

More information

Slide 4 Now we have the same components that we find in our eye. The analogy is made clear in this slide. Slide 5 Important structures in the eye

Slide 4 Now we have the same components that we find in our eye. The analogy is made clear in this slide. Slide 5 Important structures in the eye Vision 1 Slide 2 The obvious analogy for the eye is a camera, and the simplest camera is a pinhole camera: a dark box with light-sensitive film on one side and a pinhole on the other. The image is made

More information

Handout G: The Eye and How We See

Handout G: The Eye and How We See Handout G: The Eye and How We See Prevent Blindness America. (2003c). The eye and how we see. Retrieved July 31, 2003, from http://www.preventblindness.org/resources/howwesee.html Your eyes are wonderful

More information

Introduction to Visual Perception

Introduction to Visual Perception The Art and Science of Depiction Introduction to Visual Perception Fredo Durand and Julie Dorsey MIT- Lab for Computer Science Vision is not straightforward The complexity of the problem was completely

More information

Cameras. CSE 455, Winter 2010 January 25, 2010

Cameras. CSE 455, Winter 2010 January 25, 2010 Cameras CSE 455, Winter 2010 January 25, 2010 Announcements New Lecturer! Neel Joshi, Ph.D. Post-Doctoral Researcher Microsoft Research neel@cs Project 1b (seam carving) was due on Friday the 22 nd Project

More information

Digital Image Processing COSC 6380/4393. Lecture 20 Oct 25 th, 2018 Pranav Mantini

Digital Image Processing COSC 6380/4393. Lecture 20 Oct 25 th, 2018 Pranav Mantini Digital Image Processing COSC 6380/4393 Lecture 20 Oct 25 th, 2018 Pranav Mantini What is color? Color is a psychological property of our visual experiences when we look at objects and lights, not a physical

More information

Visual Optics. Visual Optics - Introduction

Visual Optics. Visual Optics - Introduction Visual Optics Jim Schwiegerling, PhD Ophthalmology & Optical Sciences University of Arizona Visual Optics - Introduction In this course, the optical principals behind the workings of the eye and visual

More information

Digital Image Processing COSC 6380/4393

Digital Image Processing COSC 6380/4393 Digital Image Processing COSC 6380/4393 Lecture 2 Aug 24 th, 2017 Slides from Dr. Shishir K Shah, Rajesh Rao and Frank (Qingzhong) Liu 1 Instructor TA Digital Image Processing COSC 6380/4393 Pranav Mantini

More information

Visual System I Eye and Retina

Visual System I Eye and Retina Visual System I Eye and Retina Reading: BCP Chapter 9 www.webvision.edu The Visual System The visual system is the part of the NS which enables organisms to process visual details, as well as to perform

More information

Visual Perception. Readings and References. Forming an image. Pinhole camera. Readings. Other References. CSE 457, Autumn 2004 Computer Graphics

Visual Perception. Readings and References. Forming an image. Pinhole camera. Readings. Other References. CSE 457, Autumn 2004 Computer Graphics Readings and References Visual Perception CSE 457, Autumn Computer Graphics Readings Sections 1.4-1.5, Interactive Computer Graphics, Angel Other References Foundations of Vision, Brian Wandell, pp. 45-50

More information

DIGITAL IMAGE PROCESSING

DIGITAL IMAGE PROCESSING DIGITAL IMAGE PROCESSING Lecture 1 Introduction Tammy Riklin Raviv Electrical and Computer Engineering Ben-Gurion University of the Negev 2 Introduction to Digital Image Processing Lecturer: Dr. Tammy

More information

SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to:

SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to: SCIENCE 8 WORKBOOK Chapter 6 Human Vision Ms. Jamieson 2018 This workbook belongs to: Eric Hamber Secondary 5025 Willow Street Vancouver, BC Table of Contents A. Chapter 6.1 Parts of the eye.. Parts of

More information

LIGHT AND LIGHTING FUNDAMENTALS. Prepared by Engr. John Paul Timola

LIGHT AND LIGHTING FUNDAMENTALS. Prepared by Engr. John Paul Timola LIGHT AND LIGHTING FUNDAMENTALS Prepared by Engr. John Paul Timola LIGHT a form of radiant energy from natural sources and artificial sources. travels in the form of an electromagnetic wave, so it has

More information

Radiometric and Photometric Measurements with TAOS PhotoSensors

Radiometric and Photometric Measurements with TAOS PhotoSensors INTELLIGENT OPTO SENSOR DESIGNER S NUMBER 21 NOTEBOOK Radiometric and Photometric Measurements with TAOS PhotoSensors contributed by Todd Bishop March 12, 2007 ABSTRACT Light Sensing applications use two

More information

Capturing Light in man and machine

Capturing Light in man and machine Capturing Light in man and machine 15-463: Computational Photography Alexei Efros, CMU, Fall 2008 Image Formation Digital Camera Film The Eye Digital camera A digital camera replaces film with a sensor

More information

CSE 527: Introduction to Computer Vision

CSE 527: Introduction to Computer Vision CSE 527: Introduction to Computer Vision Week 2 - Class 2: Vision, Physics, Cameras September 7th, 2017 Today Physics Human Vision Eye Brain Perspective Projection Camera Models Image Formation Digital

More information

Capturing Light in man and machine

Capturing Light in man and machine Capturing Light in man and machine 15-463: Computational Photography Alexei Efros, CMU, Fall 2010 Etymology PHOTOGRAPHY light drawing / writing Image Formation Digital Camera Film The Eye Sensor Array

More information

Materials Cow eye, dissecting pan, dissecting kit, safety glasses, lab apron, and gloves

Materials Cow eye, dissecting pan, dissecting kit, safety glasses, lab apron, and gloves Cow Eye Dissection Guide Introduction How do we see? The eye processes the light through photoreceptors located in the eye that send signals to the brain and tells us what we are seeing. There are two

More information

19. Vision and color

19. Vision and color 19. Vision and color 1 Reading Glassner, Principles of Digital Image Synthesis, pp. 5-32. Watt, Chapter 15. Brian Wandell. Foundations of Vision. Sinauer Associates, Sunderland, MA, pp. 45-50 and 69-97,

More information