CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
581 stars 190 forks source link

When I used the FDK reconstruction algorithm from the TIGRE library to obtain a CT reconstruction image, and then used the Ax function to simulate the CT projection, I found that the simulated projection did not match the original projection, and I don't know where the problem lies. #604

Closed dialyCT closed 2 weeks ago

dialyCT commented 2 weeks ago

Expected Behavior

Actual Behavior

Code to reproduce the problem (If applicable)

Specifications

AnderBiguri commented 2 weeks ago

Ah, welcome to the world of inverse problems! The reason something like TIGRE exists with so many algorithms is because none of the algorithms will produce a perfect reconstruction (otherwise we would use that one every time!)

CT is an inverse problem, thus due to the ill-possedness of the problem, an exact reconstruction will never be possible. This is even more if you have real data, with noise and non-linear effects.

If you could get a perfect reconstruction, my research field would not exist!

dialyCT commented 2 weeks ago

D家唔得闲等一下再找你