showing .tif images in matlab
Posted
by
sepideh
on Stack Overflow
See other posts from Stack Overflow
or by sepideh
Published on 2012-03-25T10:58:19Z
Indexed on
2012/03/25
11:30 UTC
Read the original article
Hit count: 177
matlab
I am trying to show a .tif image in matlab and I use these two line of codes
a = imread('C:\Users\sepideh\Desktop\21_15.tif'); imshow(a)
that encounters this warning
Warning: Image is too big to fit on screen; displaying at 3%
In imuitools\private\initSize at 73 In imshow at 262
what is the cause of this warning and what can I do to fix that? the main trouble is it sometimes doesn't show the image and of course even if it shows the image CPU usage gets high that I can't zoom properly
© Stack Overflow or respective owner