jftaoh 发表于 2005-11-12 22:09

求matlab写的hough变换原代码,谢谢!

<P>跪求matlab写的hough变换原代码,谢谢!</P>
<P><a href="mailto:jftaoh@163.com" target="_blank" >jftaoh@163.com</A></P>

[ 本帖最后由 sigma665 于 2008-10-12 10:13 编辑 ]

sina1300841 发表于 2008-10-11 21:34

2222weqwerwqtrwqe

ChaChing 发表于 2008-10-11 22:52

"2222weqwerwqtrwqe" ?
楼上什麽意思?

无水1324 发表于 2008-10-12 08:33

回复 沙发 sina1300841 的帖子

难道是灌水的?
2楼的最好给一个说明哈

yxz8302 发表于 2008-10-12 10:54

晕,仔细看了下还是05年的帖子

科技在线 发表于 2008-10-12 11:14

= hough(w);
imshow(H,[],'XData',theta,'YData',rho,...
      'InitialMagnification','fit');
xlabel('\theta'), ylabel('\rho');
axis on, axis normal, hold on;
P = houghpeaks(H,5,'threshold',ceil(0.3*max(H(:))));
x = theta(P(:,2));
y = rho(P(:,1));
plot(x,y,'s','color','white');
lines = houghlines(w,theta,rho,P,'FillGap',10,'MinLength',50);
figure,imshow(w);hold on

happy 发表于 2008-10-13 12:15

matlab自带hough变换程序,doc hough
页: [1]
查看完整版本: 求matlab写的hough变换原代码,谢谢!