Towards Hardware Accelerated Rectification of High Speed Stereo Image Streams

Total Page:16

File Type:pdf, Size:1020Kb

Towards Hardware Accelerated Rectification of High Speed Stereo Image Streams M¨alardalenUniversity School of Innovation Design and Engineering V¨aster˚as,Sweden Thesis for the Degree of Master of Science with Specialization in Embedded Systems - 30.0 credits TOWARDS HARDWARE ACCELERATED RECTIFICATION OF HIGH SPEED STEREO IMAGE STREAMS Sudhangathan Bankarusamy [email protected] Examiner: Mikael Ekstr¨om M¨alardalenUniversity, V¨aster˚as,Sweden Supervisor: Carl Ahlberg M¨alardalenUniversity, V¨aster˚as,Sweden November 19, 2017 M¨alardalenUniversity Master Thesis Abstract The process of combining two views of a scene in order to obtain depth information is called stereo vision. When the same is done using a computer it is then called computer stereo vision. Stereo vision is used in robotic application where depth of an object plays a role. Two cameras mounted on a rig is called a stereo camera system. Such a system is able to capture two views and enable robotic application to use the depth information to complete tasks. Anomalies are bound to occur in such a stereo rig, when both the cameras are not parallel to each other. Mounting of the cameras on a rig accurately has physical alignment limitations. Images taken from such a rig has inaccurate depth information and has to be rectified. Therefore rectification is a pre-requisite to computer stereo vision. One such a stereo rig used in this thesis is the GIMME2 stereo camera system. The system has two 10 mega-pixel cameras with on-board FPGA, RAM, processor running Linux operating system, multiple Ethernet ports and an SD card feature amongst others. Stereo rectification on memory constrained hardware is a challenging task as the process itself requires both the images to be stored in the memory. The FPGA on the GIMME2 systems must be used in order to achieve the best possible speed. Programming a system that does not have a display and for used for a specific purpose is called embedded programming. The purpose of this system is distance estimation and working with such a system falls in the Embedded Systems program. This thesis presents a method that makes rectification a step ahead for this particular system. The functionality of the algorithm is shown in MATLAB and using VHDL and is compared to available tools and systems. 1 M¨alardalenUniversity Master Thesis Table of Contents 1 Introduction 3 1.1 Camera parameters....................................4 2 Problem Formulation7 3 Related Work 7 3.1 Advantages and Disadvantages.............................8 4 Proposed Method9 4.1 Project Work-flow.................................... 10 5 Stereo Camera Calibration 11 6 MATLAB Implementation 12 6.1 Rectification........................................ 12 6.2 Analytics......................................... 14 6.3 Conclusion........................................ 15 7 VHDL Implementation 16 7.1 Conclusion........................................ 17 8 Results 18 9 Conclusion 24 10 Future Work 25 References 26 Appendices 34 2 M¨alardalenUniversity Master Thesis 1 Introduction In stereo vision systems, extracting depth information accurately is a common and challenging task. Stereo vision has many applications in the autonomous domain. This includes navigation, object detection, surveillance, medical applications, virtual reality and so on. An important preprocessing step to stereo matching is rectification. Rectification consists of aligning the image points in both the left and right images to a common global plane. The geometry of stereo vision is called epipolar geometry. Figure1 represents the the most important terminologies of epipolar geometry. The lines that are formed by the intersection of the two camera image projection planes with the epipolar planes are called the epipolar lines. Figure2 shows image rectification terminologies. In stereo rectification the images are transformed so that epipolar lines are merged along with horizontal scan lines of the image. Rectified images are easier to be processed by the stereo vision applications [1,2], than the unrectified images, since they will have to only search laterally to find the matching points to estimate the disparity, based on which distance to the object can be calculated. The distance formula based on the disparity is: f:B Z = (1) d where Z is the distance from base line along the camera axis in meters, f is the focal length in meters, B distance between the two cameras in meters and d disparity in meters. In stereo camera systems, sources of errors arise due to the fixed parameter design of the geometry of the cameras. Parameters such as rotation of the cameras, centers of the lenses, focal lengths give rise to errors. Good stereo vision becomes increasingly difficult if multiple sources of errors are to be handled by software applications. In modern systems where FPGAs (Field Programmable Gate Array) are included within the system, it is a natural solution to implement the most processing intensive and crucial tasks in FPGA itself, if possible, before passing the rectified images to the applications. FPGAs are re-programmable silicon chips. Programmable routing resources and pre-built logic blocks are used with such FPGAs. Implementation of custom hardware functionality can be done without having to code, write instructions or without rigging up hard wired circuits. An FPGA can be configured by the means of writing software and compiling them to bitstream which has information on how the wiring of the components in the FPGA should be done. FPGAs are fully re-configurable and take up a new form of circuitry based on the purpose. FPGAs are parallel in nature, unlike processors, meaning that tasks do not have to compete for resources. Each task is assigned a dedicated part of the chip and therefore can work without any interference from other blocks. In view of these features, FPGA adoption is on the rise across all industries. In this thesis FPGA becomes important so as to maintain very low latency between the flow of input and output pixels. The undistortion process is a crucial step in stereo image rectification, especially in case where the fish eye lenses are used or the distortion is high. Figure4 show an idea of distorted and undistorted images. Distortion parameters like skew, rotation, radial and tangential effects are considered in the undistortion process. The GIMME2 [3] board, which will be used in this thesis, uses low distortion lenses, which means there is less movement of pixel between the input and output images and therefore reducing complexity in handling large data. Working on FPGA based systems and programming a system, made for specific purpose, with- out a display, fits to be termed as an embedded system. The GIMME2 board has no on-board display and the system purpose is stereo vision and distance estimation. Therefore the GIMME2 board is an embedded system. The programming of such a system requires that memory, speed, timing issues and utilization of logical resources are part of the design, but speed and timing are not considered here as it is beyond the scope of this thesis. A system design with these characteristics fits into the Embedded Systems program. 3 M¨alardalenUniversity Master Thesis Figure 1: Epipolar Geometry [4] 1.1 Camera parameters When dealing with epipolar geometry, or the geometry of stereo vision, camera parameters which mathematically define the camera behaviour and the position of camera with respect to the outside world, becomes very important. The variables which define the camera behaviour is called the intrinsic parameters. The variables that define the position of the camera and the direction of the view is called the extrinsic parameters. These parameters are explained below. Intrinsic Parameters: 2 3 ax s u0 K = 4 0 ay v0 5 (2) 0 0 1 The intrinsic matrix, K (2), has five parameters which describes how the camera captures the images. The ax and ay variables represent the focal point in terms of pixels. Variable s, is the skew factor that relates the length and breadth of the pixels on the camera's capture plane. Variables u0 and v0 indicates the position, in terms of pixels, of the principle focal point on the captured image, which is ideally the center of the image. Extrinsic Parameters: The position of the camera with respect to the world is described by R, the rotation matrix, and T, the translation matrix. The two matrices together indicates the direction and location of one camera. Matrix (3) represents the transition matrix which can be used to obtain camera co-ordinates from world co-ordinates. Equation4 shows the mathematical expression for doing the same. 2 3 r1;1 r1;2 r1;3 t1 RT = 4r2;1 r2;2 r2;3 t25 (3) r3;1 r3;2 r3;3 t3 2 U 3 2u3 V v = K RT 6 7 (4) 4 5 6W 7 1 4 5 1 4 M¨alardalenUniversity Master Thesis Figure 2: Projections of rectified images [1] Where, U, V, W represents the 3D world co-ordinates and u, v represents the 2D camera co- ordinates. For image rectification and depth estimation purposes the world co-ordinates serves no purpose. Unit projection can be considered and that the position of the camera is also assumed to be at the origin. Therefore with T = [ 0 ], and W = 1, equation4 becomes as shown in equation5. 2 3 2 3 uu Uc 4vu 5 = K R 4Vc 5 (5) 1 1 The variables Uc and Vc, are now the 2D co-ordinates of the picture taken by the camera. Varibales uu and vu are the undistorted image co-ordinates. The intrinsic and extrinsic parame- ters are called the calibration parameters. Obtaining the calibration parameters using a checker board and rectification is explained in section4. A matrix that transforms an image is called a homography matrix, H. Matrix H is also known as the calibration matrix. In the above case, H = K [R]. Therefore equation5 becomes as shown in 2 3 2 3 uu Uc 4vu 5 = H 4Vc 5 (6) 1 1 From epipolar geometry, matrix F is called the fundamental matrix.
Recommended publications
  • A Jackal UGV 79 A.1 Main Characteristics
    POLITECNICO DI TORINO Master of Science in Mechatronic Engineering Master’s Degree Thesis GPS-based autonomous navigation of unmanned ground vehicles in precision agriculture applications Supervisor Candidate Prof. Marcello CHIABERGE Simone CERRATO October 2020 Abstract The global population is growing exponentially and the actual agricultural tech- niques and resources will not be able to feed every person on the Earth in a few years. To account for this serious problem, groups of research are focusing their attention on precision agriculture, because it looks for the improvement of the productivity and efficiency of both agricultural and farming production processes, while reducing the environmental impact, exploiting automation and robotics. The thesis aims to design and develop a solution, based on GPS, for the autonomous navigation problem in precision agriculture, using only few sensors: an Inertial Measurement Unit, a GPS receiver and a depth camera, in order to be cost effec- tive. The proposed goal has been achieved through a system of inter-operating sub-components, that have to share information and collaborate each other in order to provide a complete autonomous navigation. In particular, the main involved entities are: a localization filter, a global and a local path planning algorithms and an obstacle avoidance approach, that have been developed and can cooperate each other by means of the Robot Operating System. Eventually, the proposed solution has been tested in a simulation environment, through different possible scenarios providing good results in each of them. However, it may be considered as a starting point for future improvement in the field of autonomous navigation for precision agriculture.
    [Show full text]
  • Optimised Implementation of Dense Stereo Correspondence for Resource Limited Hardware
    Journal of Computer Science Original Research Paper Optimised Implementation of Dense Stereo Correspondence for Resource Limited Hardware 1,2 Deepambika Vadekkettathu Anirudhan and 3,4 Malangai Abdul Rahiman 1Department of ECE, Karpagam Academy of Higher Education, Coimbatore, Tamilnadu, India 2Department of ECE, LBS Institute of Technology for Women, Trivandrum, Kerala, India 3Karpagam Academy of Higher Education, Coimbatore, Tamilnadu, India 4Pro-Vice Chancellor, APJ Abdul Kalam Technological University, Trivandrum, Kerala, India Article history Abstract: Computer stereo vision is a passive sensing technique that Received: 21-06-2018 helps to recover 3D information of an environment from 2D images. Revised: 16-07-2018 The stereo correspondence is a challenging task that finds out matching Accepted: 17-10-2018 pixels between the stereo image pair based on Lambertian criteria and its result is a disparity space image. The depth of the objects from the Corresponding Author: Deepambika V.A. camera can be calculated from this disparity value by using the principle Department of ECE, LBS of triangulation. For the vision guided robot navigation, the requirement Institute of Technology for of stereo matching algorithms on low power dedicated hardware that Women, Trivandrum, Kerala, can achieve a high frame rate is unambiguous. A new, highly optimized India implementation of correlation based, Sum of Absolute Differences Email: [email protected] correspondences algorithm on a low cost resource limited FPGA is presented here. This System-on-Programmable-Chip architecture based system achieved a higher frame rate of 50 fps with 64 disparity levels without using a microprocessor. On performance evaluation, the disparity map shows a maximum error of 0.308% only.
    [Show full text]
  • Real Time Distance Calculation Using Stereo Vision Technique
    Real Time Distance Calculation using Stereo Vision Technique Session 2005-2009 Project Advisor Mr. Khan Asmar Azar Submitted by: Ahmed Tassaduq 050620-158 Aisha Ashraf 050620-128 Fatima Zehra Hassan 060820-089 Shajieuddin Hyder Khan 050620-086 Department of Electrical Engineering University of Management and Technology Real Time Distance Calculation Using Stereo Vision Technique Page i A report submitted to the Department of Electrical Engineering In partial fulfillment of the requirements for the Degree Bachelor of Science in Electrical Engineering by Ahmed Tassaduq (050620-158) Aisha Ashraf (050620-128) Fatima Zehra Hassan (060820-089) Shajieuddin Hyder Khan (050620-086) University of Management and Technology October 12, 2009 Real Time Distance Calculation Using Stereo Vision Technique Page ii CERTIFICATE OF APPROVAL It is certified that the work contained in this project report, entitled “Real Time Distance Calculation using Stereo Vision Technique” carried out by Ahmed Tassaduq (050620-158) Aisha Ashraf (050620-128) Fatima Zehra Hassan (060820-089) Shajieuddin Hyder Khan (050620-086) Under the supervision of Mr. Khan Asmar Azar for the partial fulfillment of the degree requirement of Bachelor in Electrical Engineering Approved By ________________ __________________ Dr. Aziz Bhatti Khan Asmar Azar Dean SST Project Advisor Real Time Distance Calculation Using Stereo Vision Technique Page iii Acknowledgements We truly acknowledge the cooperation and help make by our advisor Mr. Khan Asmar Azar, University of Management and Technology. He has been a constant source of guidance throughout the course of this project. We would also like to thank Mr. Saeed-ur-Rehman Turk, Government College University, Lahore for his help and guidance in understanding many important issues.
    [Show full text]
  • Real-Time Stereo Vision on Fpgas with Scenescan
    Real-Time Stereo Vision on FPGAs with SceneScan Konstantin Schauwecker1 Nerian Vision GmbH, Gutenbergstr. 77a, 70197 Stuttgart, Germany www.nerian.com Abstract We present a flexible FPGA stereo vision implementa- tion that is capable of processing up to 100 frames per second or image resolutions up to 3.4 megapixels, while consuming only 8 W of power. The implementation uses a variation of the Semi- Global Matching (SGM) algorithm, which provides superior re- sults compared to many simpler approaches. The stereo match- ing results are improved significantly through a post-processing chain that operates on the computed cost cube and the disparity map. With this implementation we have created two stand-alone hardware systems for stereo vision, called SceneScan and Scene- Scan Pro. Both systems have been developed to market maturity and are available from Nerian Vision GmbH. Keywords stereo vision, depth sensing, FPGA, semi-global arXiv:1809.07977v1 [cs.CV] 21 Sep 2018 matching 1 Introduction Computer stereo vision is one of the best researched areas in the field of computer vision. Its origins date back to the 1970s, and it has since seen significant scientific advancement. Compared to other approaches for dense depth perception – such as time-of-flight cameras or struc- tured light camera systems – stereo vision has the advantage of being a passive technology. This means that apart from the ambient light, no further active light source is required for performing measurements. Active camera systems struggle in situations with bright ambient light such as outdoors during bright sunlight. In this case, the active 2 K. Schauwecker light source can no longer provide sufficient contrast from the ambi- ent light, and hence measurements become impossible.
    [Show full text]
  • PMF: a Stereo Correspondence Algorithm Using a Disparity Gradient Limit Stephen B Pollard, John E W Mayhew and John P Frisby
    [1] PMF: A Stereo Correspondence Algorithm Using a Disparity Gradient Limit Stephen B Pollard, John E W Mayhew and John P Frisby AI Vision Research Unit, University of Sheffield, Sheffield S10 2TN, UK Reprinted, with permission of Pion Ltd, from Perception, 1985, 14, 449-470. ABSTRACT world, whereas this is not true ofincorrect matches. The value of 1 is not in itself critical - all that is required is a limit that The advantages of solving the stereo correspondence problem balances satisfactorily the competing requirements of by imposing a limit on the magnitude of allowable disparity disambiguating power and ability to deal with as wide a range gradients are examined. It is shown how the imposition of of surfaces as possible (section 2). However, we have chosen such a limit can provide a suitable balance between the twin 1 because this seems to be roughly the limit found for the requirements of disambiguating power and the ability to deal human visual system (Burt and Julesz 1980). with a wide range of surfaces. Next, the design of a very simple stereo algorithm called PMF is described. In In SUbsequent sections we describe the design and performance conjunction with certain other constraints used in many other of an algorithm called P:MFthat is based upon this constraint, stereo algorithms, P:MF employs a limit on allowable and several others that have been identified previously1. disparity gradients of 1, a value that coincides with that Finally we briefly discuss how the theory underlying PMF reported for human stereoscopic vision. The excellent relates to other computational theories of how to solve the performance of P1vIF is illustrated on a series of natural and stereo correspondence problem.
    [Show full text]
  • Computer Stereo Vision for Autonomous Driving
    Computer Stereo Vision for Autonomous Driving Rui Fan, Li Wang, Mohammud Junaid Bocus, Ioannis Pitas Abstract As an important component of autonomous systems, autonomous car perception has had a big leap with recent advances in parallel computing archi- tectures. With the use of tiny but full-feature embedded supercomputers, com- puter stereo vision has been prevalently applied in autonomous cars for depth perception. The two key aspects of computer stereo vision are speed and ac- curacy. They are both desirable but conflicting properties, as the algorithms with better disparity accuracy usually have higher computational complexity. Therefore, the main aim of developing a computer stereo vision algorithm for resource-limited hardware is to improve the trade-off between speed and accu- racy. In this chapter, we introduce both the hardware and software aspects of computer stereo vision for autonomous car systems. Then, we discuss four au- tonomous car perception tasks, including 1) visual feature detection, description and matching, 2) 3D information acquisition, 3) object detection/recognition and 4) semantic image segmentation. The principles of computer stereo vision and parallel computing on multi-threading CPU and GPU architectures are then detailed. Rui Fan UC San Diego, e-mail: [email protected] Li Wang ATG Robotics, e-mail: [email protected] Mohammud Junaid Bocus University of Bristol, e-mail: [email protected] Ioannis Pitas Aristotle University of Thessaloniki, e-mail: [email protected] 1 2 Rui Fan, Li Wang, Mohammud Junaid Bocus, Ioannis Pitas 1 Introduction Autonomous car systems enable self-driving cars to navigate in complicated environments, without any intervention of human drivers.
    [Show full text]
  • A1the Eye in Detail
    A. The Eye A1. Eye in detail EYE ANATOMY A guide to the many parts of the human eye and how they function. The ability to see is dependent on the actions of several structures in and around the eyeball. The graphic below lists many of the essential components of the eye's optical system. When you look at an object, light rays are reflected from the object to the cornea , which is where the miracle begins. The light rays are bent, refracted and focused by the cornea, lens , and vitreous . The lens' job is to make sure the rays come to a sharp focus on the retina . The resulting image on the retina is upside-down. Here at the retina, the light rays are converted to electrical impulses which are then transmitted through the optic nerve , to the brain, where the image is translated and perceived in an upright position! Think of the eye as a camera. A camera needs a lens and a film to produce an image. In the same way, the eyeball needs a lens (cornea, crystalline lens, vitreous) to refract, or focus the light and a film (retina) on which to focus the rays. If any one or more of these components is not functioning correctly, the result is a poor picture. The retina represents the film in our camera. It captures the image and sends it to the brain to be developed. The macula is the highly sensitive area of the retina. The macula is responsible for our critical focusing vision. It is the part of the retina most used.
    [Show full text]
  • Distance Estimation from Stereo Vision: Review and Results
    DISTANCE ESTIMATION FROM STEREO VISION: REVIEW AND RESULTS A Project Presented to the faculty of the Department of the Computer Engineering California State University, Sacramento Submitted in partial satisfaction of the requirements for the degree of MASTER OF SCIENCE in Computer Engineering by Sarmad Khalooq Yaseen SPRING 2019 © 2019 Sarmad Khalooq Yaseen ALL RIGHTS RESERVED ii DISTANCE ESTIMATION FROM STEREO VISION: REVIEW AND RESULTS A Project by Sarmad Khalooq Yaseen Approved by: __________________________________, Committee Chair Dr. Fethi Belkhouche __________________________________, Second Reader Dr. Preetham B. Kumar ____________________________ Date iii Student: Sarmad Khalooq Yaseen I certify that this student has met the requirements for format contained in the University format manual, and that this project is suitable for shelving in the Library and credit is to be awarded for the project. __________________________, Graduate Coordinator ___________________ Dr. Behnam S. Arad Date Department of Computer Engineering iv Abstract of DISTANCE ESTIMATION FROM STEREO VISION: REVIEW AND RESULTS by Sarmad Khalooq Yaseen Stereo vision is the one of the major researched domains of computer vision, and it can be used for different applications, among them, extraction of the depth of a scene. This project provides a review of stereo vision and matching algorithms, used to solve the correspondence problem [22]. A stereo vision system consists of two cameras with parallel optical axes which are separated from each other by a small distance. The system is used to produce two stereoscopic pictures of a given object. Distance estimation between the object and the cameras depends on two factors, the distance between the positions of the object in the pictures and the focal lengths of the cameras [37].
    [Show full text]
  • Stereo Vision System Module for Low-Cost Fpgas for Autonomous Mobile Robots
    STEREO VISION SYSTEM MODULE FOR LOW-COST FPGAS FOR AUTONOMOUS MOBILE ROBOTS A Thesis Presented to the Faculty of California Polytechnic State University San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Master of Science in Computer Science by Connor Citron August 2014 c 2014 Connor Citron ALL RIGHTS RESERVED ii COMMITTEE MEMBERSHIP TITLE: Stereo Vision System Module for Low-Cost FPGAs for Autonomous Mobile Robots AUTHOR: Connor Citron DATE SUBMITTED: August 2014 COMMITTEE CHAIR: Associate Professor John Seng, Ph.D. Department of Computer Science COMMITTEE MEMBER: Professor Franz Kurfess, Ph.D. Department of Computer Science COMMITTEE MEMBER: Associate Professor Chris Lupo, Ph.D. Department of Computer Science iii ABSTRACT Stereo Vision System Module for Low-Cost FPGAs for Autonomous Mobile Robots Connor Citron Stereo vision uses two adjacent cameras to create a 3D image of the world. A depth map can be created by comparing the offset of the corresponding pixels from the two cameras. However, for real-time stereo vision, the image data needs to be processed at a reasonable frame rate. Real-time stereo vision allows for mobile robots to more easily navigate terrain and interact with objects by providing both the images from the cameras and the depth of the objects. Fortunately, the image processing can be parallelized in order to increase the processing speed. Field-programmable gate arrays (FPGAs) are highly parallelizable and lend themselves well to this problem. This thesis presents a stereo vision module which uses the Sum of Absolute Differ- ences (SAD) algorithm. The SAD algorithm uses regions of pixels called windows to compare pixels to find matching pairs for determining depth.
    [Show full text]
  • User-Oriented Markerless Augmented Reality Framework Based on 3D Reconstruction and Loop Closure Detection
    The University of Birmingham A USER-ORIENTED MARKERLESS AUGMENTED REALITY FRAMEWORK BASED ON 3D RECONSTRUCTION AND LOOP CLOSURE DETECTION by YUQING GAO A thesis submitted to the University of Birmingham for the degree of DOCTOR OF PHILOSOPHY (Ph.D.) School of Engineering Department of Electronic, Electrical & Systems Engineering University of Birmingham November 2016 University of Birmingham Research Archive e-theses repository This unpublished thesis/dissertation is copyright of the author and/or third parties. The intellectual property rights of the author or third parties in respect of this work are as defined by The Copyright Designs and Patents Act 1988 or as modified by any successor legislation. Any use made of information contained in this thesis/dissertation must be in accordance with that legislation and must be properly acknowledged. Further distribution or reproduction in any format is prohibited without the permission of the copyright holder. ABSTRACT Visual augmented reality aims to blend computer-generated graphics with real-world scenes to enhance the end users’ perception and interaction with a given environment. For those AR applications which require registering the augmentations in the exact locations within the real scene, the system must track the user’s camera motion and estimate the spatial relationship between the user and the environment. Vision-based tracking is one of the more effective tracking methods, and uses relatively low-cost and easy-access cameras as input devices and, furthermore, exploits several computer vision (CV) techniques to solve the problem. It can typically be divided into marker-based and markerless methods. The marker-based AR applications have, in the past, proved sufficiently robust and accurate, and the marker-based tracking methods have been widely supported by almost every AR software development kit developed and marketed to date.
    [Show full text]
  • Computed Phase Stereo Lensless X-Ray Imaging
    Computed phase stereo lensless X-ray imaging 1 1 1 1,2 2 3 4 4 J. Duarte , R. Cassin , J. Huijts , B. Iwan , M. Kovacev , M. Fajardo , F. Fortuna , L. Delbecq , W. Boutu1 and H. Merdji1* 1LIDYL, CEA, CNRS and Université Paris-Saclay, CEA Saclay 91191 Gif-sur-Yvette, France. 2Leibniz Universität Hannover, Institut für Quantenoptik, Hannover, Germany 3Instituto de Plasmas e Fusão Nuclear, IST Lisboa, Portugal 4 CSNSM, CNRS/IN2P3 and Université Paris-Saclay, 91405 Orsay, France. *correspondence to: [email protected] The ability to gain insights into the 3D properties of artificial or biological systems is often critical. However, 3D structures are difficult to retrieve at low dose and with extremely fast processing, as most techniques are based on acquiring and computing hundreds of 2D angular projections. This is even more challenging with ultrashort X-rays which allow realizing nanometre scale studies1–5 and ultrafast time resolved 2D movies6. Here we show that computer stereo vision concepts can be transposed to X-rays. We demonstrate nanoscale three-dimensional reconstruction from a single ultrafast acquisition. Two diffraction patterns are recorded simultaneously on a single CCD camera and after phase retrieval two stereo images are reconstructed. A 3D representation of the sample is then computed from quantitative disparity maps with about 130x130x380nm3 voxel resolution in a snapshot of 20 femtoseconds. We extend our demonstration to phase contrast X-ray stereo imaging and reveal hidden 3D features of a sample. Computed phase stereo imaging will find scientific applications at X-ray free electron lasers, synchrotrons and laser-based sources, but also in fast industrial and medical 3D diagnostics.
    [Show full text]
  • Characterization of Polymeric Microspheres Used in Drug Delivery Via Electron Microscopy
    Characterization of Polymeric Microspheres used in Drug Delivery via Electron Microscopy by Jose Carlos A. Gomez Monico BSc. Bioengineering, University of California Riverside, 2011 A thesis submitted in partial fulfillment of the requirements for the Degree of MASTER OF APPLIED SCIENCE in the Department of Mechanical Engineering © Jose Carlos A. Gomez Monico, 2018 University of Victoria All rights reserved. This thesis may not be reproduced in whole or in part, by photocopy or other means, without the permission of the author. ii Supervisory Committee Characterization of Polymeric Microspheres used in Drug Delivery via Electron Microscopy by Jose Carlos A. Gomez Monico BSc. Bioengineering, University of California Riverside, 2011 Supervisory committee Dr. Rodney Herring, Department of Mechanical Engineering Supervisor Dr. Barbara Sawicki, Department of Mechanical Engineering Department Member iii Abstract Supervisory committee Dr. Rodney Herring, Department of Mechanical Engineering Supervisor Dr. Barbara Sawicki, Department of Mechanical Engineering Department Member Drugs can be made up of nucleic acids, sugars, small organic and inorganic compounds, peptides, and large macromolecules. Drug therapy can be optimized by controlled delivery systems that release an appropriate dose to the site of action, extend the duration of delivery, reduce administration sessions, and can target a precise site of activity. An advanced method of controlled drug delivery is through injectable polymeric biomaterial microparticles that entrap drugs within their matrix for slow release (1-6 months). Surface morphology of polymer microparticles is known to affect drug release; however, it is often reported in qualitative terms only. In this thesis, a mastery over the controlled fabrication of biodegradable poly (ε- caprolactone) (PCL) microspheres is shown, as well as their characterization using different imaging conditions/techniques of the scanning electron microscope (SEM).
    [Show full text]