pixel location to map location

If we only know four-corner and center pixels' latitudes and longitudes of an image, is there anyway to estimate the each pixel locations as of latitude and longitude?

 採用された回答

Image Analyst
Image Analyst 2014 年 8 月 19 日

0 投票

Of course. It's a simple matter of bilinear interpolation. See wikipedia: http://en.wikipedia.org/wiki/Bilinear_interpolation if you don't know the formula, which is basically setting up two line point-slope formulas. Pretty trivial even for MATLAB beginners, but let us know if you can't figure it out.

1 件のコメント

P
P 2014 年 8 月 19 日
Thanks a lot, I also can find correct answer using griddata function.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

P
P
2014 年 8 月 19 日

コメント済み:

P
P
2014 年 8 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by