A Python GUI application to merge, align and georeference orthophotos using user-selected keypoints. Built with customtkinter, this tool helps geospatial professionals and researchers visually stitch overlapping aerial images and perform simple image-to-world coordinate transformations.
- 📂 Load left and right orthophoto images
- 🖱️ Manually select matching keypoints
- 🧠 Automatically compute transformation matrix
- 🧵 Merge and visualize aligned images
- 💾 Save the final orthophoto result
- 🔁 Reset workflow anytime
- 🎨 Modern UI using Roboto font and icon-enhanced buttons
Clone the repository and install dependencies:
git clone https://github.com/OAndrija/orthophoto-tool.git
cd orthophoto-tool
pip install -r requirements.txt