keeping original size of image when using imagesc
87 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mara Fries
el 28 de Nov. de 2020
Comentada: Mara Fries
el 29 de Nov. de 2020
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 comentarios
Respuesta aceptada
M.Many
el 28 de Nov. de 2020
Hi, you can use
image(imageToDisplay)
axis image
to keep the ratio 1 to 1
I hope this helps
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!