资源简介
ct扇束等角滤波反投影重建算法matlab源码 分成源图像创建 投影 滤波反投影三个文件
代码片段和文件信息
function tuoyuan=creat_ellipse(ellipsen)
p = zeros(n);
xax = ( (0:n-1)-(n-1)/2 ) / ((n-1)/2);
xg = repmat(xax n 1); % x coordinates the y coordinates are rot90(xg)
for k = 1:size(ellipse1)
asq = ellipse(k2)^2; % a^2
bsq = ellipse(k3)^2; % b^2
phi = ellipse(k6)*pi/180; % rotation angle in radians
x0 = ellipse(k4); % x offset
y0 = ellipse(k5); % y offset
A = ellipse(k1); % Amplitude change for this ellipse
x=xg-x0; % Center the ellipse
y=rot90(xg)-y0;
cosp = cos(phi);
sinp = sin(phi);
idx=find(((x.*cosp + y.*sinp).^2)./asq + ((y.*cosp - x.*sinp).^2)./bsq <= 1);
p(idx) = p(idx) + A;
tuoyuan=p;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3722 2012-07-28 13:35 shanshu2.m
文件 745 2012-07-24 17:35 creat_ellipse.m
文件 506 2012-07-25 23:03 gtheta.m
----------- --------- ---------- ----- ----
4973 3
相关资源
- imageCorrectForm 建立几何畸变模型
- spectrogram_fft
- OFDM_cognitive 博士学位论文
- fusion_change_detection SAR图像变化检测代
- MotionDetection 静止背景下运动目标检测
- PNNpredict19
- spectralMattingCode 用于数字抠图的源代码
- multifractal-compute 用MATLAB编写的图象多
- edge_detection 利用小波边缘检测算法实
- licenceplatecharacterrecognitionprogram 能完成
-
Theimagetextureanalyssba
sedonthefractaldime -
vision_ba
sed_barcode_reader - PointCloud3DReconstruction 实现了点云的三
- VideoFaceDetect 使用matlab调用opencv做成的
- TheResearchofOff-linehandwrittenChinesecharact
- electricity_market 该文件是优秀论文并带
- image-fusion-and-detection-on-curvelet-wavelet
- FDCT 第二代离散曲波变换的源程序
- imagereconstruction 基于小波和插值的超分
- copy-and-paste-detection
- seisrectime[1] 地震模型正演程序
- SFLCT_SML_fusion
- LBF “Implicit Active Contours Driven by Loca
- APF_model
- PSS_detect
- CS-OMP-wavelet-reconstruction
- NSCT-SF-PCNN-ImageFusion-Toolbox
- SVDD LIBSVM中的SVDD(Support vector data de
- Professor-Lu-Wusheng-lecture 陆吾生教授是加
- Cooperative-spectrum-sensing
评论
共有 条评论