Creating a 512 x 512 image from 600 x 800
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
William Frane
2015-2-4
B = imresize(A, [numrows numcols])
should allow you to scale an image without preserving the original aspect ratio.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!