You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Kyle,
I am simulating a sparse-view fan-beam CT image. Given an clear CT image, I first do forward to get the sinogram and then use FBP to get its reconstructed image. Here is the code:
The total number of projections is 984 and I want to set the angle start 0 to 360 degree. But the fbp.png is much clearer than what I expected.
I feel confused about why I did not see a parameter that I should set the total number of projections
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
I'm not sure I follow the math from your last post, but the reason you don't see any artifacts is that your volume is very low resolution. You have numX = 256 and numAngles = 150. Those numbers are pretty close. I wouldn't expect to see big artifacts until numAngles < numX/10.
Hello, Kyle,
I am simulating a sparse-view fan-beam CT image. Given an clear CT image, I first do forward to get the sinogram and then use FBP to get its reconstructed image. Here is the code:
The total number of projections is 984 and I want to set the angle start 0 to 360 degree. But the fbp.png is much clearer than what I expected.
I feel confused about why I did not see a parameter that I should set the total number of projections
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: