Skip to content

Data, code and results for prior- and motion-based reconstruction (PRIMOR) method for respiratory gated CT

License

Notifications You must be signed in to change notification settings

HGGM-LIM/prior-motion-reconstruction-CT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prior-motion-reconstruction-CT

This repository contains data, code and results for prior- and motion-based reconstruction (PRIMOR) method for respiratory gated CT presented in the paper A novel prior- and motion-based compressed sensing methods for small-animal respiratory gated CT. JFPJ Abascal, M Abella, E Marinetto, J Pascau, and M Desco. PLOS ONE 9;11(3):e0149841, 2016. DOI: http://dx.doi.org/10.1371/journal.pone.0149841

We propose PRIMOR method that extends prior-based reconstruction (PBR) by including a model of the motion between gates. Motion is estimated using a nonrigid registration method based on hierarchical B-splines. PRIMOR solves

where Psi is the spatial gradient, which leads to TV, Phi is the wavelet transform, T is the temporal operator, F is the Radon transform, up is the prior image and v is the image variation with respect to the prior image.

Data

Methods are assessed using small-animal respiratory gated-CT data. In this case, data is sorted among four respiratory gates, leading to few noisy and irregularly distributed projections. Data for the different scenarios used in the paper can be found at http://dx.doi.org/10.5281/zenodo.15685

Code

We provide MATLAB code for PBR and PRIMOR methods. A demo loads small-animal respiratory gated-CT data and reconstructed images and display results. To run PBR and PRIMOR methods you need the following packages:

Summary of results

We provide videos of reconstructed images with FDK, prior-based reconstruction (PBR) and prior- and motion-based reconstruction (PRIMOR) for the different scenarios created by changing photon flux (low dose protocols) and number of projections (subsumpled scenarios)

-Static protocol (120 projections per gate, I0 where I0=4.5e4) reconstructed with PBR (left) and PRIMOR (right)

-Subsampled protocol (40 projections, I0 where I0=4.5e4) reconstructed with PBR (left) and PRIMOR (right)

-Low dose protocol (120 projections, I0/6 where I0=4.5e4) reconstructed with PBR (left) and PRIMOR (right)

Repository files

The repository contains the following files:

Data and MATLAB functions

  • Demo_PBR_PRIMOR_CT.m: Demo that laods data and shows how to use PBR and PRIMOR methods

  • PBR_CT.m: PBR method

  • PRIMOR_CT.m: PRIMOR method

  • ComputeSplineRegTwoDirectionsPoolDouble.m Function to compute the registration between consecutive gates

  • data_I0By6_120p.mat: Data example corresponding to a low dose protocol (120 projections, I0/6 where I0=4.5e4)

  • image_HighDose.mat: Image of four respiratory gates for a high dose protocol (four times the standard dose)

  • RefImage_I0By6_120p.mat: Prior image computed from the average of all low-dose data

  • G_linux.mat: Projection operator from IRT software

  • TParameters_I0By6_120p.mat: Registration result needed for PRIMOR method

  • FDK_I0By6_120p.mat: Low-dose data reconstructed with FDK (first gate)

  • PBR_Rec_I0By6_120p.mat: Low-dose data reconstructed with PBR

  • PRIMOR_Rec_I0By6_120p.mat: Low-dose data reconstructed with PRIMOR

Videos of results

High dose

  • ResGat_HighDose.gif: Video of target images acquired using a high dose protocol (around four times the dose for static imaging, I0)

Static protocol

  • ResGat_StaticProtocol_120p_I0_FDK.gif: Video of images reconstructed with FDK using a dose corresponding to the static (120 projections per gate, I0 where I0=4.5e4)

  • ResGat_StaticProtocol_120p_I0_PBR.gif: Video of images reconstructed with PBR using a dose corresponding to the static protocol

  • ResGat_StaticProtocol_120p_I0_PRIMOR.gif: Video of images reconstructed with PRIMOR using a dose corresponding to the static protocol

Subsampled protocol

  • ResGat_Subsampled_40p_I0_FDK.gif: Video of images reconstructed with FDK using a subsampled protocol (40 projections, I0 where I0=4.5e4)

  • ResGat_Subsampled_40p_I0_PBR.gif: Video of images reconstructed with PBR using a subsampled protocol

  • ResGat_Subsampled_40p_I0_PRIMOR.gif: Video of images reconstructed with PRIMOR using a subsampled protocol

Low dose protocol

  • ResGat_LowDose_120p_07I0_FDK.gif: Video of images reconstructed with FDK using a low dose protocol (120 projections, I0/6 where I0=4.5e4)

  • ResGat_LowDose_120p_07I0_PBR.gif: Video of images reconstructed with PBR using a low dose protocol

  • ResGat_LowDose_120p_07I0_PRIMOR.gif: Video of images reconstructed with PRIMOR using a low dose protocol

If you use this code, please reference the publication JFPJ Abascal et al. A novel prior- and motion-based compressed sensing method for small-animal respiratory gated CT. PLOS ONE 9;11(3):e0149841, 2016. Code DOI: http://dx.doi.org/10.5281/zenodo.60798. If you need to contact the author, please do so at mabella@hggm.es, juanabascal78@gmail.com

About

Data, code and results for prior- and motion-based reconstruction (PRIMOR) method for respiratory gated CT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages