Fit big image to small axes in GUI
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Lluis Roca
am 15 Okt. 2013
Kommentiert: Lluis Roca
am 16 Okt. 2013
Hi,
I have images that I want to show in axes and work on them using the Image Processing Toolbox with gui and pushbuttons.
Sometimes the images are bigger than the axes. Therefore, if the image is bigger how can show a fitted version inside the axes (while keeping the same aspect ratio) and run the IPT on this "fitted" version?
Thanks.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 15 Okt. 2013
Use imshow(). It will auto-size the image to fit the max space you allowed for the axes while keeping the aspect ratio the same.
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!