Info
此问题已关闭。 请重新打开它进行编辑或回答。
after first imshow function, image is not shown
2 次查看(过去 30 天)
显示 更早的评论
Hi everybody, I have a problem with showing image. After first image other figures are not shown. Thanks
I= imread('pout.tif');
mask = roipoly(I);
figure
imshow(mask);
J = regionfill(I,mask);
figure
imshow(J);
0 个评论
回答(1 个)
Image Analyst
2019-6-23
When you double click inside the polygon, it will show the other figures.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!