Azzera filtri
Azzera filtri

how to resize for images

2 visualizzazioni (ultimi 30 giorni)
yvonne lee
yvonne lee il 17 Gen 2016
Commentato: Image Analyst il 17 Gen 2016
hi i would like to resize my image. current image size is 416x460x3, would like to resize it to 480x640x3. thanks
  1 Commento
Image Analyst
Image Analyst il 17 Gen 2016
Do you want to vertically stretch the image with imresize() or pad it with zeros with padarray()?

Accedi per commentare.

Risposte (1)

harjeet singh
harjeet singh il 17 Gen 2016
use this command
img=imresize(I,[480 640]);

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