フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

after first imshow function, image is not shown

1 回表示 (過去 30 日間)
Ahsen Feyza Dogan
Ahsen Feyza Dogan 2019 年 6 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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