Filter löschen
Filter löschen

Re-sampling Images in Matlab

2 Ansichten (letzte 30 Tage)
Ankit Verma
Ankit Verma am 6 Apr. 2012
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 Kommentare
Ankit Verma
Ankit Verma am 7 Apr. 2012
Sorry for the confusion it is meters not megapixels.
Walter Roberson
Walter Roberson am 7 Apr. 2012
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_ ?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 6 Apr. 2012
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.)

Community Treasure Hunt

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

Start Hunting!

Translated by