The Generation of DRR With Six Parameters
The Generation of DRR With Six Parameters
Abstract—The generation of digitally reconstructed radiographs devices. The second solution to reduce patient setup errors is
(DRRs) is a significant procedure in several medical imaging called Portal Imaging, which comes from Electronic Portal
applications such as 2D/3D image registration. Also, digitally Imaging Devices (EPID). The simulation films (SF) is used as
reconstructed radiographs play an important role in modern a reference for comparison with portal images. Charles Yang et
radiation therapy. They are planar X-rays that can be generated al.[2]summed up several disadvantages: (1) it requires a
from the same data sets used for the planning CT scan, taken separate setup of the patient, on a different couch, with
with the patient in the treatment position. To reduce the patient remarking of the reference centre; (2) it involves transcribing
setup errors, image registration, such as 2D/2D, 2D/3D, 3D/3D error in the transferal of the treatment volume from the CT scan
image registration, was introduced. Essentially, 2D/3D
to the SF; (3) simulation film, being a diagnostic X-ray, is
registration is a procedure that the DRRs resulted from a 3D CT
restricted in its ability to display mainly bony contours;
data set are to be matched with the real X-ray images by
applying a rigid transformation. This means that we should look (4) tumor volume and other soft-tissue volumes of interest
for a translation (expressed by three parameters tx, ty, tz) and a
cannot be easily and accurately marked on the SF; and (5) in
many instances it is necessary to employ additional measures
rotation (expressed with three parameters as well θx, θy, θz) in
such as intravenous (6) contrast (to display the kidneys), oral
space. At last, a fast DRR generation technique, called three-
dimension Bresenham line generation algorithm, with which
and rectal contrast, anal marker, skin marker etc. in order to
satisfactory images are obtained would be proposed. enhance the usefulness of SF.
Digitally reconstructed radiographs (DRRs) can overcome
Keywords-radiation therapy; digital reconstructed radiographs; all the disadvantages that are associated with conventional SF.
2D/3D image registration; three-dimension Bresenham algorithm Thus, DRRs appears. However, good-solution DRRs is
difficult to obtain because of hardware and software limitations.
I. INTRODUCTION
DRRs is a key technique in radiotherapy virtual simulation,
Radiation therapy has become one of the three main cancer which is used in radiation treatment planning system (TPS)
treatment modalities, together with surgery and chemotherapy. primarily. Also, it plays an important role in delineation of
To be efficient, radiation therapy must deliver a maximum dose targets [3]. Recently, DRRs has been becoming a significant
of X-rays (now produced by linear accelerators) to the tumor tool that corrects patient’s setup errors and position changes
while sparing surrounding normal tissue. Before the beginning during treatment in image guided radiation therapy (IGRT).
of treatment, physicians and physicists have to establish a
Radiotherapy Treatment Planning (RTP). The RTP defines the DRR volume rendering, also called simulated X-ray
number of beams, their size, their shape, their tilt and the beam volume rendering, is a direct volume rendering technique that
energy. This is now done in 3D with the help of a computed consists of simulating x-rays passing through the reconstructed
tomography (CT) scan of the patient. However, delivering X- CT volume based on the absorption only optical model. There
ray doses is a fractionated process. For instance, at least 35 are many methods implemented in generating DRR. For an N×
daily fractions are necessary to treat prostate cancer. But, N×N size volume, most direct volume rending techniques, such
installing the patient in exactly the same position every day is as ray casting [4], splatting [5], shear-warp [6], have Ο(N3)
very difficult. This position is defined by the CT-scan used for time complexity. Fourier volume rending [7] has Ο(N2logN)
establishing the RTP. Thus, the main difficulty is the day-to- time complexity, but it doesn’t support prospective projection.
day reproducibility of the patient setup. D. Sarrut et al. [1] Monte Carlo volume rending [8] is suitable for large data set,
reported that mean setup errors are between 5.5mm and 8mm as it is independent of the size of datasets and related to the
with a maximum, though rarely reported, of 18mm or 16mm. number of the samples, but the convergence of this means is
Even using of immobilization devices displacements remain slow. Some light-field methods need less time, nevertheless,
important: 22%are between 5 and 10mm and 57% are over they require large memory to store the pre-computed value.
4mm. The first solution to improve patient setup is patient However, For DRR generation, only direct methods are apt,
immobilization. However they do not eliminate all errors and because full voxel information is needed for the simulation of
fail to show any improvement with the use of immobilization
1 Project supported by: The Scientific Research Foundation of the Higher Education Institutions of Guangdong Province, China (Grant
No. CGZHZD0713); Key scientific and technological research programs of Guangdong Province, China (Grant No. 2008A030102011).
2 Corresponding author: Ling-Hong Zhou, Tel: 86-20-61648291, E-mail: [email protected].
Given x=x0,
Δx=x1-x0, Δy=y1-y0, Δz=z1-z0
Yes No
judge1>=0? No Figure 3. DRR with the parameter (0, 0, 0, 0, 0, 0)
y=y; y=y+1;
judge1=judge1+Δy/Δx judge1=judge1+Δy/Δx-1
Yes No
judge2>=0?
z=z; z=z+1;
judge2=judge2+Δz/Δx judge2=judge2+Δz/Δx-1
x=x+1
No
End
A. Results
Our algorithm was implemented in C++ and tested on a
2.66GHz Intel Celeron PC with 1G RAM, and its
implementation was based purely on the software without
exploiting any supporting 3D hardware. The dataset is a
512×512×170 CT scan of the abdomen.
Figure3—Figure6 show the DRRs of the pixel size
512×512 generated from the CT dataset of different positions.
REFERENCES