DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE

Size: px
Start display at page:

Download "DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE"

Transcription

1 Rajesh et al. : Proceedings of the National Seminar & Exhibition on Non-Destructive Evaluation DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE Rajesh V Acharya, Umesh Kumar, Gursharan Singh Industrial Tomography and Instrumentation Section Isotope Applications Division (IAD), Bhabha Atomic Research Centre (BARC), Mumbai ABSTRACT. Cone beam tomography is analogous to the well established fan beam tomography also known as 2D tomography. In it the divergent beam of x-rays coming from the target material which is in the form of a cone, hence the name, is allowed to pass through a specimen and the transmitted radiations are collected on a detector which is generally a flat panel detector. The projection data obtained on the detector is essentially the direct digital radiograph of the specimen. Many such radiographs are acquired in various angular positions of the specimen either by rotating the specimen or the source and detector assembly as the case may be. This data is later processed/filtered and back-projected at various vertical planes to generate multiple slices of cross-sectional attenuation coefficient distributions. The 3D version of tomography therefore saves on the acquisition time without compromising on the reconstruction quality since it follows the accurate analytical method of reconstruction. To make a 3D solid model of a specimen one can use these multiple slices which otherwise in case of 2D tomography will have to be separately acquired and reconstructed. However even then it would be impossible to cover the entire specimen continuously because of the finite size of the detector and therefore simple stacking doesn t help but needs further processing (like overlapping of images and de-convolution etc). This consumes lot of time. This paper describes the software developed for reconstructing tomographic images using multiple digital radiographs of a specimen. An amorphous-si based Flat Panel Detector (FPD) with pixel size 125 micron and 14bit ADC, 420kV X-ray generating machine have been used. The software module named DRIShTI (Software for Digital Radiography based Tomography Imaging) reconstructs the desired number of slices using the classical filtered back-projection algorithm. Keywords: Cone Beam Tomography, Transmission Tomography, 3D Tomographic Reconstruction, Digital Radiography PACS: Tx, Q INTRODUCTION The main advantage in cone beam tomography is the reduction in the data acquisition time. With a point source the ray integrals are measured through every point in the object in the time it takes to measure a single slice in a conventional 2d scanner [1]. However, the cone beam geometry is much more complex than the parallel beam geometry as far as reconstruction is concerned. As in case of 2d reconstruction the slices along the z-direction can no longer be treated independently because a single ray traverses different slices. An additional problem is the fact that the intensity of the beam drops as it expands along a given direction. All this makes cone beam reconstruction more complicated, more memory demanding and slower to reconstruct. The most efficient cone-beam reconstruction algorithm is that of Feldkamp et al.[5] known as the filtered back projection (FBP) algorithm and the same has been used in the current implementation. Part of the implementation of the cone beam reconstruction code is analogous to the 2D FBP, in that the backprojection which happens to be computationally most expensive part is common and the difference is in the geometrical rebinning of the input data or the direct digital radiograph in this case, into equivalent parallel beam data and the formulation of

2 NDE 2011, December 8-10, 2011 FIGURE 1 Schematic block diagram and coordinate system details of Cone Beam Geometry appropriate filter function. The reconstruction code presented here is based on the detailed mathematical analysis given in [1]. In terms of speed and accuracy, Filtered Backprojection is preferred more than other methods of reconstruction, especially algebraic, and may produce better spatial and contrast resolution. Another reason is that this reconstruction technique is more practical and straightforward to implement. The common weakness of the reconstruction algorithms is that the projection data are implicitly assumed to be noise-free (theoretically, the function is reconstructed from projections that contain no noise). However, in practice, one needs to take into account the noise of the detector, the sampling errors, etc. It also introduces artifacts in the image. Figure 1 shows the Cone Beam Computed Tomography (CBCT) setup in block diagram form and also describes the co-ordinate geometry with projections of a point on different planes. In case of CBCT it is necessary to ensure that the object is completely covered in all the FIGURE 2 Block diagram and photographic view of Digital Radiography and Computed Tomography (DR&CT) Lab at IAD, BARC.

3 Rajesh et al. : Proceedings of the National Seminar & Exhibition on Non-Destructive Evaluation radiographs for accurate reconstruction. FIGURE 3 GUI of CBCT reconstruction software DRIShTI METHOD In our laboratory, a dedicated imaging system has been developed which makes use of a variable energy 420 kv (max) X-ray generating device, a high-resolution (127µm 2 ) amorphous-silicon flat panel detector array and a multi-axis mechanical manipulator system. Figure 2 shows the actual set-up inside a shielded enclosure incorporating 2D FPD, a six axis manipulator and the 420 kv X-ray tube head. The system can operate in specified DIR geometry and volume tomography mode within its technical capabilities. The cone beam tomography makes use of standard reconstruction routines and there are software packages available for 3D data processing and management. A computer program in Visual Basic (.NET) using the.dll functions of FPD and mechanical manipulator is built to trigger these hardware in a predefined sequence. The series of Direct Digital Radiographs (DDR) thus generated are stored in a directory in tiff form. These images are later fed to the reconstruction software, DRIShTI, for CBCT reconstruction. The implementation of the cone beam algorithm is based on the following broad mathematical equations [1]. The basic law of radiation attenuation is Where, -Intensity of Incident radiation; - Intensity of transmitted radiations; -Absorber length; µ- Linear attenuation coefficient. The, and in our case are obtained by taking series of DDRs without and with specimen respectively as described above. To reduce the computation time the images may be cropped, using a built in routine, since in most of the cases only a part of the full image is occupied by the object. The beam is then normalized w.r.t space for compensating the intensity fluctuations in different areas of the cone beam owing to its shape using a predefined background image and if required normalization w.r.t time to compensate for beam energy fluctuations during the course of the experiment can also be carried by selecting a region in the radiograph which is never obstructed by the sample. The data after this pre-processing can be arranged in the form of sinogram. A sinogram is nothing but data rearranged in such a way that each image now shows a particular slice from 0 to stacked vertically. The total number of slices desired to be reconstructed on either sides of the center line can be declared on the GUI. The images are first rebinned to equivalent parallel beam images, then filtered and finally back-projected. Bilinear interpolations are used where necessary. The aforesaid three principal steps can be explained mathematically as follows

4 NDE 2011, December 8-10, 2011 Step 1: FIGURE 4 Tomographic reconstruction of an object shown in photograph at (a) with its direct digital radiograph at (b) and results of the tomographic reconstruction at various randomly chosen sections at (c) Where is the projection data, is the source to object distance, ξ is elevation of the slice, is the abscissa of the point. Step 2: Convolve the weighted projection with. This convolution is done independently for each elevation. The result is written as:, Where, ω is indicating signal frequency and is the sampling range. Step 3: Finally each weighted projection is backprojected over the three dimensional reconstruction grid: is the abscissa and is the ordinate of the CBCT image. The two arguments of the weighted projection,, represent the transformation of a point in the object into the coordinate system. EVALUATION The program when run on a 2.13 GHz, Intel core 2 duo processor with 2 GB RAM, takes about 35 seconds per slice of size 300 x 300. The timings mentioned here is just a rough indication and the actual time was variable depending on the position of the slice being reconstructed and geometry of cone beam. The major computation time is consumed by the backprojection process. The rebinning and convolution indicated in step1 and step 2 respectively are comparatively less demanding in that respect. Once the multiple tomographic images are available (figure 4) then using standard image processing modules the three dimensional iso-.

5 Rajesh et al. : Proceedings of the National Seminar & Exhibition on Non-Destructive Evaluation FIGURE 5 Three dimensional data in different forms built using cone beam CT images surface solids can be constructed and other information from different types of cross-sections can be easily extracted as shown in figure 5. RESULTS AND DISCUSSIONS It is observed from the resulting CT images not presented here that there are some artifacts like beam hardening and ring artifacts. The CT images, as seen from their 3D reconstructions, also have some noise. These and other such sources of errors and artifacts coming from dead pixels, bad pixels from the data acquisition system etc are under study and will be incorporated in future versions. It is also proposed to use hardware networking and parallel processing power for reducing overall reconstruction time. There are different graphic processing units (GPU) available which can also be used for reducing the overall reconstruction time. CONCLUSION DRIShTI can evolve as a effective cone beam tomography reconstruction tool for troubleshooting and research purpose. It can definitely be improved further in its future versions to add functionalities like parallel processing, error and artifact correction and other image post processing operations. Other beam geometries like equiangular fan beam, parallel beam, spiral or helical beam reconstructions can be added to make it a comprehensive package. ACKNOWLEDGEMENT REFERENCES 1. A. C. Kak and M. Slaney. Principles of Computerized Tomographic Imaging. IEEE Press, Bruce D. Smith, Optical Engineering 29(5) (May 1990).

6 NDE 2011, December 8-10, B.D. Smith, IEEE Trans. Med. Imag., vol. MI-4, 14-28, (1985). 4. M Grass, Th. Kohler and R Proksa; Phys. Med. Biol. 45 (2000) Feldkamp L.A., Davis L., and Kress, Journal of the Optical Society of America, 1: , , G.T. Herman Image Reconstruction from Projections, Academic Publishers, London (1980). 7. Natterer F, The Mathematics of Computerized Tomography (New York: Wiley 1986).

Performance Evaluation of 3-Axis Scanner Automated For Industrial Gamma- Ray Computed Tomography

Performance Evaluation of 3-Axis Scanner Automated For Industrial Gamma- Ray Computed Tomography National Seminar & Exhibition on Non-Destructive Evaluation, NDE 2014, Pune, December 4-6, 2014 (NDE-India 2014) Vol.20 No.6 (June 2015) - The e-journal of Nondestructive Testing - ISSN 1435-4934 www.ndt.net/?id=17822

More information

Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D.

Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D. Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D. Applied Science Laboratory, GE Healthcare Technologies 1 Image Generation Reconstruction of images from projections. textbook reconstruction advanced

More information

2D Fan Beam Reconstruction 3D Cone Beam Reconstruction

2D Fan Beam Reconstruction 3D Cone Beam Reconstruction 2D Fan Beam Reconstruction 3D Cone Beam Reconstruction Mario Koerner March 17, 2006 1 2D Fan Beam Reconstruction Two-dimensional objects can be reconstructed from projections that were acquired using parallel

More information

High-performance tomographic reconstruction using graphics processing units

High-performance tomographic reconstruction using graphics processing units 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 29 http://mssanz.org.au/modsim9 High-performance tomographic reconstruction using graphics processing units Ya.I. esterets and T.E. Gureyev

More information

Image Acquisition Systems

Image Acquisition Systems Image Acquisition Systems Goals and Terminology Conventional Radiography Axial Tomography Computer Axial Tomography (CAT) Magnetic Resonance Imaging (MRI) PET, SPECT Ultrasound Microscopy Imaging ITCS

More information

Improvement of Efficiency and Flexibility in Multi-slice Helical CT

Improvement of Efficiency and Flexibility in Multi-slice Helical CT J. Shanghai Jiaotong Univ. (Sci.), 2008, 13(4): 408 412 DOI: 10.1007/s12204-008-0408-x Improvement of Efficiency and Flexibility in Multi-slice Helical CT SUN Wen-wu 1 ( ), CHEN Si-ping 2 ( ), ZHUANG Tian-ge

More information

Quality control phantoms and protocol for a tomography system

Quality control phantoms and protocol for a tomography system Quality control phantoms and protocol for a tomography system Lucía Franco 1 1 CT AIMEN, C/Relva 27A O Porriño Pontevedra, Spain, lfranco@aimen.es Abstract Tomography systems for non-destructive testing

More information

Computed Tomography. Principles, Design, Artifacts, and Recent Advances. Jiang Hsieh THIRD EDITION. SPIE PRESS Bellingham, Washington USA

Computed Tomography. Principles, Design, Artifacts, and Recent Advances. Jiang Hsieh THIRD EDITION. SPIE PRESS Bellingham, Washington USA Computed Tomography Principles, Design, Artifacts, and Recent Advances THIRD EDITION Jiang Hsieh SPIE PRESS Bellingham, Washington USA Table of Contents Preface Nomenclature and Abbreviations xi xv 1 Introduction

More information

X-ray Industrial Computed Laminography (ICL) Simulation Study of Planar Objects: Optimization of Laminographic Angle

X-ray Industrial Computed Laminography (ICL) Simulation Study of Planar Objects: Optimization of Laminographic Angle More info about this article: http://www.ndt.net/?id=21086 X-ray Industrial Computed Laminography (ICL) Simulation Study of Planar Objects: Optimization of Laminographic Angle Lakshminarayana Yenumula

More information

Translational Computed Tomography: A New Data Acquisition Scheme

Translational Computed Tomography: A New Data Acquisition Scheme 2nd International Symposium on NDT in Aerospace 2010 - We.1.A.3 Translational Computed Tomography: A New Data Acquisition Scheme Theobald FUCHS 1, Tobias SCHÖN 2, Randolf HANKE 3 1 Fraunhofer Development

More information

Accelerated C-arm Reconstruction by Out-of-Projection Prediction

Accelerated C-arm Reconstruction by Out-of-Projection Prediction Accelerated C-arm Reconstruction by Out-of-Projection Prediction Hannes G. Hofmann, Benjamin Keck, Joachim Hornegger Pattern Recognition Lab, University Erlangen-Nuremberg hannes.hofmann@informatik.uni-erlangen.de

More information

Medical Image Processing: Image Reconstruction and 3D Renderings

Medical Image Processing: Image Reconstruction and 3D Renderings Medical Image Processing: Image Reconstruction and 3D Renderings 김보형 서울대학교컴퓨터공학부 Computer Graphics and Image Processing Lab. 2011. 3. 23 1 Computer Graphics & Image Processing Computer Graphics : Create,

More information

Tomographic Algorithm for Industrial Plasmas

Tomographic Algorithm for Industrial Plasmas Tomographic Algorithm for Industrial Plasmas More info about this article: http://www.ndt.net/?id=22342 1 Sudhir K. Chaudhary, 1 Kavita Rathore, 2 Sudeep Bhattacharjee, 1 Prabhat Munshi 1 Nuclear Engineering

More information

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling nd International Symposium on NDT in Aerospace - We..A. Comparison of Probing Error in Dimensional Measurement by Means of D Computed Tomography with Circular and Helical Sampling Jochen HILLER, Stefan

More information

MULTI-PURPOSE 3D COMPUTED TOMOGRAPHY SYSTEM

MULTI-PURPOSE 3D COMPUTED TOMOGRAPHY SYSTEM MULTI-PURPOSE 3D COMPUTED TOMOGRAPHY SYSTEM M. Simon, C. Sauerwein, I. Tiseanu, S. Burdairon Hans Wälischmiller GmbH Klingleweg 8, D-88709 Meersburg, Germany e-mail: ms@hwm.com ABSTRACT A new flexible

More information

18th World Conference on Nondestructive Testing, April 2012, Durban, South Africa

18th World Conference on Nondestructive Testing, April 2012, Durban, South Africa 18th World Conference on Nondestructive Testing, 16-20 April 2012, Durban, South Africa TOWARDS ESTABLISHMENT OF STANDARDIZED PRACTICE FOR ASSESSMENT OF SPATIAL RESOLUTION AND CONTRAST OF INTERNATIONAL

More information

CIVA Computed Tomography Modeling

CIVA Computed Tomography Modeling CIVA Computed Tomography Modeling R. FERNANDEZ, EXTENDE, France S. LEGOUPIL, M. COSTIN, D. TISSEUR, A. LEVEQUE, CEA-LIST, France page 1 Summary Context From CIVA RT to CIVA CT Reconstruction Methods Applications

More information

Feldkamp-type image reconstruction from equiangular data

Feldkamp-type image reconstruction from equiangular data Journal of X-Ray Science and Technology 9 (2001) 113 120 113 IOS Press Feldkamp-type image reconstruction from equiangular data Ben Wang a, Hong Liu b, Shiying Zhao c and Ge Wang d a Department of Elec.

More information

CLASS HOURS: 4 CREDIT HOURS: 4 LABORATORY HOURS: 0

CLASS HOURS: 4 CREDIT HOURS: 4 LABORATORY HOURS: 0 Revised 10/10 COURSE SYLLABUS TM 220 COMPUTED TOMOGRAPHY PHYSICS CLASS HOURS: 4 CREDIT HOURS: 4 LABORATORY HOURS: 0 CATALOG COURSE DESCRIPTION: This course is one of a three course set in whole body Computed

More information

Introduction to Biomedical Imaging

Introduction to Biomedical Imaging Alejandro Frangi, PhD Computational Imaging Lab Department of Information & Communication Technology Pompeu Fabra University www.cilab.upf.edu X-ray Projection Imaging Computed Tomography Digital X-ray

More information

2D Fan Beam Reconstruction 3D Cone Beam Reconstruction. Mario Koerner

2D Fan Beam Reconstruction 3D Cone Beam Reconstruction. Mario Koerner 2D Fan Beam Reconstruction 3D Cone Beam Reconstruction Mario Koerner Moscow-Bavarian Joint Advanced Student School 2006 March 19 2006 to March 29 2006 Overview 2D Fan Beam Reconstruction Shortscan Reconstruction

More information

Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction

Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction Klaus Erhard a, Michael Grass a, Sebastian Hitziger b, Armin Iske b and Tim Nielsen a a Philips Research Europe Hamburg,

More information

Spiral ASSR Std p = 1.0. Spiral EPBP Std. 256 slices (0/300) Kachelrieß et al., Med. Phys. 31(6): , 2004

Spiral ASSR Std p = 1.0. Spiral EPBP Std. 256 slices (0/300) Kachelrieß et al., Med. Phys. 31(6): , 2004 Spiral ASSR Std p = 1.0 Spiral EPBP Std p = 1.0 Kachelrieß et al., Med. Phys. 31(6): 1623-1641, 2004 256 slices (0/300) Advantages of Cone-Beam Spiral CT Image quality nearly independent of pitch Increase

More information

Adaptive region of interest method for analytical micro-ct reconstruction

Adaptive region of interest method for analytical micro-ct reconstruction Journal of X-Ray Science and Technology 19 (2011) 23 33 23 DOI 10.3233/XST-2010-0274 IOS Press Adaptive region of interest method for analytical micro-ct reconstruction Wanneng Yang, Xiaochun Xu, Kun Bi,

More information

Implementation of a backprojection algorithm on CELL

Implementation of a backprojection algorithm on CELL Implementation of a backprojection algorithm on CELL Mario Koerner March 17, 2006 1 Introduction X-ray imaging is one of the most important imaging technologies in medical applications. It allows to look

More information

An approximate cone beam reconstruction algorithm for gantry-tilted CT

An approximate cone beam reconstruction algorithm for gantry-tilted CT An approximate cone beam reconstruction algorithm for gantry-tilted CT Ming Yan a, Cishen Zhang ab, Hongzhu Liang a a School of Electrical & Electronic Engineering, Nanyang Technological University, Singapore;

More information

Suitability of a new alignment correction method for industrial CT

Suitability of a new alignment correction method for industrial CT Suitability of a new alignment correction method for industrial CT Matthias Elter 1, Nicole Maass 1, Peter Koch 2 1 Siemens AG, Healthcare Sector, Erlangen, Germany, e-mail: matthias.elter@siemens.com,

More information

Computed Tomography for Industry Needs and Status Umesh Kumar

Computed Tomography for Industry Needs and Status Umesh Kumar Computed Tomography for Industry Needs and Status Umesh Kumar Bhabha Atomic Research Centre, Mumbai, INDIA Industrial Computed Tomography (ICT) Needs Why industrial tomography is required when many conventional

More information

MEDICAL IMAGING 2nd Part Computed Tomography

MEDICAL IMAGING 2nd Part Computed Tomography MEDICAL IMAGING 2nd Part Computed Tomography Introduction 2 In the last 30 years X-ray Computed Tomography development produced a great change in the role of diagnostic imaging in medicine. In convetional

More information

Introduction to Medical Imaging. Cone-Beam CT. Klaus Mueller. Computer Science Department Stony Brook University

Introduction to Medical Imaging. Cone-Beam CT. Klaus Mueller. Computer Science Department Stony Brook University Introduction to Medical Imaging Cone-Beam CT Klaus Mueller Computer Science Department Stony Brook University Introduction Available cone-beam reconstruction methods: exact approximate algebraic Our discussion:

More information

Radiology. Marta Anguiano Millán. Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada

Radiology. Marta Anguiano Millán. Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada Departamento de Física Atómica, Molecular y Nuclear Facultad de Ciencias. Universidad de Granada Overview Introduction Overview Introduction Tecniques of imaging in Overview Introduction Tecniques of imaging

More information

3D Computed Tomography (CT) Its Application to Aerospace Industry

3D Computed Tomography (CT) Its Application to Aerospace Industry 3D Computed Tomography (CT) Its Application to Aerospace Industry C. Muralidhar, M. P. Subramanian, V. Ravi Shankar and G. Chandrasekhar Directorate of Non Destructive Evaluation, Defence Research & Development

More information

Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection

Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection Caroline Vienne 1, Marius Costin 1 More info about this article: http://www.ndt.net/?id=21917 1 CEA, LIST, Département

More information

CIVA CT, an advanced simulation platform for NDT

CIVA CT, an advanced simulation platform for NDT More Info at Open Access Database www.ndt.net/?id=18774 CIVA CT, an advanced simulation platform for NDT Marius Costin 1, David Tisseur 1, Caroline Vienne 1, Ronan Guillamet 1, Hussein Banjak 1, Navnina

More information

Central Slice Theorem

Central Slice Theorem Central Slice Theorem Incident X-rays y f(x,y) R x r x Detected p(, x ) The thick line is described by xcos +ysin =R Properties of Fourier Transform F [ f ( x a)] F [ f ( x)] e j 2 a Spatial Domain Spatial

More information

Tomographic Reconstruction

Tomographic Reconstruction Tomographic Reconstruction 3D Image Processing Torsten Möller Reading Gonzales + Woods, Chapter 5.11 2 Overview Physics History Reconstruction basic idea Radon transform Fourier-Slice theorem (Parallel-beam)

More information

A practical software platform of integrated reconstruction algorithms and forward algorithms for 2D industrial CT

A practical software platform of integrated reconstruction algorithms and forward algorithms for 2D industrial CT Journal of X-Ray Science and Technology 13 (2005) 9 21 9 IOS Press A practical software platform of integrated reconstruction algorithms and forward algorithms for 2D industrial CT Hui Li a, Zhaotian Zhang

More information

Enhancement Image Quality of CT Using Single Slice Spiral Technique

Enhancement Image Quality of CT Using Single Slice Spiral Technique Enhancement Image Quality of CT Using Single Slice Spiral Technique Doaa. N. Al Sheack 1 and Dr.Mohammed H. Ali Al Hayani 2 1 2 Electronic and Communications Engineering Department College of Engineering,

More information

Arion: a realistic projection simulator for optimizing laboratory and industrial micro-ct

Arion: a realistic projection simulator for optimizing laboratory and industrial micro-ct Arion: a realistic projection simulator for optimizing laboratory and industrial micro-ct J. DHAENE* 1, E. PAUWELS 1, T. DE SCHRYVER 1, A. DE MUYNCK 1, M. DIERICK 1, L. VAN HOOREBEKE 1 1 UGCT Dept. Physics

More information

International Symposium on Digital Industrial Radiology and Computed Tomography - Mo.2.2

International Symposium on Digital Industrial Radiology and Computed Tomography - Mo.2.2 International Symposium on Digital Industrial Radiology and Computed Tomography - Mo.2.2 Accuracy Evaluation and Exploration of Measurement Uncertainty for Exact Helical Cone Beam Reconstruction Using

More information

Digital Image Processing

Digital Image Processing Digital Image Processing SPECIAL TOPICS CT IMAGES Hamid R. Rabiee Fall 2015 What is an image? 2 Are images only about visual concepts? We ve already seen that there are other kinds of image. In this lecture

More information

Index. aliasing artifacts and noise in CT images, 200 measurement of projection data, nondiffracting

Index. aliasing artifacts and noise in CT images, 200 measurement of projection data, nondiffracting Index Algebraic equations solution by Kaczmarz method, 278 Algebraic reconstruction techniques, 283-84 sequential, 289, 293 simultaneous, 285-92 Algebraic techniques reconstruction algorithms, 275-96 Algorithms

More information

high performance medical reconstruction using stream programming paradigms

high performance medical reconstruction using stream programming paradigms high performance medical reconstruction using stream programming paradigms This Paper describes the implementation and results of CT reconstruction using Filtered Back Projection on various stream programming

More information

Advanced Reconstruction Techniques Applied to an On-Site CT System

Advanced Reconstruction Techniques Applied to an On-Site CT System 2nd International Symposium on NDT in Aerospace 2010 - We.1.A.4 Advanced Reconstruction Techniques Applied to an On-Site CT System Jonathan HESS, Markus EBERHORN, Markus HOFMANN, Maik LUXA Fraunhofer Development

More information

Fast Reconstruction of CFRP X-ray Images based on a Neural Network Filtered Backprojection Approach

Fast Reconstruction of CFRP X-ray Images based on a Neural Network Filtered Backprojection Approach Fast Reconstruction of CFRP X-ray Images based on a Neural Network Filtered Backprojection Approach More info about this article: http://www.ndt.net/?id=20852 Eline Janssens 1, Sascha Senck 2, Christoph

More information

Thickness Measurement of Metal Plate Using CT Projection Images and Nominal Shape

Thickness Measurement of Metal Plate Using CT Projection Images and Nominal Shape Thickness Measurement of Metal Plate Using CT Projection Images and Nominal Shape Tasuku Ito 1, Yutaka Ohtake 1, Yukie Nagai 2, Hiromasa Suzuki 1 More info about this article: http://www.ndt.net/?id=23662

More information

Material for Chapter 6: Basic Principles of Tomography M I A Integral Equations in Visual Computing Material

Material for Chapter 6: Basic Principles of Tomography M I A Integral Equations in Visual Computing Material Material for Chapter : Integral Equations in Visual Computing Material Basic Principles of Tomography c 00 Bernhard Burgeth 0 Source: Images Figure : Radon Transform: ttenuation http://en.wikimedia.org/wiki/image:radon_transform.png

More information

High-resolution X-ray CT Inspection of Honeycomb Composites Using Planar Computed Tomography Technology

High-resolution X-ray CT Inspection of Honeycomb Composites Using Planar Computed Tomography Technology 2nd International Symposium on NDT in Aerospace 2010 - We.4.B.4 High-resolution X-ray CT Inspection of Honeycomb Composites Using Planar Computed Tomography Technology Tong LIU, Andrew A. MALCOLM, and

More information

Reconstruction from Projections

Reconstruction from Projections Reconstruction from Projections M.C. Villa Uriol Computational Imaging Lab email: cruz.villa@upf.edu web: http://www.cilab.upf.edu Based on SPECT reconstruction Martin Šámal Charles University Prague,

More information

Corso di laurea in Fisica A.A Fisica Medica 4 TC

Corso di laurea in Fisica A.A Fisica Medica 4 TC Corso di laurea in Fisica A.A. 2007-2008 Fisica Medica 4 TC Computed Tomography Principles 1. Projection measurement 2. Scanner systems 3. Scanning modes Basic Tomographic Principle The internal structure

More information

Consistency in Tomographic Reconstruction by Iterative Methods

Consistency in Tomographic Reconstruction by Iterative Methods Consistency in Tomographic Reconstruction by Iterative Methods by M. Reha Civanlar and H.J. Trussell Center for Communications and Signal Processing Department of Electrical and Computer Engineering North

More information

An Iterative Approach to the Beam Hardening Correction in Cone Beam CT (Proceedings)

An Iterative Approach to the Beam Hardening Correction in Cone Beam CT (Proceedings) Marquette University e-publications@marquette Biomedical Engineering Faculty Research and Publications Engineering, College of 1-1-1999 An Iterative Approach to the Beam Hardening Correction in Cone Beam

More information

Biomedical Imaging. Computed Tomography. Patrícia Figueiredo IST

Biomedical Imaging. Computed Tomography. Patrícia Figueiredo IST Biomedical Imaging Computed Tomography Patrícia Figueiredo IST 2013-2014 Overview Basic principles X ray attenuation projection Slice selection and line projections Projection reconstruction Instrumentation

More information

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography 4th International Symposium on NDT in Aerospace 2012 - Tu.3.A.3 An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography Jonathan HESS *, Patrick KUEHNLEIN *, Steven OECKL

More information

Combining Analytical and Monte Carlo Modelling for Industrial Radiology

Combining Analytical and Monte Carlo Modelling for Industrial Radiology 19 th World Conference on Non-Destructive Testing 2016 Combining Analytical and Monte Carlo Modelling for Industrial Radiology Carsten BELLON, Gerd-Rüdiger JAENISCH, Andreas DERESCH BAM Bundesanstalt für

More information

Phase-Contrast Imaging and Tomography at 60 kev using a Conventional X-ray Tube

Phase-Contrast Imaging and Tomography at 60 kev using a Conventional X-ray Tube Phase-Contrast Imaging and Tomography at 60 kev using a Conventional X-ray Tube T. Donath* a, F. Pfeiffer a,b, O. Bunk a, W. Groot a, M. Bednarzik a, C. Grünzweig a, E. Hempel c, S. Popescu c, M. Hoheisel

More information

HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS

HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS 23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN 16-20 APRIL 2007 HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS P. Helberg 1,

More information

Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage. 29 April - 3 May, 2013

Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage. 29 April - 3 May, 2013 2455-5 Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage 29 April - 3 May, 2013 Lecture NoteBasic principles of X-ray Computed Tomography Diego Dreossi Elettra, Trieste

More information

A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals

A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals More Info at Open Access Database www.ndt.net/?id=15210 A method and algorithm for Tomographic Imaging of highly porous specimen using Low Frequency Acoustic/Ultrasonic signals Subodh P S 1,a, Reghunathan

More information

Non-Stationary CT Image Noise Spectrum Analysis

Non-Stationary CT Image Noise Spectrum Analysis Non-Stationary CT Image Noise Spectrum Analysis Michael Balda, Björn J. Heismann,, Joachim Hornegger Pattern Recognition Lab, Friedrich-Alexander-Universität Erlangen Siemens Healthcare, Erlangen michael.balda@informatik.uni-erlangen.de

More information

Characterization of microshells experimented on Laser Megajoule using X-Ray tomography

Characterization of microshells experimented on Laser Megajoule using X-Ray tomography Characterization of microshells experimented on Laser Megajoule using X-Ray tomography More info about this article: http://www.ndt.net/?id=20881 Alexandre Choux, Lise Barnouin, Ludovic Reverdy, Marc Theobald

More information

Investigation on reconstruction methods applied to 3D terahertz computed Tomography

Investigation on reconstruction methods applied to 3D terahertz computed Tomography Investigation on reconstruction methods applied to 3D terahertz computed Tomography B. Recur, 3 A. Younus, 1, P. Mounaix 1, S. Salort, 2 B. Chassagne, 2 P. Desbarats, 3 J-P. Caumes, 2 and E. Abraham 1

More information

Workshop on Quantitative SPECT and PET Brain Studies January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET

Workshop on Quantitative SPECT and PET Brain Studies January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET Workshop on Quantitative SPECT and PET Brain Studies 14-16 January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET Físico João Alfredo Borges, Me. Corrections in SPECT and PET SPECT and

More information

INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1. Modifications for P551 Fall 2013 Medical Physics Laboratory

INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1. Modifications for P551 Fall 2013 Medical Physics Laboratory INTRODUCTION TO MEDICAL IMAGING- 3D LOCALIZATION LAB MANUAL 1 Modifications for P551 Fall 2013 Medical Physics Laboratory Introduction Following the introductory lab 0, this lab exercise the student through

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

MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY. Prof. Yasser Mostafa Kadah

MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY. Prof. Yasser Mostafa Kadah MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY Prof. Yasser Mostafa Kadah www.k-space.org Recommended Textbook X-Ray Computed Tomography in Biomedical Engineering, by Robert Cierniak, Springer, 211 Computed Tomography

More information

FDK Half-Scan with a Heuristic Weighting Scheme on a Flat Panel Detector-Based Cone Beam CT (FDKHSCW)

FDK Half-Scan with a Heuristic Weighting Scheme on a Flat Panel Detector-Based Cone Beam CT (FDKHSCW) Biomedical Imaging Volume 26, Article ID 83983, Pages 8 DOI.55/IJBI/26/83983 FDK Half-Scan with a Heuristic Weighting Scheme on a Flat Panel Detector-Based Cone Beam CT (FDKHSCW) Dong Yang and Ruola Ning

More information

A cone-beam CT geometry correction method based on intentional misalignments to render the projection images correctable

A cone-beam CT geometry correction method based on intentional misalignments to render the projection images correctable A cone-beam CT geometry correction method based on intentional misalignments to render the projection images correctable Felix Meli, Benjamin A. Bircher, Sarah Blankenberger, Alain Küng, Rudolf Thalmann

More information

Registration concepts for the just-in-time artefact correction by means of virtual computed tomography

Registration concepts for the just-in-time artefact correction by means of virtual computed tomography DIR 2007 - International Symposium on Digital industrial Radiology and Computed Tomography, June 25-27, 2007, Lyon, France Registration concepts for the just-in-time artefact correction by means of virtual

More information

SPECT reconstruction

SPECT reconstruction Regional Training Workshop Advanced Image Processing of SPECT Studies Tygerberg Hospital, 19-23 April 2004 SPECT reconstruction Martin Šámal Charles University Prague, Czech Republic samal@cesnet.cz Tomography

More information

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH 3/27/212 Advantages of SPECT SPECT / CT Basic Principles Dr John C. Dickson, Principal Physicist UCLH Institute of Nuclear Medicine, University College London Hospitals and University College London john.dickson@uclh.nhs.uk

More information

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging Saoni Mukherjee, Nicholas Moore, James Brock and Miriam Leeser September 12, 2012 1 Outline Introduction to CT Scan, 3D reconstruction

More information

Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram

Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram Efficient 3D Crease Point Extraction from 2D Crease Pixels of Sinogram Ryo Jinnouchi 1, Yutaka Ohtake 1, Hiromasa Suzuki 1, Yukie Nagai 1 1 The University of Tokyo, Japan, e-mail: {jinnouchi, yu-ohtake,

More information

Algebraic Iterative Methods for Computed Tomography

Algebraic Iterative Methods for Computed Tomography Algebraic Iterative Methods for Computed Tomography Per Christian Hansen DTU Compute Department of Applied Mathematics and Computer Science Technical University of Denmark Per Christian Hansen Algebraic

More information

Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images

Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images Tao Han, Chris C. Shaw, Lingyun Chen, Chao-jen Lai, Xinming Liu, Tianpeng Wang Digital Imaging Research Laboratory (DIRL),

More information

Planar tomosynthesis reconstruction in a parallel-beam framework via virtual object reconstruction

Planar tomosynthesis reconstruction in a parallel-beam framework via virtual object reconstruction Planar tomosynthesis reconstruction in a parallel-beam framework via virtual object reconstruction Brian E. Nett a,shuaileng a and Guang-Hong Chen a,b a Department of Medical Physics, University of Wisconsin-Madison,

More information

Application of 450 kv Computed Tomography to Engine Blocks with Steel Liners

Application of 450 kv Computed Tomography to Engine Blocks with Steel Liners Application of 450 kv Computed Tomography to Engine Blocks with Steel Liners Charles R. Smith, Kevin Holt BIR, Inc. Uwe Bischoff, Bernd Georgi, Ferdinand Hansen, Frank Jeltsch Volkswagen Commercial Vehicles

More information

Scaling Calibration in the ATRACT Algorithm

Scaling Calibration in the ATRACT Algorithm Scaling Calibration in the ATRACT Algorithm Yan Xia 1, Andreas Maier 1, Frank Dennerlein 2, Hannes G. Hofmann 1, Joachim Hornegger 1,3 1 Pattern Recognition Lab (LME), Friedrich-Alexander-University Erlangen-Nuremberg,

More information

Computed tomography - outline

Computed tomography - outline Computed tomography - outline Computed Tomography Systems Jørgen Arendt Jensen and Mikael Jensen (DTU Nutech) October 6, 216 Center for Fast Ultrasound Imaging, Build 349 Department of Electrical Engineering

More information

MEDICAL IMAGING 2nd Part Computed Tomography

MEDICAL IMAGING 2nd Part Computed Tomography MEDICAL IMAGING 2nd Part Computed Tomography Introduction 2 In the last 30 years X-ray Computed Tomography development produced a great change in the role of diagnostic imaging in medicine. In convetional

More information

J. Ling Chinese Academy of Science Institute for Ceramics Shanghai, China

J. Ling Chinese Academy of Science Institute for Ceramics Shanghai, China DEVELOPMENT AND APPLICATION OF LOCAL 3-D CT RECONSTRUCTION SOFTWARE FOR IMAGING CRITICAL REGIONS IN LARGE CERAMIC TURBINE ROTORS E. A. Sivers, D. L. Holloway, and W. A. Ellingson Argonne National Laboratory

More information

LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0

LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0 LAB DEMONSTRATION COMPUTED TOMOGRAPHY USING DESKCAT Lab Manual: 0 Introduction This lab demonstration explores the physics and technology of Computed Tomography (CT) and guides the student and instructor

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/887/48289 holds various files of this Leiden University dissertation Author: Plantagie, L. Title: Algebraic filters for filtered backprojection Issue Date: 207-04-3

More information

Tomographic X-ray data of a walnut

Tomographic X-ray data of a walnut Tomographic X-ray data of a walnut arxiv:1502.04064v1 [physics.data-an] 11 Feb 2015 K. Hämäläinen, L. Harhanen, A. Kallonen, A. Kujanpää, E. Niemi and S. Siltanen February 16, 2015 Abstract This is the

More information

GE s Revolution CT MATLAB III: CT. Kathleen Chen March 20, 2018

GE s Revolution CT MATLAB III: CT. Kathleen Chen March 20, 2018 GE s Revolution CT MATLAB III: CT Kathleen Chen chens18@rpi.edu March 20, 2018 https://www.zmescience.com/medicine/inside-human-body-real-time-gifs-demo-power-ct-scan/ Reminders Make sure you have MATLAB

More information

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Qiao Yang 1,4, Meng Wu 2, Andreas Maier 1,3,4, Joachim Hornegger 1,3,4, Rebecca Fahrig

More information

XRADIA microxct Manual

XRADIA microxct Manual XRADIA microxct Manual Multiscale CT Lab Table of Contents 1. Introduction and Basics 1.1 Instrument Parts 1.2 Powering up the system 1.3 Preparing your sample 2. TXM Controller 2.1 Starting up 2.2 Finding

More information

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Andreas Maier 1, Patrick Kugler 2, Günter Lauritsch 2, Joachim Hornegger 1 1 Pattern Recognition Lab and SAOT Erlangen,

More information

Moving Metal Artifact Reduction for Cone-Beam CT (CBCT) Scans of the Thorax Region

Moving Metal Artifact Reduction for Cone-Beam CT (CBCT) Scans of the Thorax Region Moving Metal Artifact Reduction for Cone-Beam CT (CBCT) Scans of the Thorax Region Andreas Hahn 1,2, Sebastian Sauppe 1,2, Michael Knaup 1, and Marc Kachelrieß 1,2 1 German Cancer Research Center (DKFZ),

More information

TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT

TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT SCA2016-080 1/7 TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT Alexander Katsevich 1, 2 and Michael Frenkel 1 1 itomography Corp., 2 University of Central Florida (UCF) This paper

More information

Beam Attenuation Grid Based Scatter Correction Algorithm for. Cone Beam Volume CT

Beam Attenuation Grid Based Scatter Correction Algorithm for. Cone Beam Volume CT 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic Beam Attenuation Grid Based Scatter Correction Algorithm for More Info at Open Access Database

More information

GPU implementation for rapid iterative image reconstruction algorithm

GPU implementation for rapid iterative image reconstruction algorithm GPU implementation for rapid iterative image reconstruction algorithm and its applications in nuclear medicine Jakub Pietrzak Krzysztof Kacperski Department of Medical Physics, Maria Skłodowska-Curie Memorial

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/1887/8289 holds various files of this Leiden University dissertation Author: Plantagie, L. Title: Algebraic filters for filtered backprojection Issue Date: 2017-0-13

More information

Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam

Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam Home Search Collections Journals About Contact us My IOPscience Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam projections This content has been downloaded from IOPscience.

More information

THE FAN-BEAM scan for rapid data acquisition has

THE FAN-BEAM scan for rapid data acquisition has 190 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 26, NO. 2, FEBRUARY 2007 Hilbert Transform Based FBP Algorithm for Fan-Beam CT Full Partial Scans Jiangsheng You*, Member, IEEE, Gengsheng L. Zeng, Senior

More information

REAL-TIME and high-quality reconstruction of cone-beam

REAL-TIME and high-quality reconstruction of cone-beam Real-Time 3D Cone Beam Reconstruction Dzmitry Stsepankou, Klaus Kornmesser, Jürgen Hesser, Reinhard Männer Abstract The paper presents a comparison of filtered backprojection and iterative approaches (modified

More information

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING Reveal pathology Reveal the anatomic truth Steven R. Singer, DDS srs2@columbia.edu IDEAL DIAGNOSTIC IMAGING STUDY Provides desired diagnostic

More information

Image Reconstruction 3 Fully 3D Reconstruction

Image Reconstruction 3 Fully 3D Reconstruction Image Reconstruction 3 Fully 3D Reconstruction Thomas Bortfeld Massachusetts General Hospital, Radiation Oncology, HMS HST.S14, February 25, 2013 Thomas Bortfeld (MGH, HMS, Rad. Onc.) Image Reconstruction

More information

Advanced Computed Tomography System for the Inspection of Large Aluminium Car Bodies

Advanced Computed Tomography System for the Inspection of Large Aluminium Car Bodies ECNDT 2006 - Th.3.4.2 Advanced Computed Tomography System for the Inspection of Large Aluminium Car Bodies M. SIMON, I. TISEANU, C. SAUERWEIN Hans WÄLISCHMILLER, Meersburg, Germany M. SINDEL, M. BRODMANN,

More information

Recognition and Measurement of Small Defects in ICT Testing

Recognition and Measurement of Small Defects in ICT Testing 19 th World Conference on Non-Destructive Testing 2016 Recognition and Measurement of Small Defects in ICT Testing Guo ZHIMIN, Ni PEIJUN, Zhang WEIGUO, Qi ZICHENG Inner Mongolia Metallic Materials Research

More information