keeping original size of image when using imagesc
85 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
M.Many
il 28 Nov 2020
Hi, you can use
image(imageToDisplay)
axis image
to keep the ratio 1 to 1
I hope this helps
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!