求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 编辑 ] 2222weqwerwqtrwqe "2222weqwerwqtrwqe" ?
楼上什麽意思?
回复 沙发 sina1300841 的帖子
难道是灌水的?2楼的最好给一个说明哈 晕,仔细看了下还是05年的帖子 = 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 matlab自带hough变换程序,doc hough
页:
[1]