Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

after first imshow function, image is not shown

1 visualización (últimos 30 días)
Ahsen Feyza Dogan
Ahsen Feyza Dogan el 23 de Jun. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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);

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by