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개)

카테고리

도움말 센터File Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

질문:

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