how to change matlab settings to display image properly to have clear view?

조회 수: 2 (최근 30일)
Pratik Oak
Pratik Oak 2012년 10월 15일
댓글: Ashish Issac 2018년 7월 26일
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?

답변 (1개)

Walter Roberson
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
Pratik Oak
Pratik Oak 2012년 10월 17일
Thanks. yes it is giving warning to display at a fraction of original size. But size is 128*128 only.
How to use zoom tool?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by