I have 3d image of 128x128x128, and i want to apply radon transform on it, it works with me with 2d image, but 3d it doesn't work

6 views (last 30 days)
I=phantom3d(128);
R=radon(I,theta);
R=iradon(I,theta,1,size(I,1));

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!