MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB图像处理] 怎样用radon变换后的参数画出直线 (https://www.labfans.com/bbs/showthread.php?t=8661)

w1987w19987 2009-05-27 13:29

怎样用radon变换后的参数画出直线
 
比如经过
theta=0:179;
[R,xp]=radon(k7,theta);
figure,imagesc(theta,xp,R);colormap(hot);
xlabel('\theta(degrees)');ylabel('X\prime');
title('R_{\theta} (X\prime)');
colorbar;
从图中看出最大值出现在x'=-101,R=94度处,如何根据这两个参数画出直线?
希望高手帮助,谢谢,急用。


所有时间均为北京时间。现在的时间是 13:13

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.