keeping original size of image when using imagesc
87 次查看(过去 30 天)
显示 更早的评论
I'm programming a GUI and trying to show an image using imagesc. The GUI should be able to show images of different sizes. I put axes with a specific size in there but it's more of a placeholder - I'd like to change its size depending on the size of the image being displayed.
So for example I'm having the figure window with a rectangular shape but want to show a squared image without it being streched to fit the window, I hope I got my problem across. It does work when im using imshow, then the image keeps its original size automatically, but it doesn't when I'm using imagesc to display the image.
0 个评论
采纳的回答
M.Many
2020-11-28
Hi, you can use
image(imageToDisplay)
axis image
to keep the ratio 1 to 1
I hope this helps
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!