Creating a 512 x 512 image from 600 x 800

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by