how to resize for images
Mostrar comentarios más antiguos
hi i would like to resize my image. current image size is 416x460x3, would like to resize it to 480x640x3. thanks
1 comentario
Image Analyst
el 17 de En. de 2016
Do you want to vertically stretch the image with imresize() or pad it with zeros with padarray()?
Respuestas (1)
harjeet singh
el 17 de En. de 2016
use this command
img=imresize(I,[480 640]);
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!