after first imshow function, image is not shown
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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);
Answers (1)
Image Analyst
on 23 Jun 2019
0 votes
When you double click inside the polygon, it will show the other figures.
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!