lukepolson / youtube_channel

Notebooks for the python tutorials of my youtube channel. See specific youtube video for link to specifc notebook.
934 stars 834 forks source link

Is it possible to also provide the fan beam filtered backprojection jupyter code in 2D and 3D cases? #8

Open tjk9501 opened 1 year ago

tjk9501 commented 1 year ago

Recently I watched your videos about filtered backprojection introductions on youtube, and I have the following problems:

  1. Did you have some easy-to-get-started resources about how to make fan beam filtered backprojection (FBFBP) code in Python or Jupyter Notebook? Because circular arrray setups are more frequently used in real life. I don't want to use matlab or python built-in functions because some important codes are hidden in those functions.
  2. Did you have resources about how to extend the FBFBP technique to 3D imaging?

I would be grateful if you can provide the corresponding resources, thank you!