91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-06-13
  • 語言: Matlab
  • 標簽:

資源簡介

這是醫學成像系統中的中心切片定理,用matlab實現,效果不錯

資源截圖

代碼片段和文件信息

clear
sl=phantom;
the?=?0:179;
[Rxp]?=?radon(slthe);
[widthlength]=size(R);??????
width1=width;
length1=width;
rec=zeros(width1length1);??
flou=zeros(widthlength);
for?i=1:length
flou(:i)?=fftshift(R(:i));?
flou(:i)=fft(flou(:i));??
end
o=round(width1/2);
?for?i=1:width1
????for?j=1:length1
????????x=j-o;
????????y=o-i;????????
????????????if(x==0)???????
??????????????????if(y>=0)
?????????????????????theta=90;
?????????????????else
?????????????????????theta=-90;
??????????????????end
????????????else
????????????????theta=(atan(y/x))*180/pi;
????????????end????????????
????????????if(x<=0)
????????????????theta=180+theta;
????????????elseif(y<0)
????????????????theta=2*180+theta;
????????????end????????????
???????????r=sqrt(x^2+y^2);
????????????if(theta<180)
??

評論

共有 條評論

相關資源