필터 지우기
필터 지우기

how to resize the image in matlab? not using resize function.

조회 수: 2 (최근 30일)
Ahmad
Ahmad 2017년 8월 10일
편집: Walter Roberson 2017년 8월 10일
For example my matlab output image is (476 by 476) pixels and I want to resize it (512 by 512) pixels exactly. If anyone have an idea please share. Thanks

답변 (2개)

KSSV
KSSV 2017년 8월 10일
편집: KSSV 2017년 8월 10일
Use interp2 if you don't want to use resize .... resize also does the same in fact.
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 8월 10일
However, think carefully about which interpolation algorithm you wish to use.

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2017년 8월 10일
편집: Walter Roberson 2017년 8월 10일
Besides interp2, you can also use fft() to resample.
There is also imcrop()

카테고리

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