Georectify/Orthorectify Aerial Imagery
7 ビュー (過去 30 日間)
古いコメントを表示
Does matlab have any tools to georectify aerial imagery? I have wide FOV images that I took at a lookdown angle around 70 deg from horizontal. I can assume a flat surface (do not need to correct for hills and mountains). I also know the orientation (angle from north) of the image. I would like to be able to save them as GeoTiff files. I looked at the mapping toolbox, but it did not have seem to have the tools that I needed. Any suggestions.
0 件のコメント
回答 (1 件)
David
2012 年 12 月 19 日
Perhaps cpt2tform to create a transform structure using a projective transform type. I'm not quite sure what coordinate pairs you'd use but perhaps you can work out some coordinate pairs that mimic the rotation and oblique angle. Then imtransform to transform the image?
I'm unfamilier with the GeoTiff format and don't think imwrite will support it, but a number of other formats including tiff are.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Geographic Coordinate Reference Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!