Azzera filtri
Azzera filtri

Georectify/Orthorectify Aerial Imagery

15 visualizzazioni (ultimi 30 giorni)
Sonoma Rich
Sonoma Rich il 18 Dic 2012
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.

Risposte (1)

David
David il 19 Dic 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.

Community Treasure Hunt

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

Start Hunting!

Translated by