Replies: 4 comments 2 replies
-
They could fit in, certainly. Indeed I have 2D versions in Matlab MIRT that could be translated. But AFAIK it only works natively for 2D parallel beam and some interpolation is needed to do 2D fan beam and I think most (all?) "real" CT work is 3D these days so it would be a low priority for me I think. Happy to hear more... |
Beta Was this translation helpful? Give feedback.
-
Hi, in best case a forward projector would be also ADable. Then simple inclusion in a ML library would be possible. Is there anything planned in that direction? Best, Felix |
Beta Was this translation helpful? Give feedback.
-
Forward and backprojection are linear so using raw AD seems unlikely to be efficient. We simply use one line of |
Beta Was this translation helpful? Give feedback.
-
As long as one implements the back-projector to be the adjoint of the forward projector then I'm not sure of a reference that discusses the equality |
Beta Was this translation helpful? Give feedback.
-
I was wondering if N(u)FFT based Forward/Backward Projections are in the scope of this package (e.g. https://ieeexplore.ieee.org/document/1398550). I don't have too much practical experience with experimental CT data so that I can't judge why they are not used so much but my understanding is that they are faster than FBP (N^2 log N^2 instead of N^3 for NxN images). So is there some limitation (e.g. flexibility in the geometry?) which makes the N(u)FFT approach not fit well into Sinograms.jl?
Beta Was this translation helpful? Give feedback.
All reactions