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

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

Respuestas (2)

KSSV
KSSV el 10 de Ag. de 2017
Editada: KSSV el 10 de Ag. de 2017
Use interp2 if you don't want to use resize .... resize also does the same in fact.

1 comentario

However, think carefully about which interpolation algorithm you wish to use.

Iniciar sesión para comentar.

Categorías

Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Ag. de 2017

Editada:

el 10 de Ag. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by