Skip to content

Filtered backprojection in python without explicit use of Radon transform functions

Notifications You must be signed in to change notification settings

csheaff/filt-back-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filtbackproj

This is Python code for a very basic filtered backprojection algorithm used in CT and SPECT imaging. Effectively it's a port for MATLAB code generated by Waqas Akram, Steve Gee, Charles Gamiz, Christine Pan, and Justin Romberg which for the time being can be found here:

https://www.clear.rice.edu/elec431/projects96/DSP/index.html

This code does not explicitly use Radon transform functions. In doing so perhaps it can be clearer to the user what operations are actually taking place in the reconstruction process, as the acquisition of projections and the backprojection process is visualized projection-by-projection. Perhaps it also allows the freedom to tinker with said operations.

alt text

About

Filtered backprojection in python without explicit use of Radon transform functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published