how to resize for images
이전 댓글 표시
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개)
harjeet singh
2016년 1월 17일
use this command
img=imresize(I,[480 640]);
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!