2009 Summer Project Week Cone Beam backprojection
Key Investigators==
- U Michigan: Zhou Shen, Jeff Fessler, James Balter
- MGH: Greg Sharp, Rui Li
- NVIDIA: Joe Stam
Objective
We will be providing infrastructure for investigation of modifications to cone beam Ct reconstruction methods to support future research in image-guided radiation therapy (IGRT)
Approach, Plan
A commmonly used algorithm for Cone Beam CT reconstruction is the Feldkamp backprojection method. We plan to implement this in CUDA to evaluate the speed, and wrap it into an interface that will accept as input Varian Cone Beam CT projection images,
Progress
The Sharp/Shackelford code and demo was successfully compiled. Following, a QT-developed interface from Zhou Shen was modified to use this backprojector. Ramp filtering is still needed (example is unsharp mask post processing), but the current interface prrovides a flexible tool for using and modifying Varian projections for research investiations.
- Example cone beam projection
- Example reconstructed axial image (no ramp filter but unsharp masked)
The Fessler feldkamp backprojection demo was successfully compiled in Matlab and partially accelerated in CUDA using the Accelereyes product.