Three-Dimensional Scanning and Graphic Processing System

Size: px
Start display at page:

Download "Three-Dimensional Scanning and Graphic Processing System"

Transcription

1 Volume 55, Number 1-2, Three-Dimensional Scanning and Graphic Processing System Valentin Dan ZAHARIA, Rodica HOLONEC, Septimiu CRIŞAN, Călin MUREŞAN, Radu MUNTEANU jr. Faculty of Electrical Engineering, Technical University of Cluj-Napoca 25-26, Bariţiu st., Cluj-Napoca, Romania Abstract With the recent advances in the field of three-dimensional printing systems, prototyping and manufacturing has become available on a large scale. In order to print a three-dimensional a digital model is needed, which can be obtained by designing that model in a specialized graphic programming environment, or by scanning and digitizing an existing. The letter option often involves sophisticated and costly equipment, therefore posing a challenge to the implementation of a full reproduction system. The paper introduces the design and implementation of a low-cost three-dimensional scanning and graphic processing system, presenting the hardware components as well as the software which has been developed. Some preliminary experiments have been conducted and the results have been presented. Key words three-dimensional scanning, digitization, reconstruct, laser triangulation INTRODUCTION Although three-dimensional (3D) scanning has been around for almost two decades, it still represents a quite novel measurement method, with various devices and techniques in testing and development stages, which might revolutionize the classic approach towards measurement. The 3D scanning process implies copying the digital information of a solid s geometry, which is also known as the digitization process. The digitization procedure implies the use of a contact or contactless probe in order to capture the s shape and to recreate them in a virtual environment as a dense network of points of (xyz) coordinates, as a 3D reproduction of the scanned. The geometrical data regarding the s shape is recorded as a point cloud. The data stored as a point cloud is post processed as a threedimensional polygonal mesh which can be stored in various CAD (Computer Aided Design) file types, the most common being the STL (Surface Tessellation Language) file format. [1][5] The basic structure of a three-dimensional scanning and graphic processing system consists of two main components: the hardware devices and the data acquisition and image processing. The hardware component (probes, sensors) is responsible for capturing the geometrical dimensions of the scanned, while the software component is responsible for representing the acquisitioned data in a virtual image processing environment. The resulting virtual model of the scanned can be used for further CAD, modelling or manufacturing purposes. [2] Physical Three-dimensional scanning system Hardware Fig. 1 Generic structure of a 3D scanning system There are various technologies used for implementing 3D scanning systems, each of them with particular limitations, advantages, disadvantages and costs. This paper presents a proposed design and an experimental implementation of a three-dimensional scanning and image processing system. Furthermore, the results of the scanning process of various shaped and textured s will be presented and analyzed. THE PROPOSED SYSTEM Software Digital model There are two major categories of 3D scanning systems: those based on a physical contact between the scanning probe and the scanned and the contactless systems. The latter can be divided as well into two categories [3][5]: Active scanning systems consist of a radiation source emitting towards the. The scanning process is conducted by detecting the amount of radiation reflected or absorbed by the Mediamira Science Publisher. All rights reserved

2 84 ACTA ELECTROTEHNICA Passive scanning systems are based on the detection of reflected ambient radiation, mostly visible light, due to the ease of detection, the wide availability of detection devices, and the method s inherent simplicity. The proposed system presented in this paper is a contactless, active one, based on the laser triangulation technique. detects the laser point at various positions in its field. The technique is called triangulation due to the fact that the laser point on the s surface, the camera and the laser module define a triangle. The length of one of the triangle s sides (the distance between the camera and the laser module) is fixed and known. The angle between the camera s direction and the laser module s direction is also known, and so is the angle between the camera-laser line and the laser module s direction. These three pieces of information can be used to compute the triangle s dimensions and therefore to determine the laser point s position on the s surface. In addition, the position of the camera relative to the motor s spindle is known in order to help determine the angle measured on the camera. Fig. 2 The 3D laser scanner principle [4] The working principle of the triangulation system consists in a radiation being emitted towards the outer surface of the scanned and the measurement of the return angle of the emitted beam. The radiation can be of various wavelengths, belonging to different spectral domains: visible light, infrared light and ultrasonic or electromagnetic waves. The radiation reflected by the s surface is detected with a sensitive device (in the case of light, a camera is used). Then the information acquisitioned by the sensitive element is processed according to predefined algorithms in a software environment in order to digitally recreate the scanned. [6] The scanning system presented in this paper uses a laser light source which emits a radiation towards the s surface. The is placed on a turntable driven by a stepper motor at a constant speed. The light reflected by the s surface is captured by camera, which must be placed at a well-defined angle and distance from the laser s position and from the motor s spindle. The software designed for the application controls the rotation speed for the stepper motor, the laser module and it also performs the image acquisition and processing functions. The laser beam is emitted towards the scanned and depending on the s shape the camera Fig. 3 The triangulation method principle [5] If d is the known distance between the camera and the laser module, and starting from the camera parameters, the Θ angle between the laser-camera and camera-motor center can be computed, then the distance x between the laser module and the spot on the s surface is given by the following: (1) In order to speed up the scanning process, a linear laser module will be used, therefore the radiation projected on the s surface is a continuous vertical line taking the s shape as it rotates in front of the fixed light source and camera. The scanning process is finished once the completes a full rotation, after which the digitized reproduction of the scanned is available for further manipulation. The block diagram for the proposed system is presented in the following figure which gives the general structure of the implemented system that will be presented in the following section of the paper.

3 Volume 55, Number 1-2, THE EXPERIMENTAL SYSTEM As it has been mentioned before, the threedimensional scanning and graphic processing system presented in this paper consists of two main components: the hardware setup and the acquisition and processing software. The hardware elements composing the system are the stepper motor, used for rotating the turntable Fig. 4 The proposed system s block diagram upon which the scanned is placed, the linear laser module and the camera. A Funduino 2560 development board is used to command a ULN2003 motor driver which controls the stepper motor as well as the system s laser module. The microcontroller board is connected to a PC terminal which runs the system s user interface and the image acquisition and processing software. The reconstruction procedure uses a variation of the triangulation method that takes the field of the camera into account and is based on the geometrical parameters of the scanning system: the distances between the s rotation center to the camera and to the laser module, as well as the angle between the directions of the camera and of the laser module. The parameters presented above are presented in the following figure, as follows: q the distance between the laser module and the s rotation center; Fig. 5 The experimental system w the distance between the camera and the s rotation center; α the angle between the laser s direction and the camera s optical axis. In order to digitally reconstruct the, it is necessary to determine the coordinates for the scanning points, which involves determining the distance between the s rotation axis and the point projected on the s surface. It is necessary to determine the distance in pixels (b) between the camera s optical axis and the point generated on the s surface, and to convert it into millimeters. The

4 86 ACTA ELECTROTEHNICA angle α is a known constant, and therefore ρ can be computed with the following formulas: where ρ is computed according to (3) and (4), φ is the platform s rotation angle which is constantly increasing with each additional motor step: (2) (5) (3) Fig. 7 Polar coordinates of a projected point (P) on the s surface Converting the polar coordinates to cartesian ones is done with the following formulas: (6) (7) (8) Fig. 6 The scanning system s geometrical parameters The polar coordinates for the projected point on the s surface (P) are the following: (4) The software developed for the proposed scanning system has been implemented in the Labview programming environment. It consists of a series of subroutines responsible for coordinating the system s hardware components (microcontroller board, laser module and stepper motor), the image acquisition and processing functions, as well as the final reconstruction. The programming environment also provided resources for the development of the system s user interface, presented in the following figure: Fig. 8 The system s user interface

5 Volume 55, Number 1-2, The numbered fields on the user interface have the following functions: 1 allows the communication port between the PC and the microcontroller board; 2 a). calibration settings, b). scanning parameters (number of frames, frame rate, resolution); 3 a). source image, b). points detected from the source image; 4 start/stop buttons; 5 the digitally reconstructed 6 error indicators for each of the software s substructures. Fig.12 Transparent EXPERIMENTAL RESULTS Using the system presented above, a series of experimental trials have been conducted. Objects of various dimensions, shapes, symmetries related to the rotation axis, colors and transparencies have been scanned. Both visible (650 nm) and infrared (808 nm) light sources have been used. The scanning results are presented as follows: Fig.9 Symmetrical Fig.10 Asymmetrical Fig.11 Multicolor Fig.13 Reflecting In order to evaluate the scanning results, the following classification has been proposed. Five classes of scanning result accuracy have been defined: Table 1 Scanning result classification No. Features Dimensions Texture Color Symmetrica l Reflecting symmetrical Slightly reflecting symmetrical Multicolor symmetrical Slightly transparent irregular Irregular Irregular Multifacete d Very smooth Very smooth Light grey Grey, green Result class 5 4 Red 4 Blue, white White 2 Slightly rough Creamcolored Light grey Transpa rent Class 5 Positive. Very good scanning results, the is completely reconstructed, with a high detail level. Class 4 Positive. Good scanning results. The is completely reconstructed, lacking high accuracy on fine details. Class 3 Positive. Acceptable results. The s physical structure is reproduced with some irregularities

6 88 ACTA ELECTROTEHNICA Class 2 Negative. There are similarities between the and the reconstructed model, however the final result is not acceptable. Class 1 Negative. There is no resemblance between the and the resulted digital model. The scanning results have been appreciated in accordance with the classes described above and the conclusions have been presented in the following table. CONCLUSIONS The paper describes the working principle and implementation of a three-dimensional scanning system, based on the laser triangulation technique. Specific image acquisition and processing algorithms have been implemented in the system s software package. The presented scanning and image processing system is able to digitally reproduce s with dimensions between 5 cm and 15 cm, with various degrees of accuracy, depending on the scanned s symmetry, color, texture and transparency. The hardware components also have a major influence on the scanning and reconstruction processes results, as well as the influence of the environmental lighting. Given the above facts, the quality of the resulted digitized model can be improved with a high resolution camera, a stepper motor with higher resolution, the laser module with a thinner line and optical filters, to diminish the environmental interferences. It is the authors desire to improve the system s performances in order to integrate it with a threedimensional printing device, which will allow the physical reproduction of three-dimensional s within the specified dimensions. REFERENCES 1. Bernardini, Fausto; Rushmeier, Holly E. "The 3D Model Acquisition Pipeline" (pdf). Comput. Graph. Forum 21 (2): doi: / , Chiorenu, Adrian Cosmin Cercetări privind analiza imaginilor cu aplicații în reconstrucția 3D, Universitatea Tehnică din Cluj-Napoca, Curless, Brian "From Range Scans to 3D Models". ACM SIGGRAPH Computer Graphics 33 (4): doi: / , Mayer, Roy Scientific Canadian: Invention and Innovation From Canada's National Research Council. Vancouver: Raincoast Books. ISBN OCLC , Voicu, Adrian-Cătălin ; Gheorghe, Gheorghe I.; Măsurarea 3D a reperelor complexe dinindustria auto utilizând scanerele laser, Buletinul AGIR nr. 3/2013 iulie-septembrie, pp: Quickguide-EN_web.pdf

Overview of Active Vision Techniques

Overview of Active Vision Techniques SIGGRAPH 99 Course on 3D Photography Overview of Active Vision Techniques Brian Curless University of Washington Overview Introduction Active vision techniques Imaging radar Triangulation Moire Active

More information

3D Models from Range Sensors. Gianpaolo Palma

3D Models from Range Sensors. Gianpaolo Palma 3D Models from Range Sensors Gianpaolo Palma Who Gianpaolo Palma Researcher at Visual Computing Laboratory (ISTI-CNR) Expertise: 3D scanning, Mesh Processing, Computer Graphics E-mail: gianpaolo.palma@isti.cnr.it

More information

THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS

THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS DAAAM INTERNATIONAL SCIENTIFIC BOOK 2013 pp. 787-794 CHAPTER 47 THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS TOMASIAK, J. Abstract: The present paper presents the possible use of a portable structural

More information

Color and Range Sensing for Hypermedia and Interactivity in Museums

Color and Range Sensing for Hypermedia and Interactivity in Museums Color and Range Sensing for Hypermedia and Interactivity in Museums R Baribeau and J.M. Taylor Analytical Research Services Canadian Conservation Institute Department of Communications Ottawa, Canada KIA

More information

3D Modeling of Objects Using Laser Scanning

3D Modeling of Objects Using Laser Scanning 1 3D Modeling of Objects Using Laser Scanning D. Jaya Deepu, LPU University, Punjab, India Email: Jaideepudadi@gmail.com Abstract: In the last few decades, constructing accurate three-dimensional models

More information

SANGAM PROJECT BROCHURE:

SANGAM PROJECT BROCHURE: SANGAM PROJECT BROCHURE: Real-Time 3D Object Reconstruction using Kinect By: Sudharshan Suresh Narendar Sriram Senthil Hariharan Anjana Gayathri Spider R & D Introduction In a year where astronauts in

More information

Experimental accuracy assessment of different measuring sensors on workpieces with varying properties

Experimental accuracy assessment of different measuring sensors on workpieces with varying properties Experimental accuracy assessment of different measuring sensors on workpieces with varying properties Rauf Oezden 1,*, Metin Aclan 1 and Saliba Danho 2 1 Technical University of Cluj-Napoca, Ph.D. Stud.,

More information

Sensor Modalities. Sensor modality: Different modalities:

Sensor Modalities. Sensor modality: Different modalities: Sensor Modalities Sensor modality: Sensors which measure same form of energy and process it in similar ways Modality refers to the raw input used by the sensors Different modalities: Sound Pressure Temperature

More information

Improving the 3D Scan Precision of Laser Triangulation

Improving the 3D Scan Precision of Laser Triangulation Improving the 3D Scan Precision of Laser Triangulation The Principle of Laser Triangulation Triangulation Geometry Example Z Y X Image of Target Object Sensor Image of Laser Line 3D Laser Triangulation

More information

Option G 1: Refraction

Option G 1: Refraction Name: Date: Option G 1: Refraction 1. The table below relates to the electromagnetic spectrum. Complete the table by stating the name of the region of the spectrum and the name of a possible source of

More information

ScienceDirect. The use of Optical Methods for Leak Testing Dampers

ScienceDirect. The use of Optical Methods for Leak Testing Dampers Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 788 794 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 The use of Optical

More information

Revolutionizing 2D measurement. Maximizing longevity. Challenging expectations. R2100 Multi-Ray LED Scanner

Revolutionizing 2D measurement. Maximizing longevity. Challenging expectations. R2100 Multi-Ray LED Scanner Revolutionizing 2D measurement. Maximizing longevity. Challenging expectations. R2100 Multi-Ray LED Scanner A Distance Ahead A Distance Ahead: Your Crucial Edge in the Market The new generation of distancebased

More information

Lecture 8 Active stereo & Volumetric stereo

Lecture 8 Active stereo & Volumetric stereo Lecture 8 Active stereo & Volumetric stereo Active stereo Structured lighting Depth sensing Volumetric stereo: Space carving Shadow carving Voxel coloring Reading: [Szelisky] Chapter 11 Multi-view stereo

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

3D Object Representations. COS 526, Fall 2016 Princeton University

3D Object Representations. COS 526, Fall 2016 Princeton University 3D Object Representations COS 526, Fall 2016 Princeton University 3D Object Representations How do we... Represent 3D objects in a computer? Acquire computer representations of 3D objects? Manipulate computer

More information

Optical Active 3D Scanning. Gianpaolo Palma

Optical Active 3D Scanning. Gianpaolo Palma Optical Active 3D Scanning Gianpaolo Palma 3D Scanning Taxonomy SHAPE ACQUISTION CONTACT NO-CONTACT NO DESTRUCTIVE DESTRUCTIVE X-RAY MAGNETIC OPTICAL ACOUSTIC CMM ROBOTIC GANTRY SLICING ACTIVE PASSIVE

More information

Measurements using three-dimensional product imaging

Measurements using three-dimensional product imaging ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Special Issue 3/2010 41 46 7/3 Measurements using

More information

Generating 3D Meshes from Range Data

Generating 3D Meshes from Range Data Princeton University COS598B Lectures on 3D Modeling Generating 3D Meshes from Range Data Robert Kalnins Robert Osada Overview Range Images Optical Scanners Error sources and solutions Range Surfaces Mesh

More information

AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER

AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER INTRODUCTION The DIGIBOT 3D Laser Digitizer is a high performance 3D input device which combines laser ranging technology, personal

More information

Ch 22 Inspection Technologies

Ch 22 Inspection Technologies Ch 22 Inspection Technologies Sections: 1. Inspection Metrology 2. Contact vs. Noncontact Inspection Techniques 3. Conventional Measuring and Gaging Techniques 4. Coordinate Measuring Machines 5. Surface

More information

HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY

HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY HIGH RESOLUTION COMPUTED TOMOGRAPHY FOR METROLOGY David K. Lehmann 1, Kathleen Brockdorf 1 and Dirk Neuber 2 1 phoenix x-ray Systems + Services Inc. St. Petersburg, FL, USA 2 phoenix x-ray Systems + Services

More information

Optimized Design of 3D Laser Triangulation Systems

Optimized Design of 3D Laser Triangulation Systems The Scan Principle of 3D Laser Triangulation Triangulation Geometry Example of Setup Z Y X Target as seen from the Camera Sensor Image of Laser Line The Scan Principle of 3D Laser Triangulation Detektion

More information

MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES

MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES J. Reichweger 1, J. Enzendorfer 1 and E. Müller 2 1 Steyr Daimler Puch Engineering Center Steyr GmbH Schönauerstrasse 5, A-4400 Steyr,

More information

New Approach in Non- Contact 3D Free Form Scanning

New Approach in Non- Contact 3D Free Form Scanning New Approach in Non- Contact 3D Free Form Scanning Contents Abstract Industry Trends The solution A smart laser scanning system Implementation of the laser scanning probe in parts inspection Conclusion

More information

specular diffuse reflection.

specular diffuse reflection. Lesson 8 Light and Optics The Nature of Light Properties of Light: Reflection Refraction Interference Diffraction Polarization Dispersion and Prisms Total Internal Reflection Huygens s Principle The Nature

More information

Proceeding, International Seminar on Industrial Engineering and Management ISSN : 1978-774X OPTIMIZATION OF REVERSE ENGINEERING PROCESS FOR CONSTRUCTING ROTATIONAL PART MODEL USING RESPONSE SURFACE METHODOLOGY

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

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING 3D surface reconstruction of objects by using stereoscopic viewing Baki Koyuncu, Kurtuluş Küllü bkoyuncu@ankara.edu.tr kkullu@eng.ankara.edu.tr Computer Engineering Department, Ankara University, Ankara,

More information

A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES

A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES Andre R. Sousa 1 ; Armando Albertazzi 2 ; Alex Dal Pont 3 CEFET/SC Federal Center for Technological Education of Sta. Catarina

More information

ENGN D Photography / Spring 2018 / SYLLABUS

ENGN D Photography / Spring 2018 / SYLLABUS ENGN 2502 3D Photography / Spring 2018 / SYLLABUS Description of the proposed course Over the last decade digital photography has entered the mainstream with inexpensive, miniaturized cameras routinely

More information

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction CoE4TN4 Image Processing Chapter 5 Image Restoration and Reconstruction Image Restoration Similar to image enhancement, the ultimate goal of restoration techniques is to improve an image Restoration: a

More information

: Imaging Systems Laboratory II. Laboratory 2: Snell s Law, Dispersion and the Prism March 19 & 21, n 1 n 2

: Imaging Systems Laboratory II. Laboratory 2: Snell s Law, Dispersion and the Prism March 19 & 21, n 1 n 2 05-3: Imaging Systems Laboratory II Laboratory : Snell s Law, Dispersion and the Prism March 9 &, 00 Abstract. This laboratory exercise will demonstrate two basic properties of the way light interacts

More information

4th WSEAS/IASME International Conference on EDUCATIONAL TECHNOLOGIES (EDUTE'08) Corfu, Greece, October 26-28, 2008

4th WSEAS/IASME International Conference on EDUCATIONAL TECHNOLOGIES (EDUTE'08) Corfu, Greece, October 26-28, 2008 Loyola Marymount University One LMU Dr. MS 8145 Los Angeles, CA, 90045 USA Abstract: - The project involves the evaluation of the effectiveness of a low-cost reverse engineering system. Recently, the reverse

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION doi:10.1038/nature10934 Supplementary Methods Mathematical implementation of the EST method. The EST method begins with padding each projection with zeros (that is, embedding

More information

Active Infrared Imaging For 3D Control of Multi-Layer Transparent Objects

Active Infrared Imaging For 3D Control of Multi-Layer Transparent Objects More Info at Open Access Database www.ndt.net/?id=17730 Abstract Active Infrared Imaging For 3D Control of Multi-Layer Transparent Objects by O.Aubreton*, A. Bajard*, B. Verney*. M. Belckacemi*, F. Truchetet*

More information

IBM Pietà 3D Scanning Project :

IBM Pietà 3D Scanning Project : The IBM Pieta Project: A Historical Perspective Gabriel Taubin Brown University IBM Pietà 3D Scanning Project : 1998-2000 Shape Appearance http://www.research.ibm.com/pieta IBM Visual and Geometric Computing

More information

A Comparison Study of 3D Scanners for Diagnosing Deviations in Their Outputs Using Reverse Engineering Technique

A Comparison Study of 3D Scanners for Diagnosing Deviations in Their Outputs Using Reverse Engineering Technique IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 3 Ver. I (May. - June. 2017), PP 26-32 www.iosrjournals.org A Comparison Study of 3D Scanners

More information

A High Speed Face Measurement System

A High Speed Face Measurement System A High Speed Face Measurement System Kazuhide HASEGAWA, Kazuyuki HATTORI and Yukio SATO Department of Electrical and Computer Engineering, Nagoya Institute of Technology Gokiso, Showa, Nagoya, Japan, 466-8555

More information

Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability

Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability 19 th World Conference on Non-Destructive Testing 2016 Phased Array Assisted Manual Nozzle Inspection Solution with Data Archiving Capability Jason HABERMEHL 1, Nicolas BADEAU 1, Martin ST-LAURENT 1, Guy

More information

Natural Viewing 3D Display

Natural Viewing 3D Display We will introduce a new category of Collaboration Projects, which will highlight DoCoMo s joint research activities with universities and other companies. DoCoMo carries out R&D to build up mobile communication,

More information

CRONOS 3D DIMENSIONAL CERTIFICATION

CRONOS 3D DIMENSIONAL CERTIFICATION CRONOS 3D DIMENSIONAL CERTIFICATION This dimensional certification is structured as follow: 1. 2. 3. 4. 5. Test description Dimensional report basic workflow Dimensional report, acquisition field 18mm

More information

Complete Barrel Measuring and Inspection System. PS Series. User s manual

Complete Barrel Measuring and Inspection System. PS Series. User s manual Complete Barrel Measuring and Inspection System PS Series User s manual SAFETY PRECAUTIONS... 3 ELECTROMAGNETIC COMPATIBILITY... 3 LASER SAFETY... 3 GENERAL INFORMATION... 3 BASIC DATA AND PERFORMANCE

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

3D Scanning 101 The Fundamentals of the Structured Light 3D Scanning Process

3D Scanning 101 The Fundamentals of the Structured Light 3D Scanning Process 3D Scanning 101 The Fundamentals of the Structured Light 3D Scanning Process 3D3 Solutions is a developer of innovative structured light 3D scanners. Based in Vancouver, Canada with more than 20 distributors

More information

LabVIEW Based System for Solving SUDOKU Puzzles

LabVIEW Based System for Solving SUDOKU Puzzles ACTA ELECTROTEHNICA LabVIEW Based System for Solving SUDOKU Puzzles Rodica Holonec, Romul Copandean, Florin Dragan, Viorica Buda 1 Faculty of Electrical Engineering, Technical University of Cluj-Napoca,

More information

INSPECTION OF FREE FORM SURFACES

INSPECTION OF FREE FORM SURFACES 7 th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE Baia Mare, Romania, May 17-18, 2007 ISSN-1224-3264 INSPECTION OF FREE FORM SURFACES Prof. Ing. Dr. Jozef Peterka Ing. Ladislav Morovič - Ing. Peter Pokorný,

More information

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji Reverse Engineering: Mechanical Dr. Tarek A. Tutunji Mechanical RE References: 1. RE (reverse engineering) as necessary phase by rapid product development by Sokovic and Kopac 2. A Practical Appreciation

More information

This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface model from the scanned data points.

This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface model from the scanned data points. 1 IIEM 215: Manufacturing Processes I Lab 4. Reverse Engineering: Laser Scanning and CAD Model construction This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface

More information

Today. Global illumination. Shading. Interactive applications. Rendering pipeline. Computergrafik. Shading Introduction Local shading models

Today. Global illumination. Shading. Interactive applications. Rendering pipeline. Computergrafik. Shading Introduction Local shading models Computergrafik Matthias Zwicker Universität Bern Herbst 2009 Today Introduction Local shading models Light sources strategies Compute interaction of light with surfaces Requires simulation of physics Global

More information

August 29, Reverse Engineering Equipment:

August 29, Reverse Engineering Equipment: August 29, 2008 At WCU in the ET Program, course content is brought to life through collaborative projects at our Center for Rapid Product Realization where students come into contact with industry leading

More information

Other Reconstruction Techniques

Other Reconstruction Techniques Other Reconstruction Techniques Ruigang Yang CS 684 CS 684 Spring 2004 1 Taxonomy of Range Sensing From Brain Curless, SIGGRAPH 00 Lecture notes CS 684 Spring 2004 2 Taxonomy of Range Scanning (cont.)

More information

NEAR-IR BROADBAND POLARIZER DESIGN BASED ON PHOTONIC CRYSTALS

NEAR-IR BROADBAND POLARIZER DESIGN BASED ON PHOTONIC CRYSTALS U.P.B. Sci. Bull., Series A, Vol. 77, Iss. 3, 2015 ISSN 1223-7027 NEAR-IR BROADBAND POLARIZER DESIGN BASED ON PHOTONIC CRYSTALS Bogdan Stefaniţă CALIN 1, Liliana PREDA 2 We have successfully designed a

More information

Visualisatie BMT. Rendering. Arjan Kok

Visualisatie BMT. Rendering. Arjan Kok Visualisatie BMT Rendering Arjan Kok a.j.f.kok@tue.nl 1 Lecture overview Color Rendering Illumination 2 Visualization pipeline Raw Data Data Enrichment/Enhancement Derived Data Visualization Mapping Abstract

More information

Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner

Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner F. B. Djupkep Dizeu, S. Hesabi, D. Laurendeau, A. Bendada Computer Vision and

More information

Surface Reconstruction. Gianpaolo Palma

Surface Reconstruction. Gianpaolo Palma Surface Reconstruction Gianpaolo Palma Surface reconstruction Input Point cloud With or without normals Examples: multi-view stereo, union of range scan vertices Range scans Each scan is a triangular mesh

More information

3D scanning. 3D scanning is a family of technologies created as a means of automatic measurement of geometric properties of objects.

3D scanning. 3D scanning is a family of technologies created as a means of automatic measurement of geometric properties of objects. Acquiring 3D shape 3D scanning 3D scanning is a family of technologies created as a means of automatic measurement of geometric properties of objects. The produced digital model is formed by geometric

More information

MULTI-PEAK RANGE IMAGING FOR ACCURATE 3D RECONSTRUCTION OF SPECULAR OBJECTS. John Park and Avinash C. Kak

MULTI-PEAK RANGE IMAGING FOR ACCURATE 3D RECONSTRUCTION OF SPECULAR OBJECTS. John Park and Avinash C. Kak MULTI-PEAK RANGE IMAGING FOR ACCURATE 3D RECONSTRUCTION OF SPECULAR OBJECTS John Park and Avinash C. Kak Robot Vision Laboratory, Purdue University 185 EE Building, West Lafayette, IN. 47907-185 {jpark,kak}@purdue.edu

More information

Traditional pipeline for shape capture. Active range scanning. New pipeline for shape capture. Draw contours on model. Digitize lines with touch probe

Traditional pipeline for shape capture. Active range scanning. New pipeline for shape capture. Draw contours on model. Digitize lines with touch probe Traditional pipeline for shape capture Draw contours on model Active range scanning Digitize lines with touch probe Fit smooth surfaces CAD/CAM Texturing and animation 1 2 New pipeline for shape capture

More information

Lecture 8 Active stereo & Volumetric stereo

Lecture 8 Active stereo & Volumetric stereo Lecture 8 Active stereo & Volumetric stereo In this lecture, we ll first discuss another framework for describing stereo systems called active stereo, and then introduce the problem of volumetric stereo,

More information

Title of Lab Class Name Your Name Partners Names Instructor s Name Date Lab was Performed

Title of Lab Class Name Your Name Partners Names Instructor s Name Date Lab was Performed Title of Lab Class Name Your Name Partners Names Instructor s Name Date Lab was Performed Purpose: In this lab, we will reproduce the famous experiment by Thomas Young, which proved that light is a wave.

More information

Extraction of surface normal and index of refraction using a pair of passive infrared polarimetric sensors

Extraction of surface normal and index of refraction using a pair of passive infrared polarimetric sensors Extraction of surface normal and index of refraction using a pair of passive infrared polarimetric sensors Firooz Sadjadi Lockheed Martin Corporation Saint Paul, Minnesota firooz.sadjadi@ieee.org Farzad

More information

Lecture 7 Notes: 07 / 11. Reflection and refraction

Lecture 7 Notes: 07 / 11. Reflection and refraction Lecture 7 Notes: 07 / 11 Reflection and refraction When an electromagnetic wave, such as light, encounters the surface of a medium, some of it is reflected off the surface, while some crosses the boundary

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

New underwater contactless metrology and inspection approach using photogrammetric integrated system

New underwater contactless metrology and inspection approach using photogrammetric integrated system New underwater contactless metrology and inspection approach using photogrammetric integrated system The leading Edge of Value-Based Subsea Inspection, SUT, Aberdeen, 1 st November 2017 1 ORUS 3D SYSTEM

More information

THE HALF-EDGE DATA STRUCTURE MODELING AND ANIMATION

THE HALF-EDGE DATA STRUCTURE MODELING AND ANIMATION THE HALF-EDGE DATA STRUCTURE MODELING AND ANIMATION Dan Englesson danen344@student.liu.se Sunday 12th April, 2011 Abstract In this lab assignment which was done in the course TNM079, Modeling and animation,

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

Laser scanning and CAD conversion accuracy correction of a highly curved engineering component using a precision tactile measuring system

Laser scanning and CAD conversion accuracy correction of a highly curved engineering component using a precision tactile measuring system Laser scanning and CAD conversion accuracy correction of a highly curved engineering component using a precision tactile measuring system Athanasios Giannelis 1, Ioanna Symeonidou 2, Dimitrios Tzetzis

More information

Using virtual reality to teach history

Using virtual reality to teach history Using virtual reality to teach history Calin Neamtu 1, Radu Comes 1, Razvan Mateescu 2, Rares Ghinea 1, Filip Daniel 1 (1) Department of Design Engineering and Robotics, Technical University of Cluj-Napoca,

More information

Identification of process phenomena in DMLS by optical inprocess

Identification of process phenomena in DMLS by optical inprocess Lasers in Manufacturing Conference 2015 Identification of process phenomena in DMLS by optical inprocess monitoring R. Domröse a, *, T. Grünberger b a EOS GmbH Electro Optical Systems, Robert-Stirling-Ring

More information

The main problem of photogrammetry

The main problem of photogrammetry Structured Light Structured Light The main problem of photogrammetry to recover shape from multiple views of a scene, we need to find correspondences between the images the matching/correspondence problem

More information

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES Jie Shao a, Wuming Zhang a, Yaqiao Zhu b, Aojie Shen a a State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing

More information

Experiment 8 Wave Optics

Experiment 8 Wave Optics Physics 263 Experiment 8 Wave Optics In this laboratory, we will perform two experiments on wave optics. 1 Double Slit Interference In two-slit interference, light falls on an opaque screen with two closely

More information

Stereo Vision A simple system. Dr. Gerhard Roth Winter 2012

Stereo Vision A simple system. Dr. Gerhard Roth Winter 2012 Stereo Vision A simple system Dr. Gerhard Roth Winter 2012 Stereo Stereo Ability to infer information on the 3-D structure and distance of a scene from two or more images taken from different viewpoints

More information

A non-contact optical technique for vehicle tracking along bounded trajectories

A non-contact optical technique for vehicle tracking along bounded trajectories Home Search Collections Journals About Contact us My IOPscience A non-contact optical technique for vehicle tracking along bounded trajectories This content has been downloaded from IOPscience. Please

More information

What s new in Solutionix s scanners?

What s new in Solutionix s scanners? SOLUTIONIX 1 What s new in Solutionix s scanners? Solutionix provides fully automated 3D scanning solutions for both small and medium sized objects. With a powerful scan engine and affordable pricing,

More information

Performance Evaluation of Atomization-Based Uniform Spray Coating for 3D Scanning

Performance Evaluation of Atomization-Based Uniform Spray Coating for 3D Scanning 한국정밀공학회지제 34 권제 10 호 pp. 689-693 October 2017 / 689 J. Korean Soc. Precis. Eng., Vol. 34, No. 10, pp. 689-693 https://doi.org/10.7736/kspe.2017.34.10.689 ISSN 1225-9071 (Print) / 2287-8769 (Online) 특집

More information

Fourier analysis of low-resolution satellite images of cloud

Fourier analysis of low-resolution satellite images of cloud New Zealand Journal of Geology and Geophysics, 1991, Vol. 34: 549-553 0028-8306/91/3404-0549 $2.50/0 Crown copyright 1991 549 Note Fourier analysis of low-resolution satellite images of cloud S. G. BRADLEY

More information

Polarization of light

Polarization of light Polarization of light TWO WEIGHTS RECOMENDED READINGS 1) G. King: Vibrations and Waves, Ch.5, pp. 109-11. Wiley, 009. ) E. Hecht: Optics, Ch.4 and Ch.8. Addison Wesley, 00. 3) PASCO Instruction Manual

More information

COMET 5 3D DIGITIZING

COMET 5 3D DIGITIZING COMET 5 3D DIGITIZING 2 COMET 5: THE 3D SENSOR REFERENCE 3D digitizing in revolutionary shape: With the COMET5 sensor, Steinbichler Optotechnik is presenting a system perfectly fitting the steadily growing

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

An Algorithm for 3D Vibration Measurement Using One Laser Scanning Vibrometer

An Algorithm for 3D Vibration Measurement Using One Laser Scanning Vibrometer 6th European Worshop on Structural Health Monitoring - Poster 3 An Algorithm for 3D Vibration Measurement Using One Laser Scanning Vibrometer D. KIM, J. KIM and K. PARK ABSTRACT 3D vibration measurement

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

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

Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers

Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers By Jeffrey L. Guttman, Ph.D., Director of Engineering, Ophir-Spiricon Abstract: The Mode-Field Diameter (MFD) and spot

More information

Class 11 Introduction to Surface BRDF and Atmospheric Scattering. Class 12/13 - Measurements of Surface BRDF and Atmospheric Scattering

Class 11 Introduction to Surface BRDF and Atmospheric Scattering. Class 12/13 - Measurements of Surface BRDF and Atmospheric Scattering University of Maryland Baltimore County - UMBC Phys650 - Special Topics in Experimental Atmospheric Physics (Spring 2009) J. V. Martins and M. H. Tabacniks http://userpages.umbc.edu/~martins/phys650/ Class

More information

D&S Technical Note 09-2 D&S A Proposed Correction to Reflectance Measurements of Profiled Surfaces. Introduction

D&S Technical Note 09-2 D&S A Proposed Correction to Reflectance Measurements of Profiled Surfaces. Introduction Devices & Services Company 10290 Monroe Drive, Suite 202 - Dallas, Texas 75229 USA - Tel. 214-902-8337 - Fax 214-902-8303 Web: www.devicesandservices.com Email: sales@devicesandservices.com D&S Technical

More information

Estimation of Reflection Properties of Silk Textile with Multi-band Camera

Estimation of Reflection Properties of Silk Textile with Multi-band Camera Estimation of Reflection Properties of Silk Textile with Multi-band Camera Kosuke MOCHIZUKI*, Norihiro TANAKA**, Hideaki MORIKAWA* *Graduate School of Shinshu University, 12st116a@shinshu-u.ac.jp ** Faculty

More information

Integration of Emerging Inspection Devices with Rapid Manufacturing Systems

Integration of Emerging Inspection Devices with Rapid Manufacturing Systems 1 Integration of Emerging Inspection Devices with Rapid Manufacturing Systems Anath Fischer CAD & Life Cycle Engineering Faculty of Mechanical Engineering Technion - Israel Institute of Technology, Haifa,

More information

APS Sixth Grade Math District Benchmark Assessment NM Math Standards Alignment

APS Sixth Grade Math District Benchmark Assessment NM Math Standards Alignment SIXTH GRADE NM STANDARDS Strand: NUMBER AND OPERATIONS Standard: Students will understand numerical concepts and mathematical operations. 5-8 Benchmark N.: Understand numbers, ways of representing numbers,

More information

3D MESH RECONSTRUCTION USING PHOTOGRAMMETRY EX. 1 VISUAL SFM + MESHLAB. Afonso Maria C. F. A. Gonçalves

3D MESH RECONSTRUCTION USING PHOTOGRAMMETRY EX. 1 VISUAL SFM + MESHLAB. Afonso Maria C. F. A. Gonçalves 3D MESH RECONSTRUCTION USING PHOTOGRAMMETRY EX. 1 VISUAL SFM + MESHLAB Afonso Maria C. F. A. Gonçalves 20130528 ADVANCED STUDIES PROGRAM IN COMPUTATION APPLIED TO ARCHITECTURE, URBAN PLANNING AND DESIGN

More information

Range Sensors (time of flight) (1)

Range Sensors (time of flight) (1) Range Sensors (time of flight) (1) Large range distance measurement -> called range sensors Range information: key element for localization and environment modeling Ultrasonic sensors, infra-red sensors

More information

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Buyuksalih, G.*, Oruc, M.*, Topan, H.*,.*, Jacobsen, K.** * Karaelmas University Zonguldak, Turkey **University

More information

As-Built 3D Modeling of Large Facilities Based on Interactive Feature Editing

As-Built 3D Modeling of Large Facilities Based on Interactive Feature Editing 1 As-Built 3D Modeling of Large Facilities Based on Interactive Feature Editing H. Masuda 1 and Ichiro Tanaka 2 1 The University of Tokyo, masuda@nakl.t.u-tokyo.ac.jp 2 Tokyo Denki University, tanaka@cck.dendai.ac.jp

More information

3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment

3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment 3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment Özgür ULUCAY Sarp ERTÜRK University of Kocaeli Electronics & Communication Engineering Department 41040 Izmit, Kocaeli

More information

Deep Learning-driven Depth from Defocus via Active Multispectral Quasi-random Projections with Complex Subpatterns

Deep Learning-driven Depth from Defocus via Active Multispectral Quasi-random Projections with Complex Subpatterns Deep Learning-driven Depth from Defocus via Active Multispectral Quasi-random Projections with Complex Subpatterns Avery Ma avery.ma@uwaterloo.ca Alexander Wong a28wong@uwaterloo.ca David A Clausi dclausi@uwaterloo.ca

More information

Ray tracing based fast refraction method for an object seen through a cylindrical glass

Ray tracing based fast refraction method for an object seen through a cylindrical glass 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Ray tracing based fast refraction method for an object seen through a cylindrical

More information

Information page for written examinations at Linköping University TER2

Information page for written examinations at Linköping University TER2 Information page for written examinations at Linköping University Examination date 2016-08-19 Room (1) TER2 Time 8-12 Course code Exam code Course name Exam name Department Number of questions in the examination

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

3D Scanning. Qixing Huang Feb. 9 th Slide Credit: Yasutaka Furukawa

3D Scanning. Qixing Huang Feb. 9 th Slide Credit: Yasutaka Furukawa 3D Scanning Qixing Huang Feb. 9 th 2017 Slide Credit: Yasutaka Furukawa Geometry Reconstruction Pipeline This Lecture Depth Sensing ICP for Pair-wise Alignment Next Lecture Global Alignment Pairwise Multiple

More information

Shading. Shading = find color values at pixels of screen (when rendering a virtual 3D scene).

Shading. Shading = find color values at pixels of screen (when rendering a virtual 3D scene). Light Shading Shading Shading = find color values at pixels of screen (when rendering a virtual 3D scene). Shading Shading = find color values at pixels of screen (when rendering a virtual 3D scene). Same

More information