after first imshow function, image is not shown

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일

0 개 추천

When you double click inside the polygon, it will show the other figures.

이 질문은 마감되었습니다.

질문:

2019년 6월 23일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by