Georectify/Orthorectify Aerial Imagery
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
David
am 19 Dez. 2012
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 Kommentare
Siehe auch
Kategorien
Mehr zu Geographic Coordinate Reference Systems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!