how to resize for images
5 次查看(过去 30 天)
显示 更早的评论
hi i would like to resize my image. current image size is 416x460x3, would like to resize it to 480x640x3. thanks
1 个评论
Image Analyst
2016-1-17
Do you want to vertically stretch the image with imresize() or pad it with zeros with padarray()?
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!