how to resize the image in matlab? not using resize function.

10 visualizzazioni (ultimi 30 giorni)
For example my matlab output image is (476 by 476) pixels and I want to resize it (512 by 512) pixels exactly. If anyone have an idea please share. Thanks

Risposte (2)

KSSV
KSSV il 10 Ago 2017
Modificato: KSSV il 10 Ago 2017
Use interp2 if you don't want to use resize .... resize also does the same in fact.

Walter Roberson
Walter Roberson il 10 Ago 2017
Modificato: Walter Roberson il 10 Ago 2017
Besides interp2, you can also use fft() to resample.
There is also imcrop()

Categorie

Scopri di più su Read, Write, and Modify Image in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by