Question: Is there a way to get 2D image of a 3D object at some angle #89
-
Hello I have 3d object composed of cylinders and I reconstruct it into 3d voxel array using filtered back projection.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After you apply FBP you no longer have cylinders; you have voxels. A related visualization is here that illustrates what I think you want: |
Beta Was this translation helpful? Give feedback.
Oh that's easy. That's exactly what the Sinograms package and its
radon
function is designed to do.There is an example of that with ellipsoids here where the 2D images look like semi-ellipsoids:
https://juliaimagerecon.github.io/Sinograms.jl/stable/generated/examples/07-fdk