How can I convert known GPS coordinates to image pixels, and again image pixels to world GPS coordinates?

4 ビュー (過去 30 日間)
MOHIT
MOHIT 2016 年 12 月 12 日
回答済み: Ahmet Cecen 2016 年 12 月 12 日
I have few known points in an image and same points I have as GPS coordinates also. How can I georeference my image to get all points in the image as GPS points?
  2 件のコメント
José-Luis
José-Luis 2016 年 12 月 12 日
Is this a triangulation problem?
MOHIT
MOHIT 2016 年 12 月 12 日
I want to get some desired unknown points in the image as GPS coordinates.

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

回答 (1 件)

Ahmet Cecen
Ahmet Cecen 2016 年 12 月 12 日
A simple start would be to get any two points:
dx = abs(point2gpsx - point1gpsx)/abs(point2imagex - point1imagex)
So by using a simple ratio, find how long a single pixel is in the x direction in GPS coordinates. Repeat for y direction. Then you can calculate the edges of the image in GPS coordinates, then use a meshgrid to get the coordinates for the rest.

カテゴリ

Help Center および File ExchangeAutomated Driving Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by