필터 지우기
필터 지우기

how to resize for images

조회 수: 2 (최근 30일)
yvonne lee
yvonne lee 2016년 1월 17일
댓글: Image Analyst 2016년 1월 17일
hi i would like to resize my image. current image size is 416x460x3, would like to resize it to 480x640x3. thanks
  댓글 수: 1
Image Analyst
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
harjeet singh 2016년 1월 17일
use this command
img=imresize(I,[480 640]);

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by