在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
% 获取小窗口 img = imread('blocksrc1.JPG'); figure; imshow(img); h=imrect; %运行完这句后,可以在图中框出需要的区域 pos = getPosition(h); %待区域决定后,运行这句就会返回区域的位置和大小 col=round(pos(1)) : round(pos(1)+pos(3)); %根据pos计算行下标 row=round(pos(2)) : round(pos(2) + pos(4)); %根据pos计算列下标 subwin=img(row,col,:); figure; imshow(subwin);
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论