Introduc)on to PET Image Reconstruc)on. Tomographic Imaging. Projec)on Imaging. Types of imaging systems

Size: px
Start display at page:

Download "Introduc)on to PET Image Reconstruc)on. Tomographic Imaging. Projec)on Imaging. Types of imaging systems"

Transcription

1 Introduc)on to PET Image Reconstruc)on Adam Alessio Nuclear Medicine Lectures Imaging Research Laboratory Division of Nuclear Medicine University of Washington Fall Summary of PET (SUV) Lecture from Robert Doot, PhD Quantitative analysis of FDG uptake is important in tumor imaging, especially for research Standard uptake values (SUV) are clinically feasible and require no extra effort But SUVs require attention to detail (i.e. weigh pts every time) SUV is less precise than more complex quantitative analysis methods Protocol standardization improves quantitative precision Projec)on Imaging overlay of all information (non quantitative) Tomographic Imaging Tomo + graphy = Greek: slice + picture source z y x z detector x p(x,z) = f(x,y,z) dy orbiting source + detector data for all angles true cross-sectional image 3 4 Types of imaging systems From photon detec)on to data in form of Sinograms The number of events detected along an (LOR) is proportional to the integral of activity (i.e. FDG concentration) along that line. s Projection: collection of parallel LORs (a single view) source Transmission (TX) Emission (EM) but same mathematics of tomography 511 kev photon detections Patient FDG distribution point source 180 o 0 o s s Sinogram (all views) single projection sine wave traced out by point source 5 6 Adam Alessio, aalessio@u.washington.edu 1

2 Sinogram Example Data Correc)ons Sinogram P(s, θ) Order of corrections (common application): Start with Raw Data: Prompt Events = Trues + Randoms + Scatter Scanner B Source Objects D C A The sinogram is P(s, θ) organized as a 2D histogram - Radon Transform of the object A D S C B 1. Randoms correction (Yr = Prompt-Randoms) 2. Detection efficiency normalization (Yn = Yr * Norm) 3. Deadtime (Yd = Yn * Dead) 4. Scatter (Ys = Yd - Scat) 5. Attenuation ( Ya = Ys * ACF) attenuation correction factors 6. Image Reconstruction 7 9 Sinograms reconstructed into images Analy)cal Methods: Data Forma)on? y s Projection domain x Image domain Reconstruction Problem All modalities that collect line-integral data (sinograms) can employ the same methods for reconstruction: 1. Analytical Methods - most popular: FBP- Filtered Backprojection 2. Iterative Methods - most popular: OSEM - ordered subset expectation maximization 10 Point Source - Forward Projection to 3 projections Can get estimate of point source with Back-projection 11 Analy)cal Methods: simple back- projec)on of point source Image & Sinogram Space Angle Instead of getting a point source, end up with: 1/r = Distance Backprojected Image No filtering ==> Result = true 1/r Need to do Filtered Back-Projection FBP To undo this, filter projections with ramp filter before backprojecting Adam Alessio, aalessio@u.washington.edu 2

3 Analy)cal Method: Filtered back- projec)on Ramp filter then backprojection provides the exact solution in the absence of noise Ramp filter accentuates high frequency - Not good for noise High Frequency 0 frequency High Frequency Either clip ramp filter or often use filters to clip ramp to reduce noise: ex: Hanning filter R.H. Bracewell and A.C. Riddle, Inversion of fan beam scans in radio astronomy, Astrophysics Journal, vol. 150, pp , FBP Characteris)cs PROS: Analytic method ( inverse Radon transform ) FBP is exact IF: No noise -??Which filter is exact?? No attenuation Complete, continuously sampled data Uniform spatial resolution Easy to implement Computationally Fast Linear, other properties well understood (2x uptake = 2x intensity in image) Can Adjust filter window to trade off bias vs. variance CONS: cannot model noise in data, cannot model non-idealities of system, (resolution recovery methods) does not easily work with unusual geometries, cannot include knowledge about the image (like non-negative activity) 15 The Reconstruc)on Problem: An Inverse Problem Observed PET data system matrix x is N x 1 image (typically N ~ 128 x 128) y is M x 1 data (typically M ~ 280 x 336) Unknown image Error in observations P is M x N system matrix (provides probability entry j from x will be placed in entry i of y) If we could just invert P, we could solve this. But P is 16,000 x 95,000 entries Need to solve iteratively. Itera)ve Reconstruc)on Characteris)cs Pros General results in reduced variance (noise) for a given level of accuracy (bias, resolution, etc.) Reduce or eliminate streaks Incorporate (model) physical effects Counting statistics (noise) Confidence weighting Distance dependent resolution Scatter, attenuation, detector efficiency, deadtime, randoms a priori information (non-negativity, anatomical information, etc.) Cons Slow (computationally intensive) Non-linear -- hard to analyze A lot of knobs to adjust: smoothing parameters, number iterations, etc. Streaks replaced with different noise character (e.g. blobs ) Adam Alessio Itera)ve Reconstruc)on: Basic Components 1. Description of the form of the image ( pixels, voxels, blobs ) 2. System model relating unknown image to each detector measurement : relates image to data (Can include detector response, corrections for attenuation, efficiencies, etc ) 3. Statistical Model describing how each measurement behaves around its mean (Poisson, Gaussian, ) 4. Objective Function defining the best image estimate (Log-likelihood, WLS,MAP ) 5. Method for maximizing the objective function (EM) Main Point: Lots of options, Not all EM algorithms the EM for NM Reconstruc)on in a Nutshell Expectation Maximization is a general method for solving all kinds of statistical estimation problems, in tomography results in easy maximization step Back project Image NEW = Image OLD!BP Measured_Data % # FP(Image OLD ) & Forward project Tomography EM: Method for maximizing the Poisson Likelihood Function (ML-EM) same EM Forward projection takes image into data space Back projection takes data into image space Adam Alessio, aalessio@u.washington.edu 3

4 Common Methods 1.EM (ML-EM - maximum likelihood method) 2.OSEM (Ordered Subset Expectation Maximization) Subset A Subset B Variant of EM (still Maximum Likelihood) - Pro: Fast Con: Does not converge Uses subsets of the data to compute each estimate Subset A then B then then repeat Image NEW = Image OLD!BP Measured_Data % A # FP A (Image OLD ) & Then Image NEW = Image OLD!BP Measured_Data % B # FP B (Image OLD ) & OSEM Example Image NEW = Image OLD!BP Measured_Data % # FP(Image OLD ) & Don t Know This True Image Data (noiseless) Know This st Guess First Image First Subset Second Subset Third Subset End of Iteration Slide courtesy of Tom Lewellen Regularized Methods Common Methods MAP(maximum a posteriori), PWLS(penalized weighted least squares), GEM (generalized EM) All consist of variation in objective function x ˆ REGULARIZED = arg max ( Plain_ Objective(x)+ Regularizer(x) ) x Iteration # OSEM Convergence (Implicit Smoothing- Stop algorithm before convergence) Assume have some knowledge about the image before we even get the data (a priori knowledge) PROS: Can enforce noise/resolution properties in final image (don t need to post-smooth), Can include anatomical information (PET/CT?), Enforce non-negativity, Methods converge to final solution, More accurate model of data CONS: Usually takes longer, has more variables to set and understand (more knobs ), can impose odd noise structures Iteration # Subsets: 1 OSEM Examples (Explicit Smoothing- Post Smooth) 12 subsets, 7 itera)ons No Post Filter 7.5mm 15mm Noise free 4 16 High counts (low noise) low counts (high noise) mm Post Smooth Adam Alessio, aalessio@u.washington.edu 4

5 No Post Filter OSEM Examples (Explicit Smoothing) 12 subsets, 7 itera)ons 7.5mm 15mm FBP Examples Noise free High counts (low noise) low counts (high noise) Reduce Variance & Increase Bias 26 (Reduce noise & Increase quantitative error) 27 Each method can tradeoff Bias and Noise FBP - can vary cutoff on filter which modifies the ramp filter OSEM - Can vary number of iterations (stop early) or vary amount of post-recon smoothing Each method can tradeoff Bias and Noise FBP - can vary cutoff on filter which modifies the ramp filter OSEM - Can vary number of iterations (stop early) or vary amount of post-recon smoothing OSEM-2 iterations FBP - Hanning OSEM-4 iterations 5mm or 10mm?? FBP - Hanning Hypothetical Tradeoff Curves-Which is better: method A or B? method C or D? 28 Hypothetical Tradeoff Curves 29 Imaging - Fully 3D vs. 2D Fully 3D Reconstruc)on Fully 3D PET data increases sensitivity of scanner (~ 8x) Drawbacks: Increased scatter Significant storage and reconstruction computation demands 2D - Direct And Cross Planes Only Fully 3D - Oblique Planes Also Direct Analytic Approach 3DRP: 3D reprojection (Kinahan and Rogers 1988) Iterative Approach Simple conceptual extension: Just need system model that relates voxel to fully 3D data (as opposed to a pixel to 2D data) System model becomes x larger (big computational challenge. (2D:1.5 Billion entries to 3D: 1000 Billion entries) Rebinning Approach Reduce Fully 3D data to decoupled sets of 2D data, then do normal 2D reconstruction FORE (Fourier Rebinning) most common form Adam Alessio, aalessio@u.washington.edu 5

6 Intro Image Reconstruction 11/2/11 Example of different post filters Some Examples: FBP, 12 mm Hann, no axial smoothing OSEM, S28, I2, LF4.3, PF6, Z0. OSEM, S28, I2, LF4.3, PF8, Z0. OSEM, S28, I2, LF4.3, PF10, Z1. OSEM, 10 mm Gaussian, no axial smoothing Example of changing number of iterations S28, I1, LF6.3, PF8, Z1. S28, I2, LF6.3, PF8, Z1. S28, I3, LF6.3, PF8, Z1. S28, I4, LF6.3, PF8, Z1. Detectors Example of Detector Modeling with PET: Scanner bore Measuring Detector Response (Point Spread Func)on) Locations of point sources PPSF (sv,s) Each radial location has blur in radial direction counts(a.u.) Steps for measuring PSF: Fully-3D acquisitions of Na22 point source a different radial locations 2. Extract radial profile from each 3. Parameterize with discrete cosine transform coefficients 4. Interpolate coefficients to all radial locations to determine unique blurring kernel at each radial location: sv = 2mm sv = 348mm s s Measured profile in black, parameterized profile in red Alessio AM, Stearns CW, et al. Application and evaluation of a measured spatially variant system model for PET image reconstruction. IEEE Trans Med Imaging. 2010;29: FDG PET Example No Post Filter 3.5mm Post Filter FDG PET Example 7mm Post Filter 7mm Post Filter +PSF +PSF 109kg/240lbs patient, 10mCi injected, 5min/FOV Coronal view through images reconstructed with and proposed spatially varying system model modification. 36 Adam Alessio, aalessio@u.washington.edu 35 Observation: With this fixed resolution vs. noise setting, there is enhancement with addition of PSF (~11% higher) 37 6

7 Intro Image Reconstruction 11/2/11 Example of Detector Modeling with PET: 4 iterations OSEM- simple geometric projector - geometric projector with knowledge of exact locations of detectors +PSF - projector with measured spatially variant resolution response Resolution vs Iteration Line Source at 5cm from center of FOV Contrast Recovery vs. True Noise across 50 scans 8 iterations No post filter 2.5mm pixel size +PSF No post filter 2.5mm pixel size End 4 iterations Matched STD in Grey Matter Observation: As add sophistication to system model, algorithms tend to converge more slowly Inverse problem is more ill-posed when relate voxels to more locations in data space (system model is less-sparse-> harder to invert) 3mm Post Filter, standard z filter 2.5mm pixel size Next Week: X- ray/ct with Paul Kinahan 40 Adam Alessio, aalessio@u.washington.edu 7

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07 Introduction to PET Image Recontruction Adam Aleio Nuclear Medicine Lecture Imaging Reearch Laboratory Diviion of Nuclear Medicine Univerity of Wahington Fall 2007 http://dept.wahington.edu/nucmed/irl/education.html

More information

Modeling and Incorporation of System Response Functions in 3D Whole Body PET

Modeling and Incorporation of System Response Functions in 3D Whole Body PET Modeling and Incorporation of System Response Functions in 3D Whole Body PET Adam M. Alessio, Member IEEE, Paul E. Kinahan, Senior Member IEEE, and Thomas K. Lewellen, Senior Member IEEE University of

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 Emission Tomography

Introduction to Emission Tomography Introduction to Emission Tomography Gamma Camera Planar Imaging Robert Miyaoka, PhD University of Washington Department of Radiology rmiyaoka@u.washington.edu Gamma Camera: - collimator - detector (crystal

More information

Image reconstruction for PET/CT scanners: past achievements and future challenges

Image reconstruction for PET/CT scanners: past achievements and future challenges Review Image reconstruction for PET/CT scanners: past achievements and future challenges PET is a medical imaging modality with proven clinical value for disease diagnosis and treatment monitoring. The

More information

Iterative SPECT reconstruction with 3D detector response

Iterative SPECT reconstruction with 3D detector response Iterative SPECT reconstruction with 3D detector response Jeffrey A. Fessler and Anastasia Yendiki COMMUNICATIONS & SIGNAL PROCESSING LABORATORY Department of Electrical Engineering and Computer Science

More information

Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration

Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration Joonki Noh, Jeffrey A. Fessler EECS Department, The University of Michigan Paul E. Kinahan Radiology Department,

More information

Introduction to Positron Emission Tomography

Introduction to Positron Emission Tomography Planar and SPECT Cameras Summary Introduction to Positron Emission Tomography, Ph.D. Nuclear Medicine Basic Science Lectures srbowen@uw.edu System components: Collimator Detector Electronics Collimator

More information

Q.Clear. Steve Ross, Ph.D.

Q.Clear. Steve Ross, Ph.D. Steve Ross, Ph.D. Accurate quantitation (SUV - Standardized Uptake Value) is becoming more important as clinicians seek to utilize PET imaging for more than just diagnosing and staging disease, but also

More information

Review of PET Physics. Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA

Review of PET Physics. Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA Review of PET Physics Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA Chart of Nuclides Z (protons) N (number of neutrons) Nuclear Data Evaluation Lab.

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

Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system

Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system 3 rd October 2008 11 th Topical Seminar on Innovative Particle and Radiation

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

Medical Image Reconstruction Term II 2012 Topic 6: Tomography

Medical Image Reconstruction Term II 2012 Topic 6: Tomography Medical Image Reconstruction Term II 2012 Topic 6: Tomography Professor Yasser Mostafa Kadah Tomography The Greek word tomos means a section, a slice, or a cut. Tomography is the process of imaging a cross

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

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

Outline. What is Positron Emission Tomography? (PET) Positron Emission Tomography I: Image Reconstruction Strategies

Outline. What is Positron Emission Tomography? (PET) Positron Emission Tomography I: Image Reconstruction Strategies CE: PET Physics and Technology II 2005 AAPM Meeting, Seattle WA Positron Emission Tomography I: Image Reconstruction Strategies Craig S. Levin, Ph.D. Department of Radiology and Molecular Imaging Program

More information

Fast Projectors for Iterative 3D PET Reconstruction

Fast Projectors for Iterative 3D PET Reconstruction 2005 IEEE Nuclear Science Symposium Conference Record M05-3 Fast Projectors for Iterative 3D PET Reconstruction Sanghee Cho, Quanzheng Li, Sangtae Ahn and Richard M. Leahy Signal and Image Processing Institute,

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

Motion Correction in PET Image. Reconstruction

Motion Correction in PET Image. Reconstruction Motion Correction in PET Image Reconstruction Wenjia Bai Wolfson College Supervisors: Professor Sir Michael Brady FRS FREng Dr David Schottlander D.Phil. Transfer Report Michaelmas 2007 Abstract Positron

More information

ML reconstruction for CT

ML reconstruction for CT ML reconstruction for CT derivation of MLTR rigid motion correction resolution modeling polychromatic ML model dual energy ML model Bruno De Man, Katrien Van Slambrouck, Maarten Depypere, Frederik Maes,

More information

Projection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction

Projection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction Proection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction Liu Zhen Computer Department / Zhe Jiang Wanli University / Ningbo ABSTRACT In this paper, we proposed a new MAP

More information

SINGLE-PHOTON emission computed tomography

SINGLE-PHOTON emission computed tomography 1458 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 59, NO. 4, AUGUST 2012 SPECT Imaging With Resolution Recovery Andrei V. Bronnikov Abstract Single-photon emission computed tomography (SPECT) is a method

More information

Improvement of contrast using reconstruction of 3D Image by PET /CT combination system

Improvement of contrast using reconstruction of 3D Image by PET /CT combination system Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2013, 4(1):285-290 ISSN: 0976-8610 CODEN (USA): AASRFC Improvement of contrast using reconstruction of 3D Image

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

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

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

Corso di laurea in Fisica A.A Fisica Medica 5 SPECT, PET

Corso di laurea in Fisica A.A Fisica Medica 5 SPECT, PET Corso di laurea in Fisica A.A. 2007-2008 Fisica Medica 5 SPECT, PET Step 1: Inject Patient with Radioactive Drug Drug is labeled with positron (β + ) emitting radionuclide. Drug localizes

More information

Background. Outline. Radiographic Tomosynthesis: Image Quality and Artifacts Reduction 1 / GE /

Background. Outline. Radiographic Tomosynthesis: Image Quality and Artifacts Reduction 1 / GE / Radiographic Tomosynthesis: Image Quality and Artifacts Reduction Baojun Li, Ph.D Department of Radiology Boston University Medical Center 2012 AAPM Annual Meeting Background Linear Trajectory Tomosynthesis

More information

Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies

Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies g Deviceless respiratory motion correction in PET imaging exploring the potential of novel data driven strategies Presented by Adam Kesner, Ph.D., DABR Assistant Professor, Division of Radiological Sciences,

More information

Tomographic Image Reconstruction in Noisy and Limited Data Settings.

Tomographic Image Reconstruction in Noisy and Limited Data Settings. Tomographic Image Reconstruction in Noisy and Limited Data Settings. Syed Tabish Abbas International Institute of Information Technology, Hyderabad syed.abbas@research.iiit.ac.in July 1, 2016 Tabish (IIIT-H)

More information

8/2/2017. Disclosure. Philips Healthcare (Cleveland, OH) provided the precommercial

8/2/2017. Disclosure. Philips Healthcare (Cleveland, OH) provided the precommercial 8//0 AAPM0 Scientific Symposium: Emerging and New Generation PET: Instrumentation, Technology, Characteristics and Clinical Practice Aug Wednesday 0:4am :pm Solid State Digital Photon Counting PET/CT Instrumentation

More information

REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO

REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO Abstract C.S. Levin, Y-C Tai, E.J. Hoffman, M. Dahlbom, T.H. Farquhar UCLA School of Medicine Division

More information

A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms

A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms Hongqing Zhu, Huazhong Shu, Jian Zhou and Limin Luo Department of Biological Science and Medical Engineering,

More information

Image Reconstruction. R.D. Badawi. Department of Radiology Department of Biomedical Engineering. Page 1

Image Reconstruction. R.D. Badawi. Department of Radiology Department of Biomedical Engineering. Page 1 First ever X-ray iage - 895 Iage Reconstruction R.D. Badawi Departent of Radiology Departent of Bioedical Engineering X-ray Projection Iaging Requires straight line trajectory of unattenuated x-rays Nuclear

More information

Evaluation of Penalty Design in Penalized Maximum- likelihood Image Reconstruction for Lesion Detection

Evaluation of Penalty Design in Penalized Maximum- likelihood Image Reconstruction for Lesion Detection Evaluation of Penalty Design in Penalized Maximum- likelihood Image Reconstruction for Lesion Detection Li Yang, Andrea Ferrero, Rosalie J. Hagge, Ramsey D. Badawi, and Jinyi Qi Supported by NIBIB under

More information

Adaptive Reconstruction Methods for Low-Dose Computed Tomography

Adaptive Reconstruction Methods for Low-Dose Computed Tomography Adaptive Reconstruction Methods for Low-Dose Computed Tomography Joseph Shtok Ph.D. supervisors: Prof. Michael Elad, Dr. Michael Zibulevsky. Technion IIT, Israel, 011 Ph.D. Talk, Apr. 01 Contents of this

More information

664 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 52, NO. 3, JUNE 2005

664 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 52, NO. 3, JUNE 2005 664 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 52, NO. 3, JUNE 2005 Attenuation Correction for the NIH ATLAS Small Animal PET Scanner Rutao Yao, Member, IEEE, Jürgen Seidel, Jeih-San Liow, Member, IEEE,

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

Performance Evaluation of radionuclide imaging systems

Performance Evaluation of radionuclide imaging systems Performance Evaluation of radionuclide imaging systems Nicolas A. Karakatsanis STIR Users meeting IEEE Nuclear Science Symposium and Medical Imaging Conference 2009 Orlando, FL, USA Geant4 Application

More information

The Design and Implementation of COSEM, an Iterative Algorithm for Fully 3-D Listmode Data

The Design and Implementation of COSEM, an Iterative Algorithm for Fully 3-D Listmode Data IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 20, NO. 7, JULY 2001 633 The Design and Implementation of COSEM, an Iterative Algorithm for Fully 3-D Listmode Data Ron Levkovitz, Dmitry Falikman*, Michael Zibulevsky,

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

BME I5000: Biomedical Imaging

BME I5000: Biomedical Imaging 1 Lucas Parra, CCNY BME I5000: Biomedical Imaging Lecture 4 Computed Tomography Lucas C. Parra, parra@ccny.cuny.edu some slides inspired by lecture notes of Andreas H. Hilscher at Columbia University.

More information

Constructing System Matrices for SPECT Simulations and Reconstructions

Constructing System Matrices for SPECT Simulations and Reconstructions Constructing System Matrices for SPECT Simulations and Reconstructions Nirantha Balagopal April 28th, 2017 M.S. Report The University of Arizona College of Optical Sciences 1 Acknowledgement I would like

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

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

Attenuation map reconstruction from TOF PET data

Attenuation map reconstruction from TOF PET data Attenuation map reconstruction from TOF PET data Qingsong Yang, Wenxiang Cong, Ge Wang* Department of Biomedical Engineering, Rensselaer Polytechnic Institute, Troy, NY 80, USA *Ge Wang (ge-wang@ieee.org)

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

PET Quantification using STIR

PET Quantification using STIR PET Quantification using STIR STIR User s Meeting Charalampos Tsoumpas, PhD King s College London Hammersmith Imanet 1 PET Quantification Image elements should correspond to concentration of the injected

More information

Improving Positron Emission Tomography Imaging with Machine Learning David Fan-Chung Hsu CS 229 Fall

Improving Positron Emission Tomography Imaging with Machine Learning David Fan-Chung Hsu CS 229 Fall Improving Positron Emission Tomography Imaging with Machine Learning David Fan-Chung Hsu (fcdh@stanford.edu), CS 229 Fall 2014-15 1. Introduction and Motivation High- resolution Positron Emission Tomography

More information

A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques

A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques IMAGING A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques Lai K. Leong, Randall L. Kruger, and Michael K. O Connor Section of Nuclear Medicine, Department

More information

Fast Timing and TOF in PET Medical Imaging

Fast Timing and TOF in PET Medical Imaging Fast Timing and TOF in PET Medical Imaging William W. Moses Lawrence Berkeley National Laboratory October 15, 2008 Outline: Time-of-Flight PET History Present Status Future This work was supported in part

More information

Pragmatic Fully-3D Image Reconstruction for the MiCES Mouse Imaging PET Scanner

Pragmatic Fully-3D Image Reconstruction for the MiCES Mouse Imaging PET Scanner Pragmatic Fully-3D Image Reconstruction for the MiCES Mouse Imaging PET Scanner Kisung Lee 1, Paul E. Kinahan 1, Jeffrey A. Fessler 2, Robert S. Miyaoka 1, Marie Janes 1, and Tom K. Lewellen 1 1 Department

More information

Noise weighting with an exponent for transmission CT

Noise weighting with an exponent for transmission CT doi:10.1088/2057-1976/2/4/045004 RECEIVED 13 January 2016 REVISED 4 June 2016 ACCEPTED FOR PUBLICATION 21 June 2016 PUBLISHED 27 July 2016 PAPER Noise weighting with an exponent for transmission CT Gengsheng

More information

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL 2004 401 Iterative Tomographic Image Reconstruction Using Fourier-Based Forward and Back-Projectors Samuel Matej*, Senior Member, IEEE, Jeffrey

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

Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image

Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image K.J. Batenburg 1 and J. Sijbers 1 University of Antwerp, Vision Lab, Universiteitsplein 1, B-2610 Wilrijk,

More information

Medical Imaging BMEN Spring 2016

Medical Imaging BMEN Spring 2016 Name Medical Imaging BMEN 420-501 Spring 2016 Homework #4 and Nuclear Medicine Notes All questions are from the introductory Powerpoint (based on Chapter 7) and text Medical Imaging Signals and Systems,

More information

MAXIMUM a posteriori (MAP) or penalized ML image

MAXIMUM a posteriori (MAP) or penalized ML image 42 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 25, NO. 1, JANUARY 2006 Mean and Covariance Properties of Dynamic PET Reconstructions From List-Mode Data Evren Asma and Richard M. Leahy* Abstract We derive

More information

Méthodes d imagerie pour les écoulements et le CND

Méthodes d imagerie pour les écoulements et le CND Méthodes d imagerie pour les écoulements et le CND Journée scientifique FED3G CEA LIST/Lab Imagerie Tomographie et Traitement Samuel Legoupil 15 juin 2012 2D/3D imaging tomography Example Petrochemical

More information

Acknowledgments and financial disclosure

Acknowledgments and financial disclosure AAPM 2012 Annual Meeting Digital breast tomosynthesis: basic understanding of physics principles James T. Dobbins III, Ph.D., FAAPM Director, Medical Physics Graduate Program Ravin Advanced Imaging Laboratories

More information

Image Reconstruction from Projection

Image Reconstruction from Projection Image Reconstruction from Projection Reconstruct an image from a series of projections X-ray computed tomography (CT) Computed tomography is a medical imaging method employing tomography where digital

More information

Performance Evaluation of the Philips Gemini PET/CT System

Performance Evaluation of the Philips Gemini PET/CT System Performance Evaluation of the Philips Gemini PET/CT System Rebecca Gregory, Mike Partridge, Maggie A. Flower Joint Department of Physics, Institute of Cancer Research, Royal Marsden HS Foundation Trust,

More information

FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION

FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION 2009 IEEE Nuclear Science Symposium Conference Record M03-7 FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION Wonseok Huh, Jeffrey A. Fessler, Adam M. Alessio, and Paul E. Kinahan Department

More information

Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction

Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction Realization and Evaluation Rolf Bippus 1, Andreas Goedicke 1, Henrik Botterweck 2 1 Philips Research Laboratories, Aachen 2 Fachhochschule

More information

Nuclear Medicine Imaging Systems

Nuclear Medicine Imaging Systems Nuclear Medicine Imaging Systems Position estimation based on 2-D centroid calculation called Anger logic or Anger camera PMT signal Posi/on op/cal photons Scin/lla/on gamma-ray Collimator Analogies with

More information

An object-oriented library for 3D PET reconstruction using parallel computing

An object-oriented library for 3D PET reconstruction using parallel computing An object-oriented library for 3D PET reconstruction using parallel computing Claire Labbé 1, K. Thielemans 2, D. Belluzzo 3, V. Bettinardi 3, M.C. Gilardi 3, D.S. Hague 4, M. Jacobson 5, S. Kaiser 6,

More information

Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm

Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm 548 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 19, NO. 5, MAY 2000 Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm Gengsheng L. Zeng*, Member, IEEE, and Grant T. Gullberg,

More information

PET Image Reconstruction Cluster at Turku PET Centre

PET Image Reconstruction Cluster at Turku PET Centre PET Image Reconstruction Cluster at Turku PET Centre J. Johansson Turku PET Centre University of Turku TPC Scientific Seminar Series, 2005 J. Johansson (Turku PET Centre) TPC 2005-02-21 1 / 15 Outline

More information

Reconstruction in CT and relation to other imaging modalities

Reconstruction in CT and relation to other imaging modalities Reconstruction in CT and relation to other imaging modalities Jørgen Arendt Jensen November 1, 2017 Center for Fast Ultrasound Imaging, Build 349 Department of Electrical Engineering Center for Fast Ultrasound

More information

Ch. 4 Physical Principles of CT

Ch. 4 Physical Principles of CT Ch. 4 Physical Principles of CT CLRS 408: Intro to CT Department of Radiation Sciences Review: Why CT? Solution for radiography/tomography limitations Superimposition of structures Distinguishing between

More information

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney.

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC What is needed? Why? How often? Who says? QA and QC in Nuclear Medicine QA - collective term for all the efforts made to produce

More information

Unconstrained image reconstruction with resolution modelling does not have a unique solution

Unconstrained image reconstruction with resolution modelling does not have a unique solution Nuyts EJNMMI Physics 2014, 1:98 COMMENTARY OpenAccess Unconstrained image reconstruction with resolution modelling does not have a unique solution Johan Nuyts Correspondence: johan.nuyts@uz.kuleuven.be

More information

MEDICAL IMAGE ANALYSIS

MEDICAL IMAGE ANALYSIS SECOND EDITION MEDICAL IMAGE ANALYSIS ATAM P. DHAWAN g, A B IEEE Engineering in Medicine and Biology Society, Sponsor IEEE Press Series in Biomedical Engineering Metin Akay, Series Editor +IEEE IEEE PRESS

More information

NIH Public Access Author Manuscript J Nucl Med. Author manuscript; available in PMC 2010 February 9.

NIH Public Access Author Manuscript J Nucl Med. Author manuscript; available in PMC 2010 February 9. NIH Public Access Author Manuscript Published in final edited form as: J Nucl Med. 2010 February ; 51(2): 237. doi:10.2967/jnumed.109.068098. An Assessment of the Impact of Incorporating Time-of-Flight

More information

Impact of X-ray Scatter When Using CT-based Attenuation Correction in PET: A Monte Carlo Investigation

Impact of X-ray Scatter When Using CT-based Attenuation Correction in PET: A Monte Carlo Investigation 26 IEEE Nuclear Science Symposium Conference Record M6-349 Impact of X-ray Scatter When Using CT-based Attenuation Correction in PET: A Monte Carlo Investigation Habib Zaidi, Senior Member, IEEE and Mohammad

More information

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION Frank Dong, PhD, DABR Diagnostic Physicist, Imaging Institute Cleveland Clinic Foundation and Associate Professor of Radiology

More information

Medical Image Analysis

Medical Image Analysis Computer assisted Image Analysis VT04 29 april 2004 Medical Image Analysis Lecture 10 (part 1) Xavier Tizon Medical Image Processing Medical imaging modalities XRay,, CT Ultrasound MRI PET, SPECT Generic

More information

Time-of-Flight Technology

Time-of-Flight Technology Medical Review Time-of-Flight Technology Bing Bai, PhD Clinical Sciences Manager, PET/CT Canon Medical Systems INTRODUCTION Improving the care for every patient while providing a high standard care to

More information

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Bernd Schweizer, Andreas Goedicke Philips Technology Research Laboratories, Aachen, Germany bernd.schweizer@philips.com Abstract.

More information

USING cone-beam geometry with pinhole collimation,

USING cone-beam geometry with pinhole collimation, IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 56, NO. 3, JUNE 2009 687 A Backprojection-Based Parameter Estimation Technique for Skew-Slit Collimation Jacob A. Piatt, Student Member, IEEE, and Gengsheng L.

More information

QIBA PET Amyloid BC March 11, Agenda

QIBA PET Amyloid BC March 11, Agenda QIBA PET Amyloid BC March 11, 2016 - Agenda 1. QIBA Round 6 Funding a. Deadlines b. What projects can be funded, what cannot c. Discussion of projects Mechanical phantom and DRO Paul & John? Any Profile

More information

Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition

Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition Hengyong Yu 1, Yangbo Ye 2 and Ge Wang 1 1 CT Laboratory, Biomedical Imaging Division, VT-WFU School of Biomedical

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

G Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine. Compressed Sensing

G Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine. Compressed Sensing G16.4428 Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine Compressed Sensing Ricardo Otazo, PhD ricardo.otazo@nyumc.org Compressed

More information

Continuous and Discrete Image Reconstruction

Continuous and Discrete Image Reconstruction 25 th SSIP Summer School on Image Processing 17 July 2017, Novi Sad, Serbia Continuous and Discrete Image Reconstruction Péter Balázs Department of Image Processing and Computer Graphics University of

More information

Fully 3D Bayesian Image Reconstruction for the ECAT EXACT HR+ 1

Fully 3D Bayesian Image Reconstruction for the ECAT EXACT HR+ 1 Fully D Bayesian Image Reconstruction for the ECAT EXACT HR+ Jinyi Qi, Student Member, IEEE, Richard M. Leahy, Member, IEEE, Chinghan Hsu, Student Member, IEEE, Thomas H. Farquhar, Student Member, IEEE,

More information

Resolution and Noise Properties of MAP Reconstruction for Fully 3-D PET

Resolution and Noise Properties of MAP Reconstruction for Fully 3-D PET IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 19, NO. 5, MAY 2000 493 Resolution and Noise Properties of MAP Reconstruction for Fully 3-D PET Jinyi Qi*, Member, IEEE, and Richard M. Leahy, Member, IEEE Abstract

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

Improving Reconstructed Image Quality in a Limited-Angle Positron Emission

Improving Reconstructed Image Quality in a Limited-Angle Positron Emission Improving Reconstructed Image Quality in a Limited-Angle Positron Emission Tomography System David Fan-Chung Hsu Department of Electrical Engineering, Stanford University 350 Serra Mall, Stanford CA 94305

More information

Computer-Tomography II: Image reconstruction and applications

Computer-Tomography II: Image reconstruction and applications Computer-Tomography II: Image reconstruction and applications Prof. Dr. U. Oelfke DKFZ Heidelberg Department of Medical Physics (E040) Im Neuenheimer Feld 280 69120 Heidelberg, Germany u.oelfke@dkfz.de

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

DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE

DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE 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

More information

3D-OSEM Transition Matrix for High Resolution PET Imaging with Modeling of the Gamma-Event Detection

3D-OSEM Transition Matrix for High Resolution PET Imaging with Modeling of the Gamma-Event Detection 3D-OSEM Transition Matrix for High Resolution PET Imaging with Modeling of the Gamma-Event Detection Juan E. Ortuño, George Kontaxakis, Member, IEEE, Pedro Guerra, Student Member, IEEE, and Andrés Santos,

More information

Radon Transform and Filtered Backprojection

Radon Transform and Filtered Backprojection Radon Transform and Filtered Backprojection Jørgen Arendt Jensen October 13, 2016 Center for Fast Ultrasound Imaging, Build 349 Department of Electrical Engineering Center for Fast Ultrasound Imaging Department

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

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

Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy

Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy Physics Department, Faculty of Applied Science,Umm Al-Qura

More information

Limited View Angle Iterative CT Reconstruction

Limited View Angle Iterative CT Reconstruction Limited View Angle Iterative CT Reconstruction Sherman J. Kisner 1, Eri Haneda 1, Charles A. Bouman 1, Sondre Skatter 2, Mikhail Kourinny 2, Simon Bedford 3 1 Purdue University, West Lafayette, IN, USA

More information

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy T. Rohlfing a, D. Zerfowski b, J. Beier a, P. Wust a, N. Hosten a, R. Felix a a Department of

More information