Announcements. Focus! Thin Lens Models. New Topic. Intensity Image Formation. Bi-directional: two focal points! Thin Lens Model

Size: px
Start display at page:

Download "Announcements. Focus! Thin Lens Models. New Topic. Intensity Image Formation. Bi-directional: two focal points! Thin Lens Model"

Transcription

1 Focus! Models Lecture #17 Tuesda, November 1 st, 2011 Announcements Programming Assignment #3 Is due a week rom Tuesda Midterm #2: two weeks rom Tuesda GTA survers: 2 New Topic Toda we will talk about ocus, and introduce a thin lens model Intensit Image Formation To be clear: You will NOT have to implement a thin lens model You ma (probabl will) be asked about them on the midterm Screen Aperture 3 4 Model Ras entering parallel on one side converge at ocal point. Ras diverging rom the ocal point become parallel. Bi-directional: two ocal points! R R 5 6

2 Constraints #1 All ras emanating rom a single point in space must converge on a single point in the image plane (deinition o ocus) Fundamental Equation o es P + Q #2 An ra entering the lens parallel to the optical axis on one side goes through the ocus point on the other side S O s #3 An ra entering the lens rom the ocus point on one side emerges parallel to the axis on the other side R Note: P is not too ar rom optical axis p 7 8 Fundamental Equation (II) The ra PQ (parallel to the optical axis) must be delected to pass through b propert #2 The ra PR must be delected so that it becomes parallel to the optical axis b propert #3 Ater delection, PQ & PR must intersect at p, b propert #1. Now, use similar triangles. Fundamental Eq. (III) Y P S Y = R Q Y O Substitute or and solve: 2 =, or Y = s p = Constraints Questions #1 For ever point on the image plane, there exists a point in space such that all ras emanating rom that point converge on the point in the image plane (deinition o ocus) Proo that Qp & R intersect: n QP deines a plane n Since R is a continuation o Q, QPR is a plane n Since Rp is parallel to QP, QPRp is a plane n Since is parallel to QP, QPRpis a plane n Qp and R are not parallel. QED. What happens to out-o-ocus points? Wh (and how) does a thin lens implement perspective projection? How do ou ocus on objects that are ver ar awa? You can recover the depth o a static scene with a single camera how? 11 12

3 Out o Focus Images What happens when +? + + FL Spherical Blurring Out-o-ocus image planes Implementing a thin lens Given pixel (a,b), what point is in ocus? Intersect two ras: One ra starts at (a, b, +), goes parallel to the optical axis until it hits the lens at (a,b,0), and then heads toward the let ocal point (0,0,) Another ra goes rom (a,b,+) toward the right ocal point (0, 0, -). It intersects the lens at (c, d, 0), and then proceeds in the direction (0,0,1). These two ras intersect at the point in ocus (x,,) Ra Tracing + How do ou do ra tracing with a thin lens? Man ras o light converge on ever pixel, so a pixel value is now the average o the light returned along man ras. How man? How much time do ou have. Pick a set o points on the lens, compute their 3D position once, and use them or ever pixel For ever pixel: Compute the point (X, Y, ) where the ras converge See last slide Note that this point ma not be on a surace in our model Throw a ra rom ever lens point toward (X, Y, ) Recursivel compute the light returned along each ra Previous Slide, Illustrated Focused Point in 3D World Image Plane Model The basic algorithm or simulating a thin lens thereore looks like: For ever pixel { Find point in 3D world that is in ocus Shoot multiple ras rom lens surace to point Ra Trace each ra Average returned colors } Model (II) Or, in more detail: Select set o lens surace points For ever pixel { Find point in 3D world that is in ocus Intersect 2 ras (w/o suraces) a) through right p & lens b) through lens & let p For ever lens surace point Shoot ra rom lens surace to point Average returned colors } 17 18

4 Model IIIa 1) Compute equation o lens plane (trivial) 2) Compute positions o lens points 3) Compute the center o image plane 4) For ever pixel : a) Compute pixel position b) Compute ra rom pixel to lens surace c) Compute ra rom lens surace point through ront FP d) Compute ra rom pixel through back FP to lens e) Compute ra rom lens surace parallel to optic axis ) Intersect ras c & e, ind (in ocus) point P Model IIIb g) For ever lens point L i) Compute ra R rom L toward P ii) Ra Trace R as i rom pinhole camera h) Average values returned or all L s. i) Store averaged value in pixel Wait! What about the aperture? Field o View Screen Aperture: limits the eective diameter o the lens Aperture FOV = tan 1 d 2 d α Field o View (II) The calculation o (X, Y, ) is theoretical, and ma proceed even i the two ras used to calculate it are blocked b the aperture. However, the ras rom some lens points to (X, Y, ) ma be blocked These ras contribute (0,0,0) into the pixel average Points near the edge o the ield o view are thereore darker than those near the middle. Partial Obscuration Partiall obscured objects ma be dimmer than other objects; I out-o-ocus, blurring ma be non-smmetric 23 24

5 Chromatic Aberration The ocal length o a lens is a unction o the wavelength o the light. Thereore, dierent colors o light rom a single point will be out-o-ocus Spherical Distortion Most lenses exhibit spherical (a.k.a. radial) distortion which creates a slightl curved ocal plane Curved Focal Plane 11/01/ /01/10 26 Spherical Distortion (II) Spherical distortion is both geometric & ocal Points are distorted geometricall rom the true perspective position as a result o lattening out the plane. 1) convert points to 2D spherical coordinates, based in the middle o the image 2 3 2) ρ = ρ' ( αρ' + βρ' + χρ' +...) Points also become more blurred as the approach the edge o the image Atmospheric Eects So ar, we have assumed air is invisible For short distances, this is true For long distances, not so much Distant objects turn vaguel blue Hence purple mountain s majest, the blue ridge mountains, etc. It s a unction o humidit In smogg environments, objects turn brown In smoke environments, gra 11/01/ /01/10 28 Atmospheric Eects (II) Particles (e.g. water/smog) in the air relect light toward our camera. The extent depends on the densit o particles (e.g. humidit) and the length o the viewing ra. To implement atmospheric eects: Where D is densit (a ver small number) P-L is length o viewing ra P-L D is << 1 (Simple linear model) 11/01/10 29

Physics 142 Lenses and Mirrors Page 1. Lenses and Mirrors. Now for the sequence of events, in no particular order. Dan Rather

Physics 142 Lenses and Mirrors Page 1. Lenses and Mirrors. Now for the sequence of events, in no particular order. Dan Rather Physics 142 Lenses and Mirrors Page 1 Lenses and Mirrors Now or the sequence o events, in no particular order. Dan Rather Overview: making use o the laws o relection and reraction We will now study ormation

More information

Lecture 21: Cameras & Lenses II. Computer Graphics and Imaging UC Berkeley CS184/284A

Lecture 21: Cameras & Lenses II. Computer Graphics and Imaging UC Berkeley CS184/284A Lecture 21: Cameras & Lenses II Computer Graphics and Imaging UC Berkeley Real Lens Designs Are Highly Complex [Apple] Topic o next lecture Real Lens Elements Are Not Ideal Aberrations Real plano-convex

More information

COMP 558 lecture 5 Sept. 22, 2010

COMP 558 lecture 5 Sept. 22, 2010 Up to now, we have taken the projection plane to be in ront o the center o projection. O course, the physical projection planes that are ound in cameras (and eyes) are behind the center o the projection.

More information

Definition of light rays

Definition of light rays Geometrical optics In this section we study optical systems involving lenses and mirrors, developing an understanding o devices such as microscopes and telescopes, and biological systems such as the human

More information

Lights. Action. Cameras. Shutter/Iris Lens With focal length f. Image Distance. Object. Distance

Lights. Action. Cameras. Shutter/Iris Lens With focal length f. Image Distance. Object. Distance Lights. Action. Phys 1020, Day 17: Cameras, Blm 15.1 Reminders: HW 8 in/hw 9 out Make up lab week straight ater Sp.B. Check scores on CU learn 1 Object Cameras Shutter/Iris Lens With ocal length Dark Box

More information

Physics 54. Lenses and Mirrors. And now for the sequence of events, in no particular order. Dan Rather

Physics 54. Lenses and Mirrors. And now for the sequence of events, in no particular order. Dan Rather Physics 54 Lenses and Mirrors And now or the seuence o events, in no articular order. Dan Rather Overview We will now study transmission o light energy in the ray aroximation, which assumes that the energy

More information

Midterm Exam. Lasers. Gases and pressure. Lenses so far. Lenses and Cameras 4/9/2017. Office hours

Midterm Exam. Lasers. Gases and pressure. Lenses so far. Lenses and Cameras 4/9/2017. Office hours Lights. Action. Phys 00, Day : Cameras Reminders: HW 9 due NOW and 0pm tonight on DL Lab 8 today/tomorrow Email AB and EH by THURSDAY i you need to do a make up lab MT 3 on THURSDAY Exam Thursday in class

More information

lens Figure 1. A refractory focusing arrangement. Focal point

lens Figure 1. A refractory focusing arrangement. Focal point Laboratory 2 - Introduction to Lenses & Telescopes Materials Used: A set o our lenses, an optical bench with a centimeter scale, a white screen, several lens holders, a light source (with crossed arrows),

More information

Thin Lens and Image Formation

Thin Lens and Image Formation Pre-Lab Quiz / PHYS 4 Thin Lens and Image Formation Name Lab Section. What do you investigate in this lab?. The ocal length o a bi-convex thin lens is 0 cm. To a real image with magniication o, what is

More information

SIMPLE LENSES. To measure the focal lengths of several lens and lens combinations.

SIMPLE LENSES. To measure the focal lengths of several lens and lens combinations. SIMPLE LENSES PURPOSE: To measure the ocal lengths o several lens and lens combinations. EQUIPMENT: Three convex lenses, one concave lens, lamp, image screen, lens holders, meter stick. INTRODUCTION: Combinations

More information

Image formation - Cameras. Grading & Project. About the course. Tentative Schedule. Course Content. Students introduction

Image formation - Cameras. Grading & Project. About the course. Tentative Schedule. Course Content. Students introduction About the course Instructors: Haibin Ling (hbling@temple, Wachman 35) Hours Lecture: Tuesda 5:3-8:pm, TTLMAN 43B Office hour: Tuesda 3: - 5:pm, or b appointment Textbook Computer Vision: Models, Learning,

More information

Chapter 18 Optical Elements

Chapter 18 Optical Elements Chapter 18 Optical Elements GOALS When you have mastered the content of this chapter, you will be able to achieve the following goals: Definitions Define each of the following terms and use it in an operational

More information

EP118 Optics. Content TOPIC 9 ABERRATIONS. Department of Engineering Physics University of Gaziantep. 1. Introduction. 2. Spherical Aberrations

EP118 Optics. Content TOPIC 9 ABERRATIONS. Department of Engineering Physics University of Gaziantep. 1. Introduction. 2. Spherical Aberrations EP118 Optics TOPI 9 ABERRATIONS Department o Engineering Physics Uniersity o Gaziantep July 2011 Saya 1 ontent 1. Introduction 2. Spherical Aberrations 3. hromatic Aberrations 4. Other Types o Aberrations

More information

Refraction and Lenses

Refraction and Lenses Reraction and Lenses The most common application o reraction in science and technology is lenses. The kind o lenses we typically think o are made o glass or plastic. The basic rules o reraction still apply

More information

Phy 212: General Physics II

Phy 212: General Physics II Phy 212: General Physics II Chapter 34: Images Lecture Notes Geometrical (Ray) Optics Geometrical Optics is an approximate treatment o light waves as straight lines (rays) or the description o image ormation

More information

Unit #3 - Optics. Activity: D21 Observing Lenses (pg. 449) Lenses Lenses

Unit #3 - Optics. Activity: D21 Observing Lenses (pg. 449) Lenses Lenses ist10_ch11.qxd Unit #3 - Optics 11.3 Lenses 7/22/09 3:53 PM Page 449 Night vision goggles use lenses to ocus light onto a device called an image intensiier. Inside the intensiier, the light energy releases

More information

The Camera : Computational Photography Alexei Efros, CMU, Fall 2008

The Camera : Computational Photography Alexei Efros, CMU, Fall 2008 The Camera 15-463: Computational Photography Alexei Efros, CMU, Fall 2008 How do we see the world? object film Let s design a camera Idea 1: put a piece of film in front of an object Do we get a reasonable

More information

Ch 24. Geometric Optics

Ch 24. Geometric Optics text concept Ch 24. Geometric Optics Fig. 24 3 A point source of light P and its image P, in a plane mirror. Angle of incidence =angle of reflection. text. Fig. 24 4 The blue dashed line through object

More information

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Midterm II Page 1/7 Spring 2018

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Midterm II Page 1/7 Spring 2018 Midterm II Page 1/7 Spring 2018 Name SOUTIONS Closed book; closed notes. Time limit: 50 minutes. An equation sheet is attached and can be removed. A spare raytrace sheet is also attached. Use the back

More information

Algebra Based Physics. Reflection. Slide 1 / 66 Slide 2 / 66. Slide 3 / 66. Slide 4 / 66. Slide 5 / 66. Slide 6 / 66.

Algebra Based Physics. Reflection. Slide 1 / 66 Slide 2 / 66. Slide 3 / 66. Slide 4 / 66. Slide 5 / 66. Slide 6 / 66. Slide 1 / 66 Slide 2 / 66 Algebra Based Physics Geometric Optics 2015-12-01 www.njctl.org Slide 3 / 66 Slide 4 / 66 Table of ontents lick on the topic to go to that section Reflection Refraction and Snell's

More information

Chapter 23. Light Geometric Optics

Chapter 23. Light Geometric Optics Chapter 23. Light Geometric Optics There are 3 basic ways to gather light and focus it to make an image. Pinhole - Simple geometry Mirror - Reflection Lens - Refraction Pinhole Camera Image Formation (the

More information

The Camera : Computational Photography Alexei Efros, CMU, Fall 2005

The Camera : Computational Photography Alexei Efros, CMU, Fall 2005 The Camera 15-463: Computational Photography Alexei Efros, CMU, Fall 2005 How do we see the world? object film Let s design a camera Idea 1: put a piece of film in front of an object Do we get a reasonable

More information

Chapter 23. Mirrors and Lenses

Chapter 23. Mirrors and Lenses Chapter 23 Mirrors and Lenses Notation for Mirrors and Lenses The object distance is the distance from the object to the mirror or lens Denoted by p The image distance is the distance from the image to

More information

Notation for Mirrors and Lenses. Chapter 23. Types of Images for Mirrors and Lenses. More About Images

Notation for Mirrors and Lenses. Chapter 23. Types of Images for Mirrors and Lenses. More About Images Notation for Mirrors and Lenses Chapter 23 Mirrors and Lenses Sections: 4, 6 Problems:, 8, 2, 25, 27, 32 The object distance is the distance from the object to the mirror or lens Denoted by p The image

More information

Chapter 23. Mirrors and Lenses

Chapter 23. Mirrors and Lenses Chapter 23 Mirrors and Lenses Mirrors and Lenses The development of mirrors and lenses aided the progress of science. It led to the microscopes and telescopes. Allowed the study of objects from microbes

More information

Announcements. Image Formation: Outline. The course. How Cameras Produce Images. Earliest Surviving Photograph. Image Formation and Cameras

Announcements. Image Formation: Outline. The course. How Cameras Produce Images. Earliest Surviving Photograph. Image Formation and Cameras Announcements Image ormation and Cameras CSE 252A Lecture 3 Assignment 0: Getting Started with Matlab is posted to web page, due Tuesday, ctober 4. Reading: Szeliski, Chapter 2 ptional Chapters 1 & 2 of

More information

Converging and Diverging Surfaces. Lenses. Converging Surface

Converging and Diverging Surfaces. Lenses. Converging Surface Lenses Sandy Skoglund 2 Converging and Diverging s AIR Converging If the surface is convex, it is a converging surface in the sense that the parallel rays bend toward each other after passing through the

More information

Algebra Based Physics. Reflection. Slide 1 / 66 Slide 2 / 66. Slide 3 / 66. Slide 4 / 66. Slide 5 / 66. Slide 6 / 66.

Algebra Based Physics. Reflection. Slide 1 / 66 Slide 2 / 66. Slide 3 / 66. Slide 4 / 66. Slide 5 / 66. Slide 6 / 66. Slide 1 / 66 Slide 2 / 66 lgebra ased Physics Geometric Optics 2015-12-01 www.njctl.org Slide 3 / 66 Slide 4 / 66 Table of ontents lick on the topic to go to that section Reflection Refraction and Snell's

More information

Lecture 7: Camera Models

Lecture 7: Camera Models Lecture 7: Camera Models Professor Stanford Vision Lab 1 What we will learn toda? Pinhole cameras Cameras & lenses The geometr of pinhole cameras Reading: [FP]Chapters 1 3 [HZ] Chapter 6 2 What we will

More information

Applied Optics. , Physics Department (Room #36-401) , ,

Applied Optics. , Physics Department (Room #36-401) , , Applied Optics Professor, Physics Department (Room #36-401) 2290-0923, 019-539-0923, shsong@hanyang.ac.kr Office Hours Mondays 15:00-16:30, Wednesdays 15:00-16:30 TA (Ph.D. student, Room #36-415) 2290-0921,

More information

A. Focal Length. 3. Lens Maker Equation. 2. Diverging Systems. f = 2 R. A. Focal Length B. Lens Law, object & image C. Optical Instruments

A. Focal Length. 3. Lens Maker Equation. 2. Diverging Systems. f = 2 R. A. Focal Length B. Lens Law, object & image C. Optical Instruments Physics 700 Geometric Optics Geometric Optics (rough drat) A. Focal Length B. Lens Law, object & image C. Optical Instruments W. Pezzaglia Updated: 0Aug A. Focal Length 3. Converging Systems 4. Converging

More information

Mirrors and Lenses. Images can be formed by reflection from mirrors. Images can be formed by refraction through lenses.

Mirrors and Lenses. Images can be formed by reflection from mirrors. Images can be formed by refraction through lenses. Mirrors and Lenses Images can be formed by reflection from mirrors. Images can be formed by refraction through lenses. Notation for Mirrors and Lenses The object distance is the distance from the object

More information

Marketed and Distributed by FaaDoOEngineers.com

Marketed and Distributed by FaaDoOEngineers.com REFRACTION OF LIGHT GUPTA CLASSES For any help contact: 995368795, 968789880 Nishant Gupta, D-, Prashant vihar, Rohini, Delhi-85 Contact: 995368795, 968789880 Reraction o light:. The ratio o the sine o

More information

Two strategies for realistic rendering capture real world data synthesize from bottom up

Two strategies for realistic rendering capture real world data synthesize from bottom up Recap from Wednesday Two strategies for realistic rendering capture real world data synthesize from bottom up Both have existed for 500 years. Both are successful. Attempts to take the best of both world

More information

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Midterm II Page 1/8 Spring 2017

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Midterm II Page 1/8 Spring 2017 OPTI-0R Geometrical and Instrumental Optics John E. Greivenkamp Midterm II Page /8 Spring 07 Name SOLUTIONS Closed book; closed notes. Time limit: 50 minutes. An equation sheet is attached and can be removed.

More information

Length-Sensing OpLevs for KAGRA

Length-Sensing OpLevs for KAGRA Length-Sensing OpLevs or KAGRA Simon Zeidler Basics Length-Sensing Optical Levers are needed in order to measure the shit o mirrors along the optical path o the incident main-laser beam with time. The

More information

Spherical Mirrors. Concave Mirror, Notation. Spherical Aberration. Image Formed by a Concave Mirror. Image Formed by a Concave Mirror 4/11/2014

Spherical Mirrors. Concave Mirror, Notation. Spherical Aberration. Image Formed by a Concave Mirror. Image Formed by a Concave Mirror 4/11/2014 Notation for Mirrors and Lenses Chapter 23 Mirrors and Lenses The object distance is the distance from the object to the mirror or lens Denoted by p The image distance is the distance from the image to

More information

Chapter 23. Geometrical Optics: Mirrors and Lenses and other Instruments

Chapter 23. Geometrical Optics: Mirrors and Lenses and other Instruments Chapter 23 Geometrical Optics: Mirrors and Lenses and other Instruments HITT 1 You stand two feet away from a plane mirror. How far is it from you to your image? a. 2.0 ft b. 3.0 ft c. 4.0 ft d. 5.0 ft

More information

Cameras. Steve Rotenberg CSE168: Rendering Algorithms UCSD, Spring 2017

Cameras. Steve Rotenberg CSE168: Rendering Algorithms UCSD, Spring 2017 Cameras Steve Rotenberg CSE168: Rendering Algorithms UCSD, Spring 2017 Camera Focus Camera Focus So far, we have been simulating pinhole cameras with perfect focus Often times, we want to simulate more

More information

Astronomy 80 B: Light. Lecture 9: curved mirrors, lenses, aberrations 29 April 2003 Jerry Nelson

Astronomy 80 B: Light. Lecture 9: curved mirrors, lenses, aberrations 29 April 2003 Jerry Nelson Astronomy 80 B: Light Lecture 9: curved mirrors, lenses, aberrations 29 April 2003 Jerry Nelson Sensitive Countries LLNL field trip 2003 April 29 80B-Light 2 Topics for Today Optical illusion Reflections

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

LENSES. INEL 6088 Computer Vision

LENSES. INEL 6088 Computer Vision LENSES INEL 6088 Computer Vision Digital camera A digital camera replaces film with a sensor array Each cell in the array is a Charge Coupled Device light-sensitive diode that converts photons to electrons

More information

Physics II. Chapter 23. Spring 2018

Physics II. Chapter 23. Spring 2018 Physics II Chapter 23 Spring 2018 IMPORTANT: Except for multiple-choice questions, you will receive no credit if you show only an answer, even if the answer is correct. Always show in the space on your

More information

IMAGE FORMATION. Light source properties. Sensor characteristics Surface. Surface reflectance properties. Optics

IMAGE FORMATION. Light source properties. Sensor characteristics Surface. Surface reflectance properties. Optics IMAGE FORMATION Light source properties Sensor characteristics Surface Exposure shape Optics Surface reflectance properties ANALOG IMAGES An image can be understood as a 2D light intensity function f(x,y)

More information

CSE 473/573 Computer Vision and Image Processing (CVIP)

CSE 473/573 Computer Vision and Image Processing (CVIP) CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu inwogu@buffalo.edu Lecture 4 Image formation(part I) Schedule Last class linear algebra overview Today Image formation and camera properties

More information

Refractive Power of a Surface. Exposure Sources. Thin Lenses. Thick Lenses. High Pressure Hg Arc Lamp Spectrum

Refractive Power of a Surface. Exposure Sources. Thin Lenses. Thick Lenses. High Pressure Hg Arc Lamp Spectrum eractive Power o a Surace The reractive power P is measured in diopters when the radius is expressed in meters. n and n are the reractive indices o the two media. EE-57: icrofabrication n n P n n Exposure

More information

Introduction. Related Work

Introduction. Related Work Introduction Depth of field is a natural phenomenon when it comes to both sight and photography. The basic ray tracing camera model is insufficient at representing this essential visual element and will

More information

Building a Real Camera. Slides Credit: Svetlana Lazebnik

Building a Real Camera. Slides Credit: Svetlana Lazebnik Building a Real Camera Slides Credit: Svetlana Lazebnik Home-made pinhole camera Slide by A. Efros http://www.debevec.org/pinhole/ Shrinking the aperture Why not make the aperture as small as possible?

More information

28 Thin Lenses: Ray Tracing

28 Thin Lenses: Ray Tracing 28 Thin Lenses: Ray Tracing A lens is a piece of transparent material whose surfaces have been shaped so that, when the lens is in another transparent material (call it medium 0), light traveling in medium

More information

MEM: Intro to Robotics. Assignment 3I. Due: Wednesday 10/15 11:59 EST

MEM: Intro to Robotics. Assignment 3I. Due: Wednesday 10/15 11:59 EST MEM: Intro to Robotics Assignment 3I Due: Wednesday 10/15 11:59 EST 1. Basic Optics You are shopping for a new lens for your Canon D30 digital camera and there are lots of lens options at the store. Your

More information

9. THINK A concave mirror has a positive value of focal length.

9. THINK A concave mirror has a positive value of focal length. 9. THINK A concave mirror has a positive value o ocal length. EXPRESS For spherical mirrors, the ocal length is related to the radius o curvature r by r/2. The object distance p, the image distance i,

More information

CH. 23 Mirrors and Lenses HW# 6, 7, 9, 11, 13, 21, 25, 31, 33, 35

CH. 23 Mirrors and Lenses HW# 6, 7, 9, 11, 13, 21, 25, 31, 33, 35 CH. 23 Mirrors and Lenses HW# 6, 7, 9, 11, 13, 21, 25, 31, 33, 35 Mirrors Rays of light reflect off of mirrors, and where the reflected rays either intersect or appear to originate from, will be the location

More information

Your Comments. That test was brutal, but this is the last physics course I have to take here WOOOOOO!!!!!

Your Comments. That test was brutal, but this is the last physics course I have to take here WOOOOOO!!!!! Your Comments I'm kind o lost, this was a pretty heavy prelecture. I understand the equations and how we get them but I'm araid to say that I don't understand the concepts behind everything. Such as what

More information

Lenses. Light refracts at both surfaces. Non-parallel surfaces results in net bend.

Lenses. Light refracts at both surfaces. Non-parallel surfaces results in net bend. Lenses Light refracts at both surfaces. Non-parallel surfaces results in net bend. Lenses Focusing power of the lens is function of radius of curvature of each surface and index of refraction of lens.

More information

PHYSICS. Chapter 35 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT

PHYSICS. Chapter 35 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 35 Lecture RANDALL D. KNIGHT Chapter 35 Optical Instruments IN THIS CHAPTER, you will learn about some common optical instruments and

More information

6.A44 Computational Photography

6.A44 Computational Photography Add date: Friday 6.A44 Computational Photography Depth of Field Frédo Durand We allow for some tolerance What happens when we close the aperture by two stop? Aperture diameter is divided by two is doubled

More information

PHYS 1020 LAB 7: LENSES AND OPTICS. Pre-Lab

PHYS 1020 LAB 7: LENSES AND OPTICS. Pre-Lab PHYS 1020 LAB 7: LENSES AND OPTICS Note: Print and complete the separate pre-lab assignment BEFORE the lab. Hand it in at the start of the lab. Pre-Lab Start by reading the entire prelab and lab write-up.

More information

Thin Lenses * OpenStax

Thin Lenses * OpenStax OpenStax-CNX module: m58530 Thin Lenses * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of this section, you will be able to:

More information

Image Formation. Light from distant things. Geometrical optics. Pinhole camera. Chapter 36

Image Formation. Light from distant things. Geometrical optics. Pinhole camera. Chapter 36 Light from distant things Chapter 36 We learn about a distant thing from the light it generates or redirects. The lenses in our eyes create images of objects our brains can process. This chapter concerns

More information

Physics 1230 Homework 8 Due Friday June 24, 2016

Physics 1230 Homework 8 Due Friday June 24, 2016 At this point, you know lots about mirrors and lenses and can predict how they interact with light from objects to form images for observers. In the next part of the course, we consider applications of

More information

How do we see the world?

How do we see the world? The Camera 1 How do we see the world? Let s design a camera Idea 1: put a piece of film in front of an object Do we get a reasonable image? Credit: Steve Seitz 2 Pinhole camera Idea 2: Add a barrier to

More information

Section 3. Imaging With A Thin Lens

Section 3. Imaging With A Thin Lens 3-1 Section 3 Imaging With A Thin Lens Object at Infinity An object at infinity produces a set of collimated set of rays entering the optical system. Consider the rays from a finite object located on the

More information

24 Geometrical Optics &...

24 Geometrical Optics &... 804 CHAPTER 24 GEOMETRICAL OPTICS & OPTICAL EQUIPMEMT 24 Geometrical Optics &... Answers to Discussion Questions 24. The ocal length increases because the rays are not bent as strongly at the water-glasnterace.

More information

CHAPTER 18 REFRACTION & LENSES

CHAPTER 18 REFRACTION & LENSES Physics Approximate Timeline Students are expected to keep up with class work when absent. CHAPTER 18 REFRACTION & LENSES Day Plans for the day Assignments for the day 1 18.1 Refraction of Light o Snell

More information

Lecture 2 Camera Models

Lecture 2 Camera Models Lecture 2 Camera Models Professor Silvio Savarese Computational Vision and Geometr Lab Silvio Savarese Lecture 2-4-Jan-4 Announcements Prerequisites: an questions? This course requires knowledge of linear

More information

Aberrations, Camera, Eye

Aberrations, Camera, Eye Aberrations, Camera, Eye This is a question that we probably can't answer. If the Invisible Man is also blind because no light is being absorbed by his retinas, then when we die and become spirits that

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

Tutorials in Opto-mechanics The calculation of focal length using the nodal slide

Tutorials in Opto-mechanics The calculation of focal length using the nodal slide Tutorials in Opto-mechanics The calculation o ocal length using the nodal slide Yen-Te Lee Dec 1, 2008 1. Abstract First order properties completely describe the mapping rom object space to image space.

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 27 Geometric Optics Spring 205 Semester Matthew Jones Sign Conventions > + = Convex surface: is positive for objects on the incident-light side is positive for

More information

Lenses, exposure, and (de)focus

Lenses, exposure, and (de)focus Lenses, exposure, and (de)focus http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2017, Lecture 15 Course announcements Homework 4 is out. - Due October 26

More information

Lecture 19 (Geometric Optics I Plane and Spherical Optics) Physics Spring 2018 Douglas Fields

Lecture 19 (Geometric Optics I Plane and Spherical Optics) Physics Spring 2018 Douglas Fields Lecture 19 (Geometric Optics I Plane and Spherical Optics) Physics 262-01 Spring 2018 Douglas Fields Optics -Wikipedia Optics is the branch of physics which involves the behavior and properties of light,

More information

Lecture Outline Chapter 27. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc.

Lecture Outline Chapter 27. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc. Lecture Outline Chapter 27 Physics, 4 th Edition James S. Walker Chapter 27 Optical Instruments Units of Chapter 27 The Human Eye and the Camera Lenses in Combination and Corrective Optics The Magnifying

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 33 Geometric Optics Spring 2013 Semester Matthew Jones Aberrations We have continued to make approximations: Paraxial rays Spherical lenses Index of refraction

More information

CPSC 425: Computer Vision

CPSC 425: Computer Vision 1 / 55 CPSC 425: Computer Vision Instructor: Fred Tung ftung@cs.ubc.ca Department of Computer Science University of British Columbia Lecture Notes 2015/2016 Term 2 2 / 55 Menu January 7, 2016 Topics: Image

More information

AST Lab exercise: aberrations

AST Lab exercise: aberrations AST2210 - Lab exercise: aberrations 1 Introduction This lab exercise will take you through the most common types of aberrations. 2 Chromatic aberration Chromatic aberration causes lens to have dierent

More information

Basic principles of photography. David Capel 346B IST

Basic principles of photography. David Capel 346B IST Basic principles of photography David Capel 346B IST Latin Camera Obscura = Dark Room Light passing through a small hole produces an inverted image on the opposite wall Safely observing the solar eclipse

More information

3. What kind of mirror could you use to make image distance less than object distance?

3. What kind of mirror could you use to make image distance less than object distance? REFLETION REVIEW hoose one o the ollowing to answer questions 7-24. A response may be used more than once. a. plane mirror e. plane mirror or convex mirror b. concave mirror. concave mirror or convex mirror

More information

How Do I Use Ray Diagrams to Predict How an Image Will Look?

How Do I Use Ray Diagrams to Predict How an Image Will Look? How Do I Use Ray Diagrams to Predict How an Image Will Look? Description: Students will create ray diagrams to predict the type o image ormed. Student Materials (per group): Ray Diagrams Worksheet Ruler

More information

Chapter 23. Mirrors and Lenses

Chapter 23. Mirrors and Lenses Chapter 23 Mirrors and Lenses Notation for Mirrors and Lenses The object distance is the distance from the object to the mirror or lens Denoted by p The image distance is the distance from the image to

More information

Back from Break and Back to Optics

Back from Break and Back to Optics Back rom Break and Back to Optics Phys 1020, Day 21: Questions? Cameras, Blmld 15.1 Digital Cameras, Optical systems 15.2 Last lab this week Coming Up: Optical communication What will happen to image i

More information

Cameras, lenses, and sensors

Cameras, lenses, and sensors Cameras, lenses, and sensors Reading: Chapter 1, Forsyth & Ponce Optional: Section 2.1, 2.3, Horn. 6.801/6.866 Profs. Bill Freeman and Trevor Darrell Sept. 10, 2002 Today s lecture How many people would

More information

What will be on the midterm?

What will be on the midterm? What will be on the midterm? CS 178, Spring 2014 Marc Levoy Computer Science Department Stanford University General information 2 Monday, 7-9pm, Cubberly Auditorium (School of Edu) closed book, no notes

More information

Building a Real Camera

Building a Real Camera Building a Real Camera Home-made pinhole camera Slide by A. Efros http://www.debevec.org/pinhole/ Shrinking the aperture Why not make the aperture as small as possible? Less light gets through Diffraction

More information

Projection. Announcements. Müller-Lyer Illusion. Image formation. Readings Nalwa 2.1

Projection. Announcements. Müller-Lyer Illusion. Image formation. Readings Nalwa 2.1 Announcements Mailing list (you should have received messages) Project 1 additional test sequences online Projection Readings Nalwa 2.1 Müller-Lyer Illusion Image formation object film by Pravin Bhat http://www.michaelbach.de/ot/sze_muelue/index.html

More information

Gaussian Ray Tracing Technique

Gaussian Ray Tracing Technique Gaussian Ray Tracing Technique Positive Lenses. A positive lens has two focal points one on each side of the lens; both are at the same focal distance f from the lens. Parallel rays of light coming from

More information

E X P E R I M E N T 12

E X P E R I M E N T 12 E X P E R I M E N T 12 Mirrors and Lenses Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics II, Exp 12: Mirrors and Lenses

More information

Physics 6C. Cameras and the Human Eye. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Physics 6C. Cameras and the Human Eye. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Physics 6C Cameras and the Human Eye CAMERAS A typical camera uses a converging lens to ocus a real (inverted) image onto photographic ilm (or in a digital camera the image is on a CCD chip). Light goes

More information

Lecture 2 Camera Models

Lecture 2 Camera Models Lecture 2 Camera Models Professor Silvio Savarese Computational Vision and Geometr Lab Silvio Savarese Lecture 2 - -Jan-8 Lecture 2 Camera Models Pinhole cameras Cameras lenses The geometr of pinhole cameras

More information

Laboratory experiment aberrations

Laboratory experiment aberrations Laboratory experiment aberrations Obligatory laboratory experiment on course in Optical design, SK2330/SK3330, KTH. Date Name Pass Objective This laboratory experiment is intended to demonstrate the most

More information

Lens Principal and Nodal Points

Lens Principal and Nodal Points Lens Principal and Nodal Points Douglas A. Kerr, P.E. Issue 3 January 21, 2004 ABSTRACT In discussions of photographic lenses, we often hear of the importance of the principal points and nodal points of

More information

Option G 2: Lenses. The diagram below shows the image of a square grid as produced by a lens that does not cause spherical aberration.

Option G 2: Lenses. The diagram below shows the image of a square grid as produced by a lens that does not cause spherical aberration. Name: Date: Option G 2: Lenses 1. This question is about spherical aberration. The diagram below shows the image of a square grid as produced by a lens that does not cause spherical aberration. In the

More information

(b) By measuring the image height for various image distances (adjusted by sliding the tubes together or apart) a relationship can be determined.

(b) By measuring the image height for various image distances (adjusted by sliding the tubes together or apart) a relationship can be determined. (c) The image is smaller, upright, virtual, ann the same side o the lens. Applying Inquiry Skills 7. (a) (b) By measuring the image height or various image distances (adjusted by sliding the tubes together

More information

Acquisition. Some slides from: Yung-Yu Chuang (DigiVfx) Jan Neumann, Pat Hanrahan, Alexei Efros

Acquisition. Some slides from: Yung-Yu Chuang (DigiVfx) Jan Neumann, Pat Hanrahan, Alexei Efros Acquisition Some slides from: Yung-Yu Chuang (DigiVfx) Jan Neumann, Pat Hanrahan, Alexei Efros Image Acquisition Digital Camera Film Outline Pinhole camera Lens Lens aberrations Exposure Sensors Noise

More information

Introduction. THE OPTICAL ENGINEERING PROCESS. Engineering Support. Fundamental Optics

Introduction.   THE OPTICAL ENGINEERING PROCESS. Engineering Support. Fundamental Optics Introduction The process o solving virtually any optical engineering problem can be broken down into two main steps. First, paraxial calculations (irst order) are made to determine critical parameters

More information

Physics 141 Lecture 26

Physics 141 Lecture 26 Physics 141 Lecture 26 Today s Concept: A) Lenses Electricity & Magne/sm Lecture 26, Slide 1 Mirrors in Movies Duck Soup (1933) The Lady rom Shanghai (1947) Enter the Dragon (1973) and many more Reraction

More information

Image Formation and Capture. Acknowledgment: some figures by B. Curless, E. Hecht, W.J. Smith, B.K.P. Horn, and A. Theuwissen

Image Formation and Capture. Acknowledgment: some figures by B. Curless, E. Hecht, W.J. Smith, B.K.P. Horn, and A. Theuwissen Image Formation and Capture Acknowledgment: some figures by B. Curless, E. Hecht, W.J. Smith, B.K.P. Horn, and A. Theuwissen Image Formation and Capture Real world Optics Sensor Devices Sources of Error

More information

Chapter 34: Geometric Optics

Chapter 34: Geometric Optics Chapter 34: Geometric Optics It is all about images How we can make different kinds of images using optical devices Optical device example: mirror, a piece of glass, telescope, microscope, kaleidoscope,

More information

Elementary Optical Systems. Section 13. Magnifiers and Telescopes

Elementary Optical Systems. Section 13. Magnifiers and Telescopes 13-1 Elementary Optical Systems Section 13 Magniiers and Telescopes Elementary Optical Systems Many optical systems can be understood when treated as combinations o thin lenses. Mirror equivalents exist

More information

PHYSICS OPTICS. Mr Rishi Gopie

PHYSICS OPTICS. Mr Rishi Gopie OPTICS Mr Rishi Gopie Ray Optics II Images formed by lens maybe real or virtual and may have different characteristics and locations that depend on: i) The type of lens involved, whether converging or

More information

Lecture 4: Geometrical Optics 2. Optical Systems. Images and Pupils. Rays. Wavefronts. Aberrations. Outline

Lecture 4: Geometrical Optics 2. Optical Systems. Images and Pupils. Rays. Wavefronts. Aberrations. Outline Lecture 4: Geometrical Optics 2 Outline 1 Optical Systems 2 Images and Pupils 3 Rays 4 Wavefronts 5 Aberrations Christoph U. Keller, Leiden University, keller@strw.leidenuniv.nl Lecture 4: Geometrical

More information