查看单个帖子
旧 2008-03-20, 20:15   #1
20713002
初级会员
 
注册日期: 2008-03-18
年龄: 38
帖子: 3
声望力: 0
20713002 正向着好的方向发展
默认 【求助】是不是安装出错了,demo都运行不了

RGB = imread('gantrycrane.png');
imshow(RGB);

text(size(RGB,2),size(RGB,1)+15,'Image courtesy of Jeff Mather',...
'FontSize',7,'HorizontalAlignment','right');

line([300 328],[85 103],'color',[1 1 0]);
line([268 255],[85 140],'color',[1 1 0]);

text(150,72,'Measure the angle between these beams','Color','y',...
'FontWeight', 'bold');

Attempt to execute SCRIPT image as a function.
谢啦!
20713002 当前离线   回复时引用此帖