Display an imagie in 1:1 scale (pixel-for-pixel)
조회 수: 9 (최근 30일)
이전 댓글 표시
Whenever I display an image it gets scaled to fit the figure and the image quality get butchered.
Is there a way to make sure that images get displayed "pixel-for-pixel"?
I'm using the image command to display images.
댓글 수: 0
답변 (2개)
Doug Eastman
2011년 4월 19일
Alternatively, if you have the Image Processing Toolbox you can simply use the IMSHOW function with Initial Magnification set to 100:
imshow('board.tif','InitialMagnification',100)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!