Fast Cone-Beam CT Image Reconstruction Using GPU Hardware

Guorui Yan,Jie Tian,Shouping Zhu,Yakang Dai,Chenghu Qin
DOI: https://doi.org/10.3233/xst-2008-00205
2008-01-01
Abstract:Three dimension Computed Tomography (CT) reconstruction is computationally demanding. To accelerate the speed of reconstruction, Application Specific Integrated Circuit (ASIC) or Field Programmable Gate Array (FPGA) has been used, but they are expensive, inflexible and not easy to upgrade. The modern Graphics Processing Unit (GPU) with its programmable features improves this situation and becomes one of the powerful and flexible tools for 3D CT reconstruction. In this paper, we implement Feldkamp-Davis-Kress (FDK) algorithm on commodity GPU using an acceleration scheme. In the scheme, two techniques are developed and combined. One is cyclic render-to-texture (CRTT) which saves the copy time, and the other is the combination of z-axis symmetry and multiple render targets (MRTs), which reduces the computational cost on the geometry mapping between slices to be reconstructed and projection views. Our algorithm performs reconstruction of a 5123 volume from 360 views of the size 512 x 512 about 5.2s on a single NVIDIA GeForce 8800GTX card.
What problem does this paper attempt to address?