Display an imagie in 1:1 scale (pixel-for-pixel)
6 次查看(过去 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!