Using Phantom Command in Matlab
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!