Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

after first imshow function, image is not shown

1 visualizzazione (ultimi 30 giorni)
Ahsen Feyza Dogan
Ahsen Feyza Dogan il 23 Giu 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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);

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by