Research Article

Respiratory Motion Compensation Using Diaphragm Tracking for Cone-Beam C-Arm CT: A Simulation and a Phantom Study

Algorithm 1

Motion compensated reconstruction. Respiratory motion is compensated in lines .
       for each  projections   do
      for each voxel   do
      Project voxel onto detector plane
      if  point on detector plane  then
      Get update value
      else
      Next voxel
      end if
      
  if   in volume  then
   Update voxel
  end if
   end for
  end for