필터 지우기
필터 지우기

Re-sampling Images in Matlab

조회 수: 2 (최근 30일)
Ankit Verma
Ankit Verma 2012년 4월 6일
I want to re-sample the remotely sensed images which are usually very large from 30m to 15m.Does this simply means re-sizing it using imresize function or is their any other method for re-sampling such images in Matlab??
  댓글 수: 3
Ankit Verma
Ankit Verma 2012년 4월 7일
Sorry for the confusion it is meters not megapixels.
Walter Roberson
Walter Roberson 2012년 4월 7일
You want to re-sample from 30 meters resolution to 15 meters resolution? That is, you want to double the resolution of the images? Double _exactly_ ?

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

답변 (1개)

Walter Roberson
Walter Roberson 2012년 4월 6일
There are methods involving fft2() and ifft2(); there are methods involving wavelets; there are methods involving extracting subsections of the array; there are methods involving interp2(); there are probably other methods.
Myself, I would only bother to consider alternatives to imresize() if I was doing straight-forward half-resolution, or if I had more time (to do the programming) than I had money (to purchase the Image Processing Toolbox.)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by