Replies: 6 comments 19 replies
-
reconstruct.mp4SIRT is iterated twice, and the reconstructed image obtained is shown in the figure. I am curious why white noise is initially all on the left and then all on the right? Is this normal? For my projection method, which iterative reconstruction method would work better? I am now planning to write my own refactoring method based on TIGRE for my projection method. What aspects do you think I can modify and improve from? Thank you very much for your valuable feedback |
Beta Was this translation helpful? Give feedback.
-
abnormal.mp4And I discovered a strange phenomenon, if I set the rotation angles of the object to all 0, that is, angles=np. hstack (zeros_array, zeros_array, zeros_array). The obtained projection image will be abnormal, as shown in the video recording. |
Beta Was this translation helpful? Give feedback.
-
testProjection.mp4But if I move 600 * np. sin (angle 1) from the z position of offOrigin to the X position, the projected image can be restored to normal., as shown in the video recording. Is this normal and why is it like this? |
Beta Was this translation helpful? Give feedback.
-
Hello,Biguri, TIGRE has delivered excellent reconstruction results for my CT dataset. However, I’ve observed some residual noise in the reconstructed images that I’m currently unable to pinpoint the origin of. Would you be able to share your expertise on potential causes of such artifacts based on your experience with TIGRE? Any guidance would be greatly. 20250415_174409.mp4The projected image is as follows 20250415_175310.mp4 |
Beta Was this translation helpful? Give feedback.
-
What algorithms in TIGRE can achieve TV noise reduction similar to the one shown in the picture above?I tried ossart_tv, but the results were almost identical to ossart. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
20250328_142024.mp4
Hello.
My projection method is shown in Figure 1, where the object and detector are rotated around the x-axis at the same angular velocity, while the source remains stationary and the object rotates 90 ° along the y-axis. The code is shown in Figure 2. The obtained projection image is shown in video recording 3.
Beta Was this translation helpful? Give feedback.
All reactions