Info

此问题已关闭。 请重新打开它进行编辑或回答。

after first imshow function, image is not shown

1 次查看(过去 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);

回答(1 个)

Image Analyst
Image Analyst 2019-6-23
When you double click inside the polygon, it will show the other figures.

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by