【发布时间】:2018-03-29 19:24:57
【问题描述】:
我试图使用hough(edge_detected_image) 绘制霍夫变换。然后我使用以下命令:
imshow(h,[],'XData',theta,'YData',rho,'InitialMagnification','fit');
axis on
axis normal
hold on
如何做到这一点?有什么需要做的设置吗?
【问题讨论】:
标签: matlab image-processing hough-transform