Creating a 512 x 512 image from 600 x 800
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
bigdog
am 4 Feb. 2015
Kommentiert: bigdog
am 4 Feb. 2015
The idea is to have 512 pixels in both rows and columns of my image. I'm not sure which function I would use to do so. Any ideas?
0 Kommentare
Akzeptierte Antwort
William Frane
am 4 Feb. 2015
B = imresize(A, [numrows numcols])
should allow you to scale an image without preserving the original aspect ratio.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!