INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE

Size: px
Start display at page:

Download "INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE"

Transcription

1 INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE

2 OUTLINE Course info Image processing Definition Applications Digital images Human visual system Human eye Reflectivity and luminance Psychophysics

3 COURSE INFO

4 COURSE OVERVIEW 1 Your lecturer: Ronald Poppe (r.w.poppe@uu.nl) Practicum assistants: Daphne Odekerken Mark Raasveldt Sander Vanheste General: Course code: INFOIBV Number of credits: 7.5 ECTS

5 COURSE OVERVIEW 2 Course form: Lectures (12 x 2 hours) Practicals (2 x 2 hours) Assignment (1 x 35 hours) Exam (1 x 2 hours)

6 COURSE OVERVIEW 3 Knowledge to be gained from the course: Introduction to basic manipulations of images From acquisition to complex processing Tested using the exam Skills to be gained from the course: Insight into image processing concepts Experience to be able to use and develop a wide variety of image processing techniques Tested with practicals and assignment

7 COURSE OVERVIEW 4 Course material Reader Digital and Medical Image Processing by Twan Maintz, 2005 (chapters 1-6, 8-9) Lectures and slides (partly courtesy of Nicholas Pronost) Exercises in lectures All available on the course website (after the lectures)

8 COURSE OVERVIEW 5 The practicals are to apply knowledge into practice Two sessions (each 2 hours) Carried out in pairs Answers handed over at end of the sessions Download software from website Two sessions: First (September 18 11:00-12:45) covers chapters 1-4 Second (October 2 11:00-12:45) covers chapters 5-6

9 COURSE OVERVIEW 6 The assignment is to gain hands-on expertise with image processing tasks Several assignments available Carried out in pairs C# framework available Deadline Sunday November 8, 23:00 Estimated time is approximately 35 hours, so start early! We keep ourselves to the rules of academic honesty Until October 8, you can get feedback on the suitability of your assignment idea

10 COURSE OVERVIEW 7 Course planning overall: Lectures in the first weeks Practicals the week after the topics are covered Full-time work on the assignment in the final weeks Plan ahead: Exam and assignment deadline are in the same week Student assistants are available to help with the assignment in the assignment help sessions (4x)

11 COURSE OVERVIEW 8 Regarding the assignment deadline, there are very few excuses when you find out: There is not enough time The software framework doesn t work after the first assignment week In the last week that your partner didn t do anything In summary: Start early Notify me as soon as possible when things go wrong Check your assignment idea with me October 8 the latest

12 COURSE OVERVIEW 9 Exam: November 6, 2014 (11:00 13:00): chapters 1-6, 8-9 I will provide practice exams before There will be an exam Q&A in the last lecture You can submit questions that I will elaborate on during this lecture

13 COURSE OVERVIEW 10 The grading is as follows: IBV = ( P1 + P2 + 4 * A + 6 * E ) / 12 Conditions: Exam should be at least grade 4 Practicals should have been finished, with at least grade 4 Assignment should have been finished, with at least grade 4

14 COURSE OVERVIEW 11 Important: register for the course! Otherwise you will not receive s about assignments, grades, etc. Do NOT send me s about extending deadlines, unless you have a VERY good reason DO send me an if you have trouble finding a partner for the assignment, or if your partner does not put in the effort Don t wait until the last moment

15 COURSE OVERVIEW 12 I encourage active participation so don t hold back with questions and remarks So in summary: This is a very interesting and fun course! You will have to spend some time though You will gain plenty of knowledge, insights and expertise to impress yourself and others You will have a solid base in image processing, and might consider the course Computer Vision when doing a master

16 QUESTIONS?

17 IMAGE PROCESSING

18 IMAGE PROCESSING Images are everywhere Images are natural to us Vision is often the dominant sense Many image processing tasks are natural to us Focusing Lighting control Object segmentation Image processing combines intuition and mathematics

19 IMAGE PROCESSING 2 Definition of image processing: the manipulation and analysis of information contained in images Simple examples: Glasses and lenses TV settings (brightness, contrast) Photo developing (from negative to photo) Applying Instagram-like filters

20 IMAGE PROCESSING 3 Image processing will take an image as input and the output will be a processed (enhanced) image Computer vision aims to extract a model/pattern from an image Image Computer vision Model

21 APPLICATIONS Purpose of image processing: Image enhancement Pattern recognition Data compression Data reduction Image combination Image synthesis

22 APPLICATIONS 2 Concrete applications: Or how to make/save money using image processing Enhancing license plates for automatic ticketing Recognizing urban areas from satellite images Recognizing watermarks in copied movies

23 APPLICATIONS 3 More complex applications using computer vision: Face recognition Movie understanding, big data Detecting anomalous behavior from security cams Gaming Smart cars

24 APPLICATIONS 4 Data visualization: process images and present them in a human-understandable manner

25 APPLICATIONS 5 Image segmentation: divide an image in meaningful spatial regions

26 APPLICATIONS 6 Image registration: align multiple images so they match spatially

27 DIGITAL IMAGES An image can be: Photo MRI scan Satellite image Line drawing Etc. A digital image is an image in digital form

28 IMAGE ACQUISITION Acquisition device Camera, CT/MRI scanner etc. Analog image / electric signal Digitizer Often integrated with device Digital image Image processing

29 IMAGE ACQUISITION 2 The digitizer converts analog signals to digital ones: Sampling (location) Quantization (value)

30 IMAGE REPRESENTATION Images are 2D matrices: Each pixel is a cell Top-left is (0,0) We report (x, y) or (y, x)!

31 IMAGE REPRESENTATION 2 We can also represent an image as a function: MM = ff xx, yy = xxxx for xx, yy 0,1,2,3 0,1,2 Or in a visual form:

32 IMAGE REPRESENTATION 3 In grayscale images, we typically: Associate values of 0 to black Associate values of 1 or 255 to white Image type determines the maximum value: 8-bit integer: 255 Floating point: 1 Pay attention to this during the practicals!

33 IMAGE DISPLAY When displayed, pixel values are converted to grey values on paper or on screen For color, we can do this per channel (RGB, HSV) Alternatives Lowest occurring value black, and highest white. Map linearly in between (stretching) Lowest possible (in image type) value black, and highest white. Map linearly in between Palette (lookup table)

34 HUMAN VISUAL SYSTEM

35 HUMAN VISUAL SYSTEM Why cover it here? Difference between perceived and displayed image Luminance is actual physical brightness Brightness is how we perceive it (e.g., in the dark, we distinguish between dark and light ) We often try to emulate the human visual system Our eyes/brain can do tricks that we like to mimic

36 HUMAN VISUAL SYSTEM 2

37 HUMAN VISUAL SYSTEM 3 We are interested in the eye and the part of the brain that is tasked with visual processing Light rays with a sufficient strength and within the right range of the electromagnetic spectrum will generate an electric pulse in the brain Cornea protects the eye and refracts the beams Pupil and cornea regulate the total amount of light Lens further refracts the light, to focus on certain distances The retina converts light into electric pulses using rods and cones

38 HUMAN VISUAL SYSTEM 4 Rods Cones 100 million 6-7 million Evenly spread More responsive grey Night vision (scotopic) Especially around fovea Three types color Day vision (photopic)

39 HUMAN VISUAL SYSTEM 5 Luminous efficiency: How do things appear colored?

40 HUMAN VISUAL SYSTEM 6 Color blindness explained:

41 HUMAN VISUAL SYSTEM 7 ρρ VV EE II LL object eye / camera E is energy ρ is object, I is light reflected from the object V is luminous efficiency, L is brightness of object II λλ = ρρ λλ EE λλ LL = 00 II λλ VV λλ ddλλ

42 PSYCHOPHYSICS Contrast is more important than luminance Weber s law: Just noticeable difference is proportional to background luminance When it s dark, you can perceive much smaller differences in luminance. There are also other contrast effects that influence the perceived brightness

43 PSYCHOPHYSICS 2 Mach band effect: Simultaneous contrast effect:

44 PSYCHOPHYSICS 3 Simultaneous contrast, the Benussi ring: Also when perceiving colors:

45 PSYCHOPHYSICS 4 The brain is used to group parts of images together and view it as a unit This is also termed Gestalt

46 PSYCHOPHYSICS 5 Other mind tricks

47 PSYCHOPHYSICS 6

48 QUESTIONS?

49 NEXT LECTURE

50 NEXT LECTURE Next lecture is about: Digital image acquisition (chapter 3 of reader) Friday September 4, 9:00-10:45 (UNNIK-GROEN) Suggested homework : Read Chapter 1 from reader Find a partner for the assignment Check out the C# software framework for the assignment

The Information Processing model

The Information Processing model The Information Processing model A model for understanding human cognition. 1 from: Wickens, Lee, Liu, & Becker (2004) An Introduction to Human Factors Engineering. p. 122 Assumptions in the IP model Each

More information

CS 325 Computer Graphics

CS 325 Computer Graphics CS 325 Computer Graphics 01 / 25 / 2016 Instructor: Michael Eckmann Today s Topics Review the syllabus Review course policies Color CIE system chromaticity diagram color gamut, complementary colors, dominant

More information

Computer Vision. Color image processing. 25 August 2014

Computer Vision. Color image processing. 25 August 2014 Computer Vision Color image processing 25 August 2014 Copyright 2001 2014 by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl Color image

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

Study of the Human Eye Working Principle: An impressive high angular resolution system with simple array detectors

Study of the Human Eye Working Principle: An impressive high angular resolution system with simple array detectors Study of the Human Eye Working Principle: An impressive high angular resolution system with simple array detectors Diego Betancourt and Carlos del Río Antenna Group, Public University of Navarra, Campus

More information

How does my eye compare to the telescope?

How does my eye compare to the telescope? EXPLORATION 1: EYE AND TELESCOPE How does my eye compare to the telescope? The purpose of this exploration is to compare the performance of your own eye with the performance of the MicroObservatory online

More information

There may be no symptoms at first. Eye problems can. You can help prevent eye problems. Just because you have

There may be no symptoms at first. Eye problems can. You can help prevent eye problems. Just because you have Keeping your eyes healthy when you have diabetes Oregon Diabetes Resource Bank Handouts to help people with diabetes If you have diabetes, here are things you need to know: 1 2 3 Having diabetes makes

More information

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

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

More information

Light and Sound. Pupil Booklet

Light and Sound. Pupil Booklet Duncanrig Secondary School East Kilbride S2 Physics Elective Light and Sound Name: Pupil Booklet Class: SCN 3-11a - By exploring the refraction of light when passed through different materials, lenses

More information

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Optical Illusions http://www.michaelbach.de/ot/mot_mib/index.html Vision We construct images unconsciously

More information

Hearing and Vision Program. Public Health Muskegon County

Hearing and Vision Program. Public Health Muskegon County Hearing and Vision Program Public Health Muskegon County H&V Screening: Two of the Required Public Health Services in Michigan The Hearing and Vision programs are required by the Michigan Public Health

More information

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ Contents Objectives... 2 Introduction... 2 Accommodation... 3 The Iris... 4 The Cells in the Retina... 5 Receptive Fields... 8 The

More information

Powerful advances in whole-field electrophysiology measurements

Powerful advances in whole-field electrophysiology measurements Powerful advances in whole-field electrophysiology measurements Introducing Advanced electrophysiology focused on your research needs. Phoenix Research Labs electrophysiology tools are not adaptations

More information

Better Vision with LED lights

Better Vision with LED lights White Paper Better Vision with LED lights Scotopic and Photopic Lumens Executive Summary... 2 The Evidence... 2 The Science behind Scotopic Lumens... 3 Control of Pupil size by Rod stimulation... 7 Conclusion...

More information

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies COMP175: Computer Graphics Lecture 1 Introduction and Display Technologies Course mechanics Number: COMP 175-01, Fall 2009 Meetings: TR 1:30-2:45pm Instructor: Sara Su (sarasu@cs.tufts.edu) TA: Matt Menke

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

MRC High Resolution. MR-compatible digital HD video camera. User manual

MRC High Resolution. MR-compatible digital HD video camera. User manual MRC High Resolution MR-compatible digital HD video camera User manual page 1 of 12 Contents 1. Intended use...2 2. System components...3 3. Video camera and lens...4 4. Interface...4 5. Installation...5

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

Lecture 1: The Visual System

Lecture 1: The Visual System ITS 102: Visualize This! Lecture 1: The Visual System Klaus Mueller Computer Science Department Stony Brook University The Visual Brain Over 50% of the human brain is dedicated to vision and visual representations,

More information

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

Calibration Best Practices

Calibration Best Practices Calibration Best Practices for Manufacturers SpectraCal, Inc. 17544 Midvale Avenue N., Suite 100 Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://studio.spectracal.com Calibration Best Practices

More information

PDF Created with deskpdf PDF Writer - Trial :: http://www.docudesk.com

PDF Created with deskpdf PDF Writer - Trial :: http://www.docudesk.com CCTV Lens Calculator For a quick 1/3" CCD Camera you can work out the lens required using this simple method: Distance from object multiplied by 4.8, divided by horizontal or vertical area equals the lens

More information

A Simple Guide To Understanding 3D Scanning Technologies

A Simple Guide To Understanding 3D Scanning Technologies A Simple Guide To Understanding 3D Scanning Technologies First Edition www.lmi3d.com Table of Contents Introduction At LMI Technologies, solving complex problems in a simple way is the philosophy that

More information

LASIK. Cornea. Iris. Vitreous

LASIK. Cornea. Iris. Vitreous LASIK Introduction LASIK surgery is a procedure that improves vision and can decrease or eliminate the need for eyeglasses or contact lenses. If you and your doctor decide that LASIK surgery is right for

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Patient Information Content

Patient Information Content KORNMEHL LASER EYE ASSOCIATES Patient Information Content Near Vision Loss Understanding Near Vision Loss Why is My Near Vision Changing? In our 40 s and 50 s, we begin to experience the naturally frustrating

More information

Science In Action 8 Unit C - Light and Optical Systems. 1.1 The Challenge of light

Science In Action 8 Unit C - Light and Optical Systems. 1.1 The Challenge of light 1.1 The Challenge of light 1. Pythagoras' thoughts about light were proven wrong because it was impossible to see A. the light beams B. dark objects C. in the dark D. shiny objects 2. Sir Isaac Newton

More information

Optical Illusion Eye Tricks. This one will make you dizzy. Try focusing on just the center circle while moving your head.

Optical Illusion Eye Tricks. This one will make you dizzy. Try focusing on just the center circle while moving your head. Optical Illusion Eye Tricks This one will make you dizzy. Try focusing on just the center circle while moving your head. Photocopy from original for best quality. H A N D O U T The Visual System The properly,

More information

Color Vision Defects - Color Blindness

Color Vision Defects - Color Blindness Color Vision Defects - Color Blindness Introduction A color vision defect causes a person to see colors differently than most people. Color vision defects are sometimes called color blindness. There are

More information

1. Introduction to image processing

1. Introduction to image processing 1 1. Introduction to image processing 1.1 What is an image? An image is an array, or a matrix, of square pixels (picture elements) arranged in columns and rows. Figure 1: An image an array or a matrix

More information

Info425, UW ischool 10/11/2007

Info425, UW ischool 10/11/2007 Today s lecture Info 424 Channeling Few Projects Schedules & grades Intro to Perception Vis Critiques Projects & Grading Introduction to Perception Show Me the Numbers (ch 6) Sit near the front: some demos

More information

Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10.

Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10. Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10.07 This presentation is about UHD-1 or 4k market perception Human Visual

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

This presentation is on standards and best practices related to the digitization of photographs.

This presentation is on standards and best practices related to the digitization of photographs. This presentation is on standards and best practices related to the digitization of photographs. 1 This will cover three basic topics: Selection issues specific to photographs File specifications for digital

More information

I M DEVELOPING AN INNOVATIVE CRADLE TO CALM BABIES

I M DEVELOPING AN INNOVATIVE CRADLE TO CALM BABIES BACHELOR COLLEGE 2015-2016 I M DEVELOPING AN INNOVATIVE CRADLE TO CALM BABIES Undergraduate program ELECTRICAL ENGINEERING Undergraduate program Electrical Engineering TU/e Bachelor College Eindhoven University

More information

2.3 Spatial Resolution, Pixel Size, and Scale

2.3 Spatial Resolution, Pixel Size, and Scale Section 2.3 Spatial Resolution, Pixel Size, and Scale Page 39 2.3 Spatial Resolution, Pixel Size, and Scale For some remote sensing instruments, the distance between the target being imaged and the platform,

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

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL Robert Bagnell 2006 This tutorial covers the following CLSM topics: 1) What is the optical principal behind CLSM? 2) What is the spatial resolution in X, Y,

More information

COW S EYE dissection. Dissecting a Cow s Eye Step-by-Step Instructions. Safety first!

COW S EYE dissection. Dissecting a Cow s Eye Step-by-Step Instructions. Safety first! COW S EYE dissection Dissecting a Cow s Eye Step-by-Step Instructions One way to figure out how something works is to look inside it. To learn about how your eyes work, you can dissect, or take apart,

More information

How Landsat Images are Made

How Landsat Images are Made How Landsat Images are Made Presentation by: NASA s Landsat Education and Public Outreach team June 2006 1 More than just a pretty picture Landsat makes pretty weird looking maps, and it isn t always easy

More information

RIEGL VZ-400 NEW. Laser Scanners. Latest News March 2009

RIEGL VZ-400 NEW. Laser Scanners. Latest News March 2009 Latest News March 2009 NEW RIEGL VZ-400 Laser Scanners The following document details some of the excellent results acquired with the new RIEGL VZ-400 scanners, including: Time-optimised fine-scans The

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

GRADING YOUR GRADE WILL BE DETERMINED BY:

GRADING YOUR GRADE WILL BE DETERMINED BY: Photo 1500 Photojournalism Spring, 2008 Semester Course Description & Syllabus Terry Vitacco, Instructor Office: Art Center 272 Telephone: (630) 942-2329 E-mail: vitacco@cdnet.cod.edu Text: Photojournalism,

More information

Revision problem. Chapter 18 problem 37 page 612. Suppose you point a pinhole camera at a 15m tall tree that is 75m away.

Revision problem. Chapter 18 problem 37 page 612. Suppose you point a pinhole camera at a 15m tall tree that is 75m away. Revision problem Chapter 18 problem 37 page 612 Suppose you point a pinhole camera at a 15m tall tree that is 75m away. 1 Optical Instruments Thin lens equation Refractive power Cameras The human eye Combining

More information

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People

Navigation Aid And Label Reading With Voice Communication For Visually Impaired People Navigation Aid And Label Reading With Voice Communication For Visually Impaired People A.Manikandan 1, R.Madhuranthi 2 1 M.Kumarasamy College of Engineering, mani85a@gmail.com,karur,india 2 M.Kumarasamy

More information

Review Vocabulary spectrum: a range of values or properties

Review Vocabulary spectrum: a range of values or properties Standards 7.3.19: Explain that human eyes respond to a narrow range of wavelengths of the electromagnetic spectrum. 7.3.20: Describe that something can be seen when light waves emitted or reflected by

More information

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers DVD authoring software makes it easy to create and design template-based DVD menus. But many of those

More information

Anna Martelli Ravenscroft

Anna Martelli Ravenscroft Left vs Right processing of & Place in fovea & periphery Psych204b Background: Anna Martelli Ravenscroft Vision depends on multiple regions of the brain, from the specialized photoreceptors of the retina,

More information

Seeing Beyond the Symptoms

Seeing Beyond the Symptoms Seeing Beyond the Symptoms Cataracts are one of the leading causes of vision impairment in the United States. 1 However, because cataracts form slowly and over a long period of time, many people suffer

More information

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction When using digital equipment to capture, store, modify and view photographic images, they must first be converted to a set

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Color and Light. DELTA SCIENCE READER Overview... 125 Before Reading... 126 Guide the Reading... 127 After Reading... 133

Color and Light. DELTA SCIENCE READER Overview... 125 Before Reading... 126 Guide the Reading... 127 After Reading... 133 Color and Light T ABLE OF CONTENTS ABOUT DELTA SCIENCE MODULES Program Introduction................... iii Teacher s Guide..................... iv Delta Science Readers............... vi Equipment and

More information

CPSC 340: Machine Learning and Data Mining. Mark Schmidt University of British Columbia Fall 2015

CPSC 340: Machine Learning and Data Mining. Mark Schmidt University of British Columbia Fall 2015 CPSC 340: Machine Learning and Data Mining Mark Schmidt University of British Columbia Fall 2015 Outline 1) Intro to Machine Learning and Data Mining: Big data phenomenon and types of data. Definitions

More information

Exp. 1 Pathways of sound conduction. Yu Yanqin, PhD Zhejiang University, School of Medicine

Exp. 1 Pathways of sound conduction. Yu Yanqin, PhD Zhejiang University, School of Medicine Exp. 1 Pathways of sound conduction Yu Yanqin, PhD Zhejiang University, School of Medicine [Purpose] To learn how to use a tuning fork to generate sound; To understand the function of the auditory organ;

More information

Cerebral Palsy and Visual Impairment

Cerebral Palsy and Visual Impairment CP Factsheet Cerebral Palsy and Visual Impairment Although cerebral palsy mainly causes difficulty with movement, other conditions may also occur. This is because other parts of the brain may also be affected

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion...

Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion... Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion...5 Introduction Contrast, along with brightness, size, and "resolution"

More information

How 2D Scanning Can Benefit your Business

How 2D Scanning Can Benefit your Business How 2D Scanning Can Benefit your Business BarcodesInc www.barcodesinc.com 1.800.351.9962 What You'll Learn in this ebook 2D scanning vs. traditional laser scanning - what are the advantages? How 2D scanners

More information

Aperture, Shutter speed and iso

Aperture, Shutter speed and iso Aperture, Shutter speed and iso These are the building blocks of good photography and making good choices on the combination of these 3 controls will give superior results than you will get by using the

More information

Photography I Week 01 1. Discussion of classroom rules and expectations a. Key word = RESPECT; respect each other, respect the teacher (as a person,

Photography I Week 01 1. Discussion of classroom rules and expectations a. Key word = RESPECT; respect each other, respect the teacher (as a person, Photography I Week 01 1. Discussion of classroom rules and expectations a. Key word = RESPECT; respect each other, respect the teacher (as a person, but also for her position as the one who will teach

More information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information Sensors For Robotics What makes a machine a robot? Sensing Planning Acting information about the environment action on the environment where is the truck? What is sensing? Sensing is converting a quantity

More information

TU/e Bachelor College 2014-2015 ELECTRICAL ENGINEERING // I DREAM OF ASPHALT LANES THAT CHARGE ELECTRIC CARS // Bachelor College

TU/e Bachelor College 2014-2015 ELECTRICAL ENGINEERING // I DREAM OF ASPHALT LANES THAT CHARGE ELECTRIC CARS // Bachelor College TU/e Bachelor College 2014-2015 // I DREAM OF ASPHALT LANES THAT CHARGE ELECTRIC CARS // Bachelor College ELECTRICAL ENGINEERING // field. If I can do my bit, then I am happy to do so! // I DREAM OF ASPHALT

More information

ECE 468 / CS 519 Digital Image Processing. Introduction

ECE 468 / CS 519 Digital Image Processing. Introduction ECE 468 / CS 519 Digital Image Processing Introduction Prof. Sinisa Todorovic sinisa@eecs.oregonstate.edu ECE 468: Digital Image Processing Instructor: Sinisa Todorovic sinisa@eecs.oregonstate.edu Office:

More information

Great Basin College Fall Semester 2015 GRC 156 Online Computer Illustration

Great Basin College Fall Semester 2015 GRC 156 Online Computer Illustration Great Basin College Fall Semester 2015 GRC 156 Online Computer Illustration Instructor Textbooks Kathy Schwandt office: High Tech Center (HTC) Room 129, 775-753-2218 email available through the WebCampus

More information

teaching materials Here s Lookin at You, Kids!

teaching materials Here s Lookin at You, Kids! 1 S U M M A R Y With the increase in digital image technology, cameras are becoming increasingly present in modern society. When developing and improving cameras, scientists and inventors have used the

More information

CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA

CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA Multiple Choice: 1. created the World Wide Web, the URL scheme, HTML and HTTP A. Bill Gates B. Andy Grove C. Jeff Bezos D. Tim Berners-Lee Answer: D Reference:

More information

IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527

IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527 IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527 Chapter. 1. Introduction ACTi provides you a series of guides for your project from proposal stage to maintenance stage. They work

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

Customized corneal ablation can be designed. Slit Skiascopic-guided Ablation Using the Nidek Laser. Scott MacRae, MD; Masanao Fujieda

Customized corneal ablation can be designed. Slit Skiascopic-guided Ablation Using the Nidek Laser. Scott MacRae, MD; Masanao Fujieda Slit Skiascopic-guided Ablation Using the Nidek Laser Scott MacRae, MD; Masanao Fujieda ABSTRACT PURPOSE: To present the approach of using a scanning slit refractometer (the ARK 10000) in conjunction with

More information

Video-Conferencing System

Video-Conferencing System Video-Conferencing System Evan Broder and C. Christoher Post Introductory Digital Systems Laboratory November 2, 2007 Abstract The goal of this project is to create a video/audio conferencing system. Video

More information

Applications in Dermatology, Dentistry and LASIK Eye Surgery using LASERs

Applications in Dermatology, Dentistry and LASIK Eye Surgery using LASERs Applications in Dermatology, Dentistry and LASIK Eye Surgery using LASERs http://www.medispainstitute.com/menu_laser_tattoo.html http://www.life123.com/bm.pix/bigstockphoto_close_up_of_eye_surgery_catar_2264267.s600x600.jpg

More information

AirWatch by VMware. Partner Brand Guide

AirWatch by VMware. Partner Brand Guide AirWatch by VMware Partner Brand Guide AirWatch by VMware Partner Brand Guide Introduction 3 Corporate Logo 4 Logo Specifications 4 Colors and File Formats 4 Print 4 Digital 4 Logo Options 4 Sizing 5 Backgrounds

More information

AUDIO. 1. An audio signal is an representation of a sound. a. Acoustical b. Environmental c. Aesthetic d. Electrical

AUDIO. 1. An audio signal is an representation of a sound. a. Acoustical b. Environmental c. Aesthetic d. Electrical Essentials of the AV Industry Pretest Not sure if you need to take Essentials? Do you think you know the basics of Audio Visual? Take this quick assessment test on Audio, Visual, and Systems to find out!

More information

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

Combining good practices in fully online learning environment introductory physics course

Combining good practices in fully online learning environment introductory physics course Combining good practices in fully online learning environment introductory physics course Suhonen, S. 1 Head of Physics Department Tampere University of Applied Sciences Tampere, Finland Tiili, J. Lecturer

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

Chapter 5 Objectives. Chapter 5 Input

Chapter 5 Objectives. Chapter 5 Input Chapter 5 Input Describe two types of input List characteristics of a Identify various types of s Identify various types of pointing devices Chapter 5 Objectives Explain how voice recognition works Understand

More information

Introduction to 3D Imaging

Introduction to 3D Imaging Chapter 5 Introduction to 3D Imaging 5.1 3D Basics We all remember pairs of cardboard glasses with blue and red plastic lenses used to watch a horror movie. This is what most people still think of when

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

More information

LESSON 7: LEARNING MODELS

LESSON 7: LEARNING MODELS LESSON 7: LEARNING MODELS INTRODUCTION mobility motivation persistence sociological Think about your favorite class. Does the teacher lecture? Do you do experiments or go on field trips? Does the teacher

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

The state-of-the-art LASIK Laser Eye Center. Connie S. McCaa, MD,PhD LASIK Laser Eye Center 4800 Lakeland Drive Flowood, MS 39232 601-933-1080

The state-of-the-art LASIK Laser Eye Center. Connie S. McCaa, MD,PhD LASIK Laser Eye Center 4800 Lakeland Drive Flowood, MS 39232 601-933-1080 The state-of-the-art Connie S. McCaa, MD,PhD LASIK is a proven procedure Connie S. McCaa, MD, PhD, was one of the first ophthalmologists in the United States to be trained in the LASIK procedure. She has

More information

Online Course Syllabus Page 1

Online Course Syllabus Page 1 Page 1 STATS 8: Introduction to Biological Statistics Summer Session II 2011 Class Meeting Information This course meets online from August 1 to September 7. Instructor Information Instructor: Name: Dr.

More information

LASIK. What is LASIK? Eye Words to Know. Who is a good candidate for LASIK?

LASIK. What is LASIK? Eye Words to Know. Who is a good candidate for LASIK? 2014 2015 LASIK What is LASIK? LASIK (laser in situ keratomileusis) is a type of refractive surgery. This kind of surgery uses a laser to treat vision problems caused by refractive errors. You have a refractive

More information

A Guided User Experience Using Subtle Gaze Direction

A Guided User Experience Using Subtle Gaze Direction A Guided User Experience Using Subtle Gaze Direction Eli Ben-Joseph and Eric Greenstein Stanford University {ebj, ecgreens}@stanford.edu 1 Abstract This paper demonstrates how illumination modulation can

More information

Learning about light and optics in on-line general education classes using at-home experimentation.

Learning about light and optics in on-line general education classes using at-home experimentation. Learning about light and optics in on-line general education classes using at-home experimentation. Jacob Millspaw, Gang Wang, and Mark F. Masters Department of Physics, Indiana University Purdue University

More information

Phoroptor VRx Digital Refraction System

Phoroptor VRx Digital Refraction System Drive practice efficiency and accelerate your exam process. Phoroptor VRx Digital Refraction System easily adapts to your practice, allowing you to rapidly perform all of the functions of a manual Phoroptor,

More information

Physics 116. Nov 4, 2011. Session 22 Review: ray optics. R. J. Wilkes Email: ph116@u.washington.edu

Physics 116. Nov 4, 2011. Session 22 Review: ray optics. R. J. Wilkes Email: ph116@u.washington.edu Physics 116 Session 22 Review: ray optics Nov 4, 2011 R. J. Wilkes Email: ph116@u.washington.edu ! Exam 2 is Monday!! All multiple choice, similar to HW problems, same format as Exam 1!!! Announcements

More information

A bachelor of science degree in electrical engineering with a cumulative undergraduate GPA of at least 3.0 on a 4.0 scale

A bachelor of science degree in electrical engineering with a cumulative undergraduate GPA of at least 3.0 on a 4.0 scale What is the University of Florida EDGE Program? EDGE enables engineering professional, military members, and students worldwide to participate in courses, certificates, and degree programs from the UF

More information

Course Description 1st Quarter Learning Objectives 2nd Quarter Learning Objectives 3rd Quarter Learning Objectives:

Course Description 1st Quarter Learning Objectives 2nd Quarter Learning Objectives 3rd Quarter Learning Objectives: Rangeview High School Photography 1 and 2 Course Syllabus 2014-15 Instructor: Alison Manciu Contact Number: 303-326-4644 ext. 64644 School e-mail address: acmanciu@aps.k12.co.us Teacher availability: 2nd

More information

WHAT You SHOULD KNOW ABOUT SCANNING

WHAT You SHOULD KNOW ABOUT SCANNING What You should Know About Scanning WHAT You SHOULD KNOW ABOUT SCANNING If you re thinking about purchasing a scanner, you may already know some of the ways they can add visual interest and variety to

More information

How to Choose the Right Network Cameras. for Your Surveillance Project. Surveon Whitepaper

How to Choose the Right Network Cameras. for Your Surveillance Project. Surveon Whitepaper How to Choose the Right Network Cameras for Your Surveillance Project Surveon Whitepaper From CCTV to Network, surveillance has changed from single professional-orientated technology to one integrated

More information

Automatic and Objective Measurement of Residual Stress and Cord in Glass

Automatic and Objective Measurement of Residual Stress and Cord in Glass Automatic and Objective Measurement of Residual Stress and Cord in Glass GlassTrend - ICG TC15/21 Seminar SENSORS AND PROCESS CONTROL 13-14 October 2015, Eindhoven Henning Katte, ilis gmbh copyright ilis

More information

USAccess System- Registrar. Help Guide. Prepared for

USAccess System- Registrar. Help Guide. Prepared for USAccess System- Registrar Help Guide Prepared for United States Department of Agriculture Office of Security 300 7th Street SW, Washington DC 20024 Version 1.0 December 12, 2007 USAccess System Registrar

More information

LASER VISION CORRECTION: WHAT YOU SHOULD KNOW.

LASER VISION CORRECTION: WHAT YOU SHOULD KNOW. LASER VISION CORRECTION: WHAT YOU SHOULD KNOW. You and your eyes Why LASIK? Our Treatment Looking Ahead What Next? FAX: +91 22 2280 9000 www.eyecareindia.com www.phirozedastoor.com You and your eyes Light

More information

Rapid Android Development

Rapid Android Development Extracted from: Rapid Android Development Build Rich, Sensor-Based Applications with Processing This PDF file contains pages extracted from Rapid Android Development, published by the Pragmatic Bookshelf.

More information

FIFTH GRADE TECHNOLOGY

FIFTH GRADE TECHNOLOGY FIFTH GRADE TECHNOLOGY 3 WEEKS LESSON PLANS AND ACTIVITIES SCIENCE AND MATH OVERVIEW OF FIFTH GRADE SCIENCE AND MATH WEEK 1. PRE: Interpreting data from a graph. LAB: Estimating data and comparing results

More information

ECU Quality Assurance Guidelines for Online Delivery

ECU Quality Assurance Guidelines for Online Delivery ECU Quality Assurance Guidelines for Online Delivery PURPOSE The purpose of these guidelines is to encompass and improve ECU s existing minimum standards for online units, and to extend ECU s quality assurance

More information