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 I have 3d object composed of cylinders and I reconstruct it into 3d voxel array using filtered back projection.
Is there a way to get 8 2D images that are the projection of the 3D object on flat surface every 45 degrees?
so I want to have eight 2 dimensional images instead of one 3 dimensional
The text was updated successfully, but these errors were encountered:
After you apply FBP you no longer have cylinders; you have voxels.
Then you need a discrete forward projector designed for voxels.
See JuliaImageRecon/Sinograms.jl#34 and the package(s) discussed there.
Hello I have 3d object composed of cylinders and I reconstruct it into 3d voxel array using filtered back projection.
Is there a way to get 8 2D images that are the projection of the 3D object on flat surface every 45 degrees?
The text was updated successfully, but these errors were encountered: