Creating a 512 x 512 image from 600 x 800

1 次查看(过去 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?

采纳的回答

William Frane
William Frane 2015-2-4
Try imresize(). This syntax:
B = imresize(A, [numrows numcols])
should allow you to scale an image without preserving the original aspect ratio.
  1 个评论
bigdog
bigdog 2015-2-4
Thank you! Now I have added a colored image to my workspace, but using colormap(gray) it is still colored. Any ideas?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by