how to change matlab settings to display image properly to have clear view?
2 ビュー (過去 30 日間)
古いコメントを表示
I am reading image from matlab by imread. But after imshow, it is getting blurred not same as windows image viewer. So i can't work on it. Whether it is necessary to change some display setting?
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 10 月 15 日
Is imshow() warning that it had to display at a fraction of the original size?
What is the size of the image? What is the size of the axes you are giving to render it in?
I suspect that the blurring is in the display (not enough space to display it all) and not in what was read in by imread(). Have you tried the zoom tool ?
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!