Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

after first imshow function, image is not shown

1 Ansicht (letzte 30 Tage)
Ahsen Feyza Dogan
Ahsen Feyza Dogan am 23 Jun. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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);

Antworten (1)

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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by