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!