Blending quiver on real georeferenced orthophoto

1 回表示 (過去 30 日間)
abuzer
abuzer 2015 年 5 月 19 日
コメント済み: abuzer 2015 年 10 月 28 日
Dear all, I am trying to blend my quiver plot on the orthophoto. I have looked at this link http://uk.mathworks.com/help/map/examples/georeferencing-an-image-to-an-orthotile-base-layer.html but there is just georeferencing two images. But my question is integrate plot or quiver function on to the orthophoto. quiver function has pixel coordinates, ortho image has geodetic coordinates. the problem is that I can not sign the same control points between them. But the good is that top left coordinates are same for quiver plot and orthophoto. And we know the sizes of two outputs, pixel sizes and coordinate limits "tfw" file. If somebody helps, I will appreciate. Thanks.
  1 件のコメント
abuzer
abuzer 2015 年 5 月 20 日
Hi everybody, I ve found a solution for my problem with Convert pixel coordinates to map coordinates.
[x,y] = pix2map(R,row,col)
s = pix2map(R,row,col)
[...] = pix2map(R,p)
More option can be found in Link

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

採用された回答

Chad Greene
Chad Greene 2015 年 5 月 20 日
Not sure if this helps, but quivermc may also be useful.
  1 件のコメント
abuzer
abuzer 2015 年 10 月 28 日
Sorry for late answer.Thank you very much. I will try to use your code for landslide movements.
cheers.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCoordinate Transformations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by