DEVELOPMENT AND EVALUATION OF A MEASUREMENT AND CALCULATION MODULE FOR OFFSETS WITH RESPECT TO A STRECHED WIRE BASED ON PHOTOGRAMMETRY AT CERN

Size: px
Start display at page:

Download "DEVELOPMENT AND EVALUATION OF A MEASUREMENT AND CALCULATION MODULE FOR OFFSETS WITH RESPECT TO A STRECHED WIRE BASED ON PHOTOGRAMMETRY AT CERN"

Transcription

1 DEVELOPMENT AND EVALUATION OF A MEASUREMENT AND CALCULATION MODULE FOR OFFSETS WITH RESPECT TO A STRECHED WIRE BASED ON PHOTOGRAMMETRY AT CERN Servet Lapardhaja NTUA Undergraduate Student 28/09/2018

2 Summary 1. Introduction 2. Development of algorithm Automatic target detection position determination Decoding of encoded and finding of homologous points for non-coded 3. Usage of the LGC2 for the adjustment 4. Offsets calculation with respect to stretched wire based on photogrammetry 5. Conclusions 6. Outlook 28/09/2018 Servet Lapardhaja 2

3 1. Introduction (1) Offset s Executed by the Survey team Important for the accelerator alignment Measured by ecartometry with precision of ± 15 μm tο ± 20 μm for single (repeatability) Ecartometry Ecartometers installed on fiducials and the perpendicular distance to the stretched wire is measured Precision of ±50 μm for 150 m wire (adjustment) Manual work, time consuming, up to 500 m/day Prone to errors due to human factor and need to limit human presence due to future increased levels of radioactivity 28/09/2018 Servet Lapardhaja 3

4 1. Introduction (2) About the work Aim is the offsets calculation with respect to a stretched wire The offset s are important for the alignment task The alignment is critical for the increase of the performance of the beam Automation of the Replacement of the manual way of Development of algorithm for the determination of the Development of algorithm for the wire determination (Already available) Calculation of the offset distances 28/09/2018 Servet Lapardhaja 4

5 1. Introduction (3) Present photogrammetric equipment Nikon Camera D3X 24.5MP Encoded & Non-Coded Scale bars Black fishing wire of 0.3 mm diameter Advantages of photogrammetry for offset s Automatic procedure, independent from user (future installation of cameras on frame) Non-contact, wire and are measured simultaneously Equivalent precision with ecartometry Abatement of human error 28/09/2018 Servet Lapardhaja 5

6 2. Development of algorithm Automatic target detection Before the execution of the algorithm the user should provide the following parameters: Number of bits of the used target (12, 14 or 20) Color of the target (black or white) Whether the are retroreflective or conventional Minimum diameter of the in pixel Maximum diameter of the in pixel The maximum ratio of half major to half minor axis ( a b ) The contrast value for the detection of edges The pretreatment method Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 6

7 2. Development of algorithm Automatic target detection 3 methods of pretreatment Adaptive histogram equalization with Guided filter [1] Adaptive histogram equalization with Gaussian filter [2] Sharpening of the image (recommended) [3] Binarization of the image Otsu s method which is applied on pretreatments [1] and [2] The method requires histogram to have bimodal distribution which is not always the case Application of a simple threshold which is applied after the image sharpening, where the contrast is already enhanced threshold = (maxvalue + minvalue) 40% Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 7

8 2. Development of algorithm Automatic target detection Original image Input parameters Image pretreatment & binarization detection After sharpening Binarization Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 8

9 2. Development of algorithm Automatic target detection Usage of the MATLAB regionprops function with conditions, which returns a set of properties for connected components (weighted centroid, area, major and minor axis, orientation). A regionprops = 1 ± range A calculated Half major axis Half minor axis Type of target Retro reflective Conventional < input value Minimum target size (Diameter in pixels) Area (pixels 2 ) Range >=3-5 >= >=5-7 >= >=7-10 >= >=10 >= >=3-5 >= >=5-7 >= >=7-10 >= >=10 >= Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 9

10 % 2. Development of algorithm Automatic target detection Input parameters Image pretreatment & binarization Percentage of detected number of by developed algorithm with respect to the number of detected by AICON Project Average percentage out of the 7 projects is 101%, thus almost the same amount (~16000) were detected from both AICON software and the developed algorithm detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 10

11 2. Development of algorithm position determination Local regionprops on cropped image Local regionprops on resized by a factor cropped image Ellipse fitting (most reliable and precise) Input parameters Image pretreatment & binarization detection Steps to do the position determination by ellipse fitting 1. Crop each target from the whole image 2. Sub-pixel edge detector elaborated by Agustín Trujillo Pino et al. 3. Ellipse adjustment on the detected edge points using parametric equation of ellipse with least squares Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 11

12 2. Development of algorithm position determination Precision achieved with ellipse fitting after the bundle adjustment, in 2D is at a level of ± 0.03 pixel to ± 0.05 pixel which is nearly equivalent to AICON Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 12

13 2. Development of algorithm position determination 2D coordinates residuals are more concentrated to lower residual values with AICON and ellipse fitting rather than with the rest of algorithms Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 13

14 2. Development of algorithm position determination Edges detected Ellipse fitting Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 14

15 2. Development of algorithm Decoding of encoded Steps to do the decoding 1. Crop each target from the whole image 2. Binarize each image using threshold = 0.55 PixelValue, where the pixel value is the intensity value of the center of the target 3. Spread points on the code segments (12, 14 or 20 points depending on the number of bits) 5 times with different rotations 4. Find the minimum value generated from binary sequence and check if it is generated more than once from the different rotations 5. Find correspondence of the number found with the AICON codes Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 15

16 2. Development of algorithm Decoding of encoded BIT EXTRA ROTATIONS θ -5+θ 0+θ 5+θ 10+θ 14-8+θ -4+θ 0+θ 4+θ 8+θ 20-6+θ -3+θ 0+θ 3+θ 6+θ Input parameters Image pretreatment & binarization detection The red and the green points have extra rotations of 4 and 8 degrees respectively. While the cyan and magenta points have extra rotations equal to -4 and -8 degrees. Process of finding the minimum value for the code AICON ID 170 Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 16

17 2. Development of algorithm Bundle adjustment & Calibration Calculation of the interior orientation parameters (xo, yo, Ck, A1, A2, A3, B1, B2, C1, C2) Calculation of the exterior orientation parameters (X, Y, Z, ω, φ, κ) Calculation of 2D coordinates by ellipse fitting input s in AICON Bundle adjustment & Calibration 3D coordinates calculation Precisions estimation (RMS) Precisions achieved ± 3 μm to ± 8 μm, depending on configuration Project RMS X (μm) RMS Y (μm) RMS Z (μm) Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration /09/2018 Servet Lapardhaja 17 Finding of homologous

18 2. Development of algorithm Finding of homologous non-coded Decoding can not be applied to find homologous points Application of collinearity equations with least squares Intersections among all combinations of uncoded are tried Homologous points are found, if the intersection precision is higher than 50 μm on each component Input parameters Image pretreatment & binarization detection Decoding of encoded Bundle adjustment & calibration Finding of homologous 28/09/2018 Servet Lapardhaja 18

19 3. Usage of the LGC2 LGC2 input file creation & adjustment Integration of the 2D wire and target s Correct image coordinates from distortion Format of s into observations for LGC2 (UVEC unity vector) Extraction of parameters of the exterior orientation from AICON camera calibration and format them Creation of FRAMEs for each camera (photo) and the wire Computation of final coordinates for points on the wire and the Calculation of precision LGC2 input file creation & adjustment Offset 28/09/2018 Servet Lapardhaja 19

20 3. Usage of the LGC2 LGC2 input file creation & adjustment Unity vectors LGC2 input file creation & adjustment Offset r = x 2 + y 2 + z 2, i = x r, j = y r, k = z r Approximate object coordinates s: Bundle adjustment report Wire points: Intersection of planes (creation of line-wire) and rays from projection center precision ±7.0 μm /m Wire precision ±6.5 μm /m (for the LHC projects ~1m distance) 28/09/2018 Servet Lapardhaja 20

21 4. Offsets calculation Ten project tests were done at the LHC, where photos were captured for each project. LGC2 input file creation & adjustment Offset Camera specifications Nikon D3X 28MM AICON Metric Lens Flash 1/8 with diffusion plate on and flash of large angle ISO 320 Aperture 11 Exposure time 1/125 28/09/2018 Servet Lapardhaja 21

22 4. Offsets calculation Offsets can be distinguished to radial and vertical LGC2 input file creation & adjustment Offset 3D offset distances were calculated due to the lack of inclinometers for the link to the gravity with precision The idea is to create a panel which will have a certain number of cameras and will be carried on the survey train in order to do the offset s. Four configurations were tested. A B C D 28/09/2018 Servet Lapardhaja 22

23 σd (mm) 4. Offsets calculation Precision of the 3D offset distance for the various configurations 4 cameras configuration provides significant gain in precision compared to 3 cameras and equivalent precision with 5 and 6 cameras Precision of the 3D offset distance with respect to a stretched wire at a level of ±15 μm to ±20 μm for the fiducials Fiducial on the bar Fiducial Front point on the bar Back point on the bar LGC2 input file creation & adjustment Offset 3 photos 4 photos 5 photos 6 photos All photos 28/09/2018 Servet Lapardhaja 23

24 5. Conclusions Offset s by photogrammetry are promising due to: Automation of the and absence of the human factor Simultaneous of the stretched wires and fiducials Reliable target detection and decoding Precision of the image s for the in 2D at a level of ± 0.03 pixel up to ± 0.05 pixel Typical residuals in the object space for the and the wire are smaller than 10 µm at 1.0 m distance Precision of 3D offset distance ±15 μm to ±20 μm 28/09/2018 Servet Lapardhaja 24

25 6. Outlook Future developments: Creation of a panel which will include 4 cameras with a base of m and mounted on the survey train Installation of 2 precise bi-directional inclinometers for the link to the gravity Upgrade of the Collimator survey train Distinguish after the link to the gravity, the 3D offset distance to radial and vertical offsets Development of a blunder detection at the LGC2 Development of a more sophisticated way of intersections to find homologous points for large number of non-coded 28/09/2018 Servet Lapardhaja 25

26 Thank you for your attention

27 Back-up slides

28 Range Area (pixels 2 )

29 Inner + relative orientation, AICON bundle adjustment Detection and of wire in 2D Detection and of points in 2D Intersection of multiple planes and lines in LGC2 Approx. Wire position, conversion to LGC2 format Decoding of coded, homologous points

30

31 Sub-pixel edge detection (Trujillo-Pino et al., 2013): Usage of intensity values I 0 and I 1 at the edge Estimation of edge by a second order curve y = a + bx + cx 2 Windows of 5 x 3 pixels Output data: x, y coordinates of the edge Normal vector N The intensities I o and I 1 on both sides The curvature K

Centre for Digital Image Measurement and Analysis, School of Engineering, City University, Northampton Square, London, ECIV OHB

Centre for Digital Image Measurement and Analysis, School of Engineering, City University, Northampton Square, London, ECIV OHB HIGH ACCURACY 3-D MEASUREMENT USING MULTIPLE CAMERA VIEWS T.A. Clarke, T.J. Ellis, & S. Robson. High accuracy measurement of industrially produced objects is becoming increasingly important. The techniques

More information

STRAIGHT LINE REFERENCE SYSTEM STATUS REPORT ON POISSON SYSTEM CALIBRATION

STRAIGHT LINE REFERENCE SYSTEM STATUS REPORT ON POISSON SYSTEM CALIBRATION STRAIGHT LINE REFERENCE SYSTEM STATUS REPORT ON POISSON SYSTEM CALIBRATION C. Schwalm, DESY, Hamburg, Germany Abstract For the Alignment of the European XFEL, a Straight Line Reference System will be used

More information

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 23 November 2001 Two-camera stations are located at the ends of a base, which are 191.46m long, measured horizontally. Photographs

More information

Chapters 1 7: Overview

Chapters 1 7: Overview Chapters 1 7: Overview Chapter 1: Introduction Chapters 2 4: Data acquisition Chapters 5 7: Data manipulation Chapter 5: Vertical imagery Chapter 6: Image coordinate measurements and refinements Chapter

More information

Photogrammetry: DTM Extraction & Editing

Photogrammetry: DTM Extraction & Editing Photogrammetry: DTM Extraction & Editing Review of terms Vertical aerial photograph Perspective center Exposure station Fiducial marks Principle point Air base (Exposure Station) Digital Photogrammetry:

More information

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA Trimble VISION Ken Joyce Martin Koehler Michael Vogel Trimble Engineering and Construction Group Westminster, Colorado, USA April 2012 Trimble Engineering & Construction Group, 5475 Kellenburger Road,

More information

Applications of Piezo Actuators for Space Instrument Optical Alignment

Applications of Piezo Actuators for Space Instrument Optical Alignment Year 4 University of Birmingham Presentation Applications of Piezo Actuators for Space Instrument Optical Alignment Michelle Louise Antonik 520689 Supervisor: Prof. B. Swinyard Outline of Presentation

More information

DESIGN AND TESTING OF MATHEMATICAL MODELS FOR A FULL-SPHERICAL CAMERA ON THE BASIS OF A ROTATING LINEAR ARRAY SENSOR AND A FISHEYE LENS

DESIGN AND TESTING OF MATHEMATICAL MODELS FOR A FULL-SPHERICAL CAMERA ON THE BASIS OF A ROTATING LINEAR ARRAY SENSOR AND A FISHEYE LENS DESIGN AND TESTING OF MATHEMATICAL MODELS FOR A FULL-SPHERICAL CAMERA ON THE BASIS OF A ROTATING LINEAR ARRAY SENSOR AND A FISHEYE LENS Danilo SCHNEIDER, Ellen SCHWALBE Institute of Photogrammetry and

More information

Exterior Orientation Parameters

Exterior Orientation Parameters Exterior Orientation Parameters PERS 12/2001 pp 1321-1332 Karsten Jacobsen, Institute for Photogrammetry and GeoInformation, University of Hannover, Germany The georeference of any photogrammetric product

More information

OMC Camera Calibration Software Guide. Version March 2001

OMC Camera Calibration Software Guide. Version March 2001 OMC Camera Calibration Software Guide Version 2.21 March 2001 Copyright OMC 2000-2001 Page 1 Table of contents Cover page 1 Table of contents 2 1. Introduction 3 2. The physical model used in camera calibration

More information

dq dt I = Irradiance or Light Intensity is Flux Φ per area A (W/m 2 ) Φ =

dq dt I = Irradiance or Light Intensity is Flux Φ per area A (W/m 2 ) Φ = Radiometry (From Intro to Optics, Pedrotti -4) Radiometry is measurement of Emag radiation (light) Consider a small spherical source Total energy radiating from the body over some time is Q total Radiant

More information

Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point Auxiliary Orientation

Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point Auxiliary Orientation 2016 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-8-0 Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point

More information

Implemented by Valsamis Douskos Laboratoty of Photogrammetry, Dept. of Surveying, National Tehnical University of Athens

Implemented by Valsamis Douskos Laboratoty of Photogrammetry, Dept. of Surveying, National Tehnical University of Athens An open-source toolbox in Matlab for fully automatic calibration of close-range digital cameras based on images of chess-boards FAUCCAL (Fully Automatic Camera Calibration) Implemented by Valsamis Douskos

More information

ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW

ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW Thorsten Thormählen, Hellward Broszio, Ingolf Wassermann thormae@tnt.uni-hannover.de University of Hannover, Information Technology Laboratory,

More information

Robotics - Projective Geometry and Camera model. Marcello Restelli

Robotics - Projective Geometry and Camera model. Marcello Restelli Robotics - Projective Geometr and Camera model Marcello Restelli marcello.restelli@polimi.it Dipartimento di Elettronica, Informazione e Bioingegneria Politecnico di Milano Ma 2013 Inspired from Matteo

More information

Chapters 1-4: Summary

Chapters 1-4: Summary Chapters 1-4: Summary So far, we have been investigating the image acquisition process. Chapter 1: General introduction Chapter 2: Radiation source and properties Chapter 3: Radiation interaction with

More information

Massachusetts Institute of Technology Department of Computer Science and Electrical Engineering 6.801/6.866 Machine Vision QUIZ II

Massachusetts Institute of Technology Department of Computer Science and Electrical Engineering 6.801/6.866 Machine Vision QUIZ II Massachusetts Institute of Technology Department of Computer Science and Electrical Engineering 6.801/6.866 Machine Vision QUIZ II Handed out: 001 Nov. 30th Due on: 001 Dec. 10th Problem 1: (a (b Interior

More information

Camera Projection Models We will introduce different camera projection models that relate the location of an image point to the coordinates of the

Camera Projection Models We will introduce different camera projection models that relate the location of an image point to the coordinates of the Camera Projection Models We will introduce different camera projection models that relate the location of an image point to the coordinates of the corresponding 3D points. The projection models include:

More information

AUTOMATED CALIBRATION TECHNIQUE FOR PHOTOGRAMMETRIC SYSTEM BASED ON A MULTI-MEDIA PROJECTOR AND A CCD CAMERA

AUTOMATED CALIBRATION TECHNIQUE FOR PHOTOGRAMMETRIC SYSTEM BASED ON A MULTI-MEDIA PROJECTOR AND A CCD CAMERA AUTOMATED CALIBRATION TECHNIQUE FOR PHOTOGRAMMETRIC SYSTEM BASED ON A MULTI-MEDIA PROJECTOR AND A CCD CAMERA V. A. Knyaz * GosNIIAS, State Research Institute of Aviation System, 539 Moscow, Russia knyaz@gosniias.ru

More information

Chapter 1: Overview. Photogrammetry: Introduction & Applications Photogrammetric tools:

Chapter 1: Overview. Photogrammetry: Introduction & Applications Photogrammetric tools: Chapter 1: Overview Photogrammetry: Introduction & Applications Photogrammetric tools: Rotation matrices Photogrammetric point positioning Photogrammetric bundle adjustment This chapter will cover the

More information

Comparative Study of ROI Extraction of Palmprint

Comparative Study of ROI Extraction of Palmprint 251 Comparative Study of ROI Extraction of Palmprint 1 Milind E. Rane, 2 Umesh S Bhadade 1,2 SSBT COE&T, North Maharashtra University Jalgaon, India Abstract - The Palmprint region segmentation is an important

More information

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993 Camera Calibration for Video See-Through Head-Mounted Display Mike Bajura July 7, 1993 Abstract This report describes a method for computing the parameters needed to model a television camera for video

More information

CV: 3D to 2D mathematics. Perspective transformation; camera calibration; stereo computation; and more

CV: 3D to 2D mathematics. Perspective transformation; camera calibration; stereo computation; and more CV: 3D to 2D mathematics Perspective transformation; camera calibration; stereo computation; and more Roadmap of topics n Review perspective transformation n Camera calibration n Stereo methods n Structured

More information

Mu lt i s p e c t r a l

Mu lt i s p e c t r a l Viewing Angle Analyser Revolutionary system for full spectral and polarization measurement in the entire viewing angle EZContrastMS80 & EZContrastMS88 ADVANCED LIGHT ANALYSIS by Field iris Fourier plane

More information

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

dq dt I = Irradiance or Light Intensity is Flux Φ per area A (W/m 2 ) Φ =

dq dt I = Irradiance or Light Intensity is Flux Φ per area A (W/m 2 ) Φ = Radiometry (From Intro to Optics, Pedrotti -4) Radiometry is measurement of Emag radiation (light) Consider a small spherical source Total energy radiating from the body over some time is Q total Radiant

More information

Elements of Analytical Photogrammetry

Elements of Analytical Photogrammetry Chapter 5 Elements of Analytical hotogrammetry 5.1 Introduction, Concept of Image and Object Space hotogrammetry is the science of obtaining reliable information about objects and of measuring and interpreting

More information

Photogrammetry: DTM Extraction & Editing

Photogrammetry: DTM Extraction & Editing Photogrammetry: DTM Extraction & Editing How can one determine the x, y, and z of a location? Approaches to DTM Extraction Ground surveying Digitized topographic maps Traditional photogrammetry Hardcopy

More information

DTU M.SC. - COURSE EXAM Revised Edition

DTU M.SC. - COURSE EXAM Revised Edition Written test, 16 th of December 1999. Course name : 04250 - Digital Image Analysis Aids allowed : All usual aids Weighting : All questions are equally weighed. Name :...................................................

More information

IMAGE ACQUISITION FOR DIGITAL PHOTOGRAMMETRY USING OF THE SHELF AND METRIC CAMERAS

IMAGE ACQUISITION FOR DIGITAL PHOTOGRAMMETRY USING OF THE SHELF AND METRIC CAMERAS IMAGE ACQUISITION FOR DIGITAL PHOTOGRAMMETRY USING OF THE SHELF AND METRIC CAMERAS Günter Pomaska FH Bielefeld, University of Applied Sciences Artilleriestr. 9, D32427 Minden gp@imagefact.de, www.imagefact.de

More information

Chapters 1 9: Overview

Chapters 1 9: Overview Chapters 1 9: Overview Chapter 1: Introduction Chapters 2 4: Data acquisition Chapters 5 9: Data manipulation Chapter 5: Vertical imagery Chapter 6: Image coordinate measurements and refinements Chapters

More information

All forms of EM waves travel at the speed of light in a vacuum = 3.00 x 10 8 m/s This speed is constant in air as well

All forms of EM waves travel at the speed of light in a vacuum = 3.00 x 10 8 m/s This speed is constant in air as well Pre AP Physics Light & Optics Chapters 14-16 Light is an electromagnetic wave Electromagnetic waves: Oscillating electric and magnetic fields that are perpendicular to the direction the wave moves Difference

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

0.75x Vertical Compression

0.75x Vertical Compression FIXED LENS INSTALLATION GUIDE Patented cylindricalprism technology Phoenix Paladin Paladin DCR 1.33x Horizontal Expansion 0.75x Vertical Compression 0.80x Vertical compression Throw distance range 12 24

More information

WinCamD-LCM 1" CMOS Beam Profiling Camera, SuperSpeed USB 3.0, * nm * model-dependent

WinCamD-LCM 1 CMOS Beam Profiling Camera, SuperSpeed USB 3.0, * nm * model-dependent Datasheet WinCamD-LCM 1" CMOS Beam Profiling Camera, SuperSpeed USB 3.0, 190 1610* nm * model-dependent With an 11.3 x 11.3 mm active area, 4.2 Mpixels, 5.5 x 5.5 μm pixels, optical and electronic triggering

More information

Keywords: industrial photogrammetry, quality control, small aircraft

Keywords: industrial photogrammetry, quality control, small aircraft INVESTIGATING OFF-LINE LOW COST PHOTOGRAMMETRY APPLIED TO SMALL AIRCRAFT QULAITY CONTROL Dr M. Varshosaz, A. Amini Department of Photogrammetry and Remote Sensing, Faculty of Geodesy and Geomatics Engineering,

More information

Introduction to 3D Machine Vision

Introduction to 3D Machine Vision Introduction to 3D Machine Vision 1 Many methods for 3D machine vision Use Triangulation (Geometry) to Determine the Depth of an Object By Different Methods: Single Line Laser Scan Stereo Triangulation

More information

Surveyor Autocalibration Guide Objective Imaging Ltd.

Surveyor Autocalibration Guide Objective Imaging Ltd. Surveyor Autocalibration Guide Objective Imaging Ltd. 1 Overview The calibration in Surveyor defines a correlation between the pixel size of the camera to the samesized area of the stage measured in microns,

More information

IB-2 Polarization Practice

IB-2 Polarization Practice Name: 1. Plane-polarized light is incident normally on a polarizer which is able to rotate in the plane perpendicular to the light as shown below. In diagram 1, the intensity of the incident light is 8

More information

Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection

Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection 25 Bull. Soc. Photogr. Imag. Japan. (2015) Vol. 25 No. 2: 25 30 Original Paper Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection Norimichi Tsumura*, Kaori Baba*,

More information

Advances in Metrology for Guide Plate Analysis

Advances in Metrology for Guide Plate Analysis Advances in Metrology for Guide Plate Analysis Oxford Lasers Ltd Overview Context and motivation Latest advances: Automatic entrance hole measurement Hole shape analysis Debris detection File format We

More information

High Performance, Full-Digital Control on the LMT and KVN Telescopes

High Performance, Full-Digital Control on the LMT and KVN Telescopes High Performance, Full-Digital Control on the LMT and KVN Telescopes David R. Smith (MERLAB), alpha@merlab.com Kamal Souccar (UMass), David Gale (INAOE), F. Peter Schloerb (Umass), David Hughes (INAOE)

More information

Creating a distortion characterisation dataset for visual band cameras using fiducial markers.

Creating a distortion characterisation dataset for visual band cameras using fiducial markers. Creating a distortion characterisation dataset for visual band cameras using fiducial markers. Robert Jermy Council for Scientific and Industrial Research Email: rjermy@csir.co.za Jason de Villiers Council

More information

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras Chapters 1 5 Chapter 1: Photogrammetry: Definition, introduction, and applications Chapters 2 4: Electro-magnetic radiation Optics Film development and digital cameras Chapter 5: Vertical imagery: Definitions,

More information

TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY

TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY TABLE OF CONTENTS PRODUCT DESCRIPTION VISUALIZATION OPTIONS MEASUREMENT OPTIONS SINGLE MEASUREMENT / TIME SERIES BEAM STABILITY POINTING STABILITY BEAM QUALITY M 2 BEAM WIDTH METHODS SHORT VERSION OVERVIEW

More information

COMPARATIVE ANALYSIS OF ALTERNATIVE IN-DOOR CALIBRATION TECHNIQUES FOR OFF-THE-SHELF DIGITAL CAMERAS INTRODUCTION

COMPARATIVE ANALYSIS OF ALTERNATIVE IN-DOOR CALIBRATION TECHNIQUES FOR OFF-THE-SHELF DIGITAL CAMERAS INTRODUCTION COMPARATIVE ANALYSIS OF ALTERNATIVE IN-DOOR CALIBRATION TECHNIQUES FOR OFF-THE-SHELF DIGITAL CAMERAS Ivan Detchev, Axel Ebeling, Ayman Habib Department of Geomatics Engineering, University of Calgary,

More information

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION Mohamed Ibrahim Zahran Associate Professor of Surveying and Photogrammetry Faculty of Engineering at Shoubra, Benha University ABSTRACT This research addresses

More information

Simplified model of ray propagation and outcoupling in TFs.

Simplified model of ray propagation and outcoupling in TFs. Supplementary Figure 1 Simplified model of ray propagation and outcoupling in TFs. After total reflection at the core boundary with an angle α, a ray entering the taper (blue line) hits the taper sidewalls

More information

Optics Vac Work MT 2008

Optics Vac Work MT 2008 Optics Vac Work MT 2008 1. Explain what is meant by the Fraunhofer condition for diffraction. [4] An aperture lies in the plane z = 0 and has amplitude transmission function T(y) independent of x. It is

More information

ACCURACY ANALYSIS FOR NEW CLOSE-RANGE PHOTOGRAMMETRIC SYSTEMS

ACCURACY ANALYSIS FOR NEW CLOSE-RANGE PHOTOGRAMMETRIC SYSTEMS ACCURACY ANALYSIS FOR NEW CLOSE-RANGE PHOTOGRAMMETRIC SYSTEMS Dr. Mahmoud El-Nokrashy O. ALI Prof. of Photogrammetry, Civil Eng. Al Azhar University, Cairo, Egypt m_ali@starnet.com.eg Dr. Mohamed Ashraf

More information

Homogeneous Coordinates. Lecture18: Camera Models. Representation of Line and Point in 2D. Cross Product. Overall scaling is NOT important.

Homogeneous Coordinates. Lecture18: Camera Models. Representation of Line and Point in 2D. Cross Product. Overall scaling is NOT important. Homogeneous Coordinates Overall scaling is NOT important. CSED44:Introduction to Computer Vision (207F) Lecture8: Camera Models Bohyung Han CSE, POSTECH bhhan@postech.ac.kr (",, ) ()", ), )) ) 0 It is

More information

Low-Cost Orthophoto Production Using OrthoMapper Software

Low-Cost Orthophoto Production Using OrthoMapper Software Low-Cost Orthophoto Production Using OrthoMapper Software Rick Day Penn State Cooperative Extension, Geospatial Technology Program, RGIS-Chesapeake Air Photos Historical air photos are available from a

More information

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras Chapters 1 5 Chapter 1: Photogrammetry: Definition, introduction, and applications Chapters 2 4: Electro-magnetic radiation Optics Film development and digital cameras Chapter 5: Vertical imagery: Definitions,

More information

AN AUTOMATIC TECHNIQUE FOR ACCURATE NON-CONTACT STRUCTURAL DEFORMATION MEASUREMENTS

AN AUTOMATIC TECHNIQUE FOR ACCURATE NON-CONTACT STRUCTURAL DEFORMATION MEASUREMENTS ISPRS Commission V Symposium 'Image Engineering and Vision Metrology' AN AUTOMATIC TECHNIQUE FOR ACCURATE NON-CONTACT STRUCTURAL DEFORMATION MEASUREMENTS C. Psaltis, C. Ioannidis Laboratory of Photogrammetry,

More information

Digital Image Correlation of Stereoscopic Images for Radial Metrology

Digital Image Correlation of Stereoscopic Images for Radial Metrology Digital Image Correlation of Stereoscopic Images for Radial Metrology John A. Gilbert Professor of Mechanical Engineering University of Alabama in Huntsville Huntsville, AL 35899 Donald R. Matthys Professor

More information

HOUGH TRANSFORM FOR INTERIOR ORIENTATION IN DIGITAL PHOTOGRAMMETRY

HOUGH TRANSFORM FOR INTERIOR ORIENTATION IN DIGITAL PHOTOGRAMMETRY HOUGH TRANSFORM FOR INTERIOR ORIENTATION IN DIGITAL PHOTOGRAMMETRY Sohn, Hong-Gyoo, Yun, Kong-Hyun Yonsei University, Korea Department of Civil Engineering sohn1@yonsei.ac.kr ykh1207@yonsei.ac.kr Yu, Kiyun

More information

3DM Analyst 2.1 Trial at BMA Coal s Goonyella Mine. 10th March, 2004

3DM Analyst 2.1 Trial at BMA Coal s Goonyella Mine. 10th March, 2004 at BMA Coal s Goonyella Mine Trial Overview 10th March, 2004 The purpose of this trial was to demonstrate the suitability of ADAM Technology s 3DM Analyst product for pit wall mapping and geotechnical

More information

Rigid Body Motion and Image Formation. Jana Kosecka, CS 482

Rigid Body Motion and Image Formation. Jana Kosecka, CS 482 Rigid Body Motion and Image Formation Jana Kosecka, CS 482 A free vector is defined by a pair of points : Coordinates of the vector : 1 3D Rotation of Points Euler angles Rotation Matrices in 3D 3 by 3

More information

ADS40 Calibration & Verification Process. Udo Tempelmann*, Ludger Hinsken**, Utz Recke*

ADS40 Calibration & Verification Process. Udo Tempelmann*, Ludger Hinsken**, Utz Recke* ADS40 Calibration & Verification Process Udo Tempelmann*, Ludger Hinsken**, Utz Recke* *Leica Geosystems GIS & Mapping GmbH, Switzerland **Ludger Hinsken, Author of ORIMA, Konstanz, Germany Keywords: ADS40,

More information

ratio of the volume under the 2D MTF of a lens to the volume under the 2D MTF of a diffraction limited

ratio of the volume under the 2D MTF of a lens to the volume under the 2D MTF of a diffraction limited SUPPLEMENTARY FIGURES.9 Strehl ratio (a.u.).5 Singlet Doublet 2 Incident angle (degree) 3 Supplementary Figure. Strehl ratio of the singlet and doublet metasurface lenses. Strehl ratio is the ratio of

More information

25 The vibration spiral

25 The vibration spiral 25 The vibration spiral Contents 25.1 The vibration spiral 25.1.1 Zone Plates............................... 10 25.1.2 Circular obstacle and Poisson spot.................. 13 Keywords: Fresnel Diffraction,

More information

Introduction.

Introduction. Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction TEMA Automotive is the world leading system

More information

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space:

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space: Three-Dimensional Coordinate Systems The plane is a two-dimensional coordinate system in the sense that any point in the plane can be uniquely described using two coordinates (usually x and y, but we have

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Image Formation. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania

Image Formation. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania Image Formation Antonino Furnari Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania furnari@dmi.unict.it 18/03/2014 Outline Introduction; Geometric Primitives

More information

Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection

Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection Simulating Gloss of Curved Paper by Using the Point Spread Function of Specular Reflection Norimichi Tsumura*, Kaori Baba*, and Shinichi Inoue** *Department of Information and Image Sciences, Chiba University,

More information

AUTOMATIC IMAGE ORIENTATION BY USING GIS DATA

AUTOMATIC IMAGE ORIENTATION BY USING GIS DATA AUTOMATIC IMAGE ORIENTATION BY USING GIS DATA Jeffrey J. SHAN Geomatics Engineering, School of Civil Engineering Purdue University IN 47907-1284, West Lafayette, U.S.A. jshan@ecn.purdue.edu Working Group

More information

EPIPOLAR IMAGES FOR CLOSE RANGE APPLICATIONS

EPIPOLAR IMAGES FOR CLOSE RANGE APPLICATIONS EPIPOLAR IMAGES FOR CLOSE RANGE APPLICATIONS Vassilios TSIOUKAS, Efstratios STYLIANIDIS, Petros PATIAS The Aristotle University of Thessaloniki, Department of Cadastre Photogrammetry and Cartography Univ.

More information

Newest Technologies for Compact Aerial Survey Cameras

Newest Technologies for Compact Aerial Survey Cameras Newest Technologies for Compact Aerial Survey Cameras Tobias Tölg CEO t.toelg@rollei-metric.com RolleiMetric Systempartner of - Rollei Metric GmbH - AIC History and Present - AICxN - Conclusion and Prospects

More information

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang Extracting Layers and Recognizing Features for Automatic Map Understanding Yao-Yi Chiang 0 Outline Introduction/ Problem Motivation Map Processing Overview Map Decomposition Feature Recognition Discussion

More information

Phototriangulation Introduction

Phototriangulation Introduction Introduction Photogrammetry aims to the reconstruction of the 3D object-space from the 2D image-space, thus leading to the computation of reliable, indirect measurements of 3D coordinates in the object-space

More information

HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT -

HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT - HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT - A. Herty, J. Albert 1 Deutsches Elektronen-Synchrotron DESY, Hamburg, Germany with international partners * 1. INTRODUCTION

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45 : Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ) Chapter 10: Parametric Equations

More information

6. Rectification 2 hours

6. Rectification 2 hours Lecture 6-1 - 11/2/2003 Concept Hell/Pfeiffer February 2003 6. ectification 2 hours Aim: Principles for rectification Theory: Indirect rectification in digital image processing Methods of rectification

More information

Figure 1: Derivation of Bragg s Law

Figure 1: Derivation of Bragg s Law What is Bragg s Law and why is it Important? Bragg s law refers to a simple equation derived by English physicists Sir W. H. Bragg and his son Sir W. L. Bragg in 1913. This equation explains why the faces

More information

Refraction and Polarization of Light

Refraction and Polarization of Light Chapter 9 Refraction and Polarization of Light Name: Lab Partner: Section: 9.1 Purpose The purpose of this experiment is to demonstrate several consequences of the fact that materials have di erent indexes

More information

Autonomous Vehicle Navigation Using Stereoscopic Imaging

Autonomous Vehicle Navigation Using Stereoscopic Imaging Autonomous Vehicle Navigation Using Stereoscopic Imaging Project Proposal By: Beach Wlaznik Advisors: Dr. Huggins Dr. Stewart December 7, 2006 I. Introduction The objective of the Autonomous Vehicle Navigation

More information

GEOMETRIC STEREO CAMERA CALIBRATION WITH DIFFRACTIVE OPTICAL ELEMENTS

GEOMETRIC STEREO CAMERA CALIBRATION WITH DIFFRACTIVE OPTICAL ELEMENTS GEOMETRIC STEREO CAMERA CALIBRATION WITH DIFFRACTIVE OPTICAL ELEMENTS Denis Grießbach, Martin Bauer, Martin Scheele, Andreas Hermerschmidt, Sven Krüger German Aerospace Center (DLR) Institute of Robotics

More information

NAME :... Signature :... Desk no. :... Question Answer

NAME :... Signature :... Desk no. :... Question Answer Written test Tuesday 19th of December 2000. Aids allowed : All usual aids Weighting : All questions are equally weighted. NAME :................................................... Signature :...................................................

More information

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution.

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution. Spectrographs C A Griffith, Class Notes, PTYS 521, 2016 Not for distribution 1 Spectrographs and their characteristics A spectrograph is an instrument that disperses light into a frequency spectrum, which

More information

Part 1: Plane Mirrors!

Part 1: Plane Mirrors! Algodoo Optics Part 1: Plane Mirrors This activity will model, using Algodoo, the mirror lab experiment from class. With a physical model, students are asked to look into the mirror from two different

More information

FIDUCIAL BASED POSE ESTIMATION ADEWOLE AYOADE ALEX YEARSLEY

FIDUCIAL BASED POSE ESTIMATION ADEWOLE AYOADE ALEX YEARSLEY FIDUCIAL BASED POSE ESTIMATION ADEWOLE AYOADE ALEX YEARSLEY OVERVIEW Objective Motivation Previous Work Methods Target Recognition Target Identification Pose Estimation Testing Results Demonstration Conclusion

More information

3D Sensing and Reconstruction Readings: Ch 12: , Ch 13: ,

3D Sensing and Reconstruction Readings: Ch 12: , Ch 13: , 3D Sensing and Reconstruction Readings: Ch 12: 12.5-6, Ch 13: 13.1-3, 13.9.4 Perspective Geometry Camera Model Stereo Triangulation 3D Reconstruction by Space Carving 3D Shape from X means getting 3D coordinates

More information

Geometrical Measurements of the TEC Elements

Geometrical Measurements of the TEC Elements A.Ostaptchouk, D.Pandoulas, S.Schael, R.Siedling I. Physikalisches Institut, RWTH-Aachen Goals internal survey external survey LINK calibration Means 3D CMM Cosmics Geodesy Procedure Conclusions Talk presented

More information

Beam Profilier - Beamage 3.0

Beam Profilier - Beamage 3.0 Profilier - age 3.0 KEY FEATURES High resolution (160x120 points) 2.2 MPixels resolution gives accurate profile measurements on very small beams Large Area The 11.3 x 6.0 mm sensor allows to measure very

More information

Exp No.(9) Polarization by reflection

Exp No.(9) Polarization by reflection Exp No.(9) Polarization by reflection Figure 1: Experimental arrangement Object: Study reflection of polarized light from a glass plate Equipment: Sodium lamp, collimating lens, Mirror at 56.3 normal,

More information

Smartphone Video Guidance Sensor for Small Satellites

Smartphone Video Guidance Sensor for Small Satellites SSC13-I-7 Smartphone Video Guidance Sensor for Small Satellites Christopher Becker, Richard Howard, John Rakoczy NASA Marshall Space Flight Center Mail Stop EV42, Huntsville, AL 35812; 256-544-0114 christophermbecker@nasagov

More information

LAS extrabytes implementation in RIEGL software WHITEPAPER

LAS extrabytes implementation in RIEGL software WHITEPAPER in RIEGL software WHITEPAPER _ Author: RIEGL Laser Measurement Systems GmbH Date: May 25, 2012 Status: Release Pages: 13 All rights are reserved in the event of the grant or the registration of a utility

More information

Refraction and Polarization of Light

Refraction and Polarization of Light Chapter 9 Refraction and Polarization of Light Name: Lab Partner: Section: 9.1 Purpose The purpose of this experiment is to demonstrate several consequences of the fact that materials have di erent indexes

More information

Developments in Dimensional Metrology in X-ray Computed Tomography at NPL

Developments in Dimensional Metrology in X-ray Computed Tomography at NPL Developments in Dimensional Metrology in X-ray Computed Tomography at NPL Wenjuan Sun and Stephen Brown 10 th May 2016 1 Possible factors influencing XCT measurements Components Influencing variables Possible

More information

Tutorial Solutions. 10 Holographic Applications Holographic Zone-Plate

Tutorial Solutions. 10 Holographic Applications Holographic Zone-Plate 10 Holographic Applications 10.1 Holographic Zone-Plate Tutorial Solutions Show that if the intensity pattern for on on-axis holographic lens is recorded in lithographic film, then a one-plate results.

More information

DESIGN AND EVALUATION OF A PHOTOGRAMMETRIC 3D SURFACE SCANNER

DESIGN AND EVALUATION OF A PHOTOGRAMMETRIC 3D SURFACE SCANNER DESIGN AND EVALUATION OF A PHOTOGRAMMETRIC 3D SURFACE SCANNER A. Prokos 1, G. Karras 1, L. Grammatikopoulos 2 1 Department of Surveying, National Technical University of Athens (NTUA), GR-15780 Athens,

More information

Paraxial into real surfaces

Paraxial into real surfaces Paraxial into real surfaces Curvature, Radius Power lens and mirrors lens maker equation mirror and lens in contact Principle planes Real Surfaces Refractive via Fermat s Principle Calculate optical path

More information

3D MODELING OF HIGH RELIEF SCULPTURE USING IMAGE BASED INTEGRATED MEASUREMENT SYSTEM

3D MODELING OF HIGH RELIEF SCULPTURE USING IMAGE BASED INTEGRATED MEASUREMENT SYSTEM 3D MODELING OF IG RELIEF SCULPTURE USING IMAGE BASED INTEGRATED MEASUREMENT SYSTEM T. Ohdake a, *,. Chikatsu a a Tokyo Denki Univ., Dept. of Civil and Environmental Engineering, 35-394 atoyama, Saitama,

More information

ISO INTERNATIONAL STANDARD. Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée

ISO INTERNATIONAL STANDARD. Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée INTERNATIONAL STANDARD ISO 19980 First edition 2005-08-15 Ophthalmic instruments Corneal topographers Instruments ophtalmiques Topographes de la cornée Reference number ISO 2005 Provläsningsexemplar /

More information

UNIVERSITY OF TORONTO Faculty of Applied Science and Engineering. ROB501H1 F: Computer Vision for Robotics. Midterm Examination.

UNIVERSITY OF TORONTO Faculty of Applied Science and Engineering. ROB501H1 F: Computer Vision for Robotics. Midterm Examination. UNIVERSITY OF TORONTO Faculty of Applied Science and Engineering ROB501H1 F: Computer Vision for Robotics October 26, 2016 Student Name: Student Number: Instructions: 1. Attempt all questions. 2. The value

More information

Formulas of possible interest

Formulas of possible interest Name: PHYS 3410/6750: Modern Optics Final Exam Thursday 15 December 2011 Prof. Bolton No books, calculators, notes, etc. Formulas of possible interest I = ɛ 0 c E 2 T = 1 2 ɛ 0cE 2 0 E γ = hν γ n = c/v

More information

High Precision Lens Mounting

High Precision Lens Mounting High Precision Lens Mounting APOMA Tucson Tech Workshop, 10-11 November, 2016 Presentation by Frédéric Lamontagne Institut national d optique (INO) Québec City, Canada 2016 Outline 1. Review of common

More information

5 member consortium o University of Strathclyde o Wideblue o National Nuclear Laboratory o Sellafield Ltd o Inspectahire

5 member consortium o University of Strathclyde o Wideblue o National Nuclear Laboratory o Sellafield Ltd o Inspectahire 3 year, 1.24M Innovate UK funded Collaborative Research and Development Project (Nuclear Call) o Commenced April 2015 o Follows on from a successful 6 month Innovate UK funded feasibility study 2013-2014

More information

Polarization of Light

Polarization of Light Polarization of Light Introduction Light, viewed classically, is a transverse electromagnetic wave. Namely, the underlying oscillation (in this case oscillating electric and magnetic fields) is along directions

More information