Skip to content

Instantly share code, notes, and snippets.

View EvangelosAlevizos's full-sized avatar

EvangelosAlevizos

View GitHub Profile
@EvangelosAlevizos
EvangelosAlevizos / Readme_UAV2WORLD_UAV2KML_scripts.txt
Last active February 19, 2020 16:49
Here are two matlab scripts that can be used for producing WORLD or KML files for automate georeferencing of images acquired from a UAV.
UAV2WORLD
Input data:
(spatial dimensions expressed in meters)
1) pw, image width (pixels).Right click on the image file click properties select the details tab. insert value within script.
2) ph, image height (pixels).Right click on the image file click properties select the details tab. insert value within script.
3) sw, sensor width (meters).Can be found from the camera specifications. insert value within script.
4) sh, sensor height (meters).Can be found from the camera specifications.insert within script
5) fl, focal length of the camera (meters).Right click on the image file click properties select the details tab. insert value within script.