Using Phantom Command in Matlab
8 views (last 30 days)
Show older comments
Hi,
I have an assignment and I never used the Phantom command. I have to generate a 125x125 image.
My code so far is:
syms vars
A=phantom(125,125);
imshow(A) ---- This provided a standard image.
Going forward, I have to:
- Generate and display the projection data between 0 degrees and 179 degrees using 25 degrees increments (7 projections), 10 degrees increments (17 projections) and 2 degrees increments (89 projections). (You may use the radon function in Matlab).
I have never used the radon function either, so I am very confused as to what I am supposed to do let alone how to start.
Please help!
0 Comments
Answers (0)
See Also
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!