AlexOlsen / quick-stitching-for-drone

quick footprint overlapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Stitching drone images

A small project aims to georeference drone images and overlay them together without using orthorectify and feature detection (i.e. tie key points)

So far the tool involves GDAL and numpy. The output is a merged tiff with all drone images after being georeferenced. Individual georeferenced drone images are also part of the output.

The next step is to speed up the whole process (skip the producing individual georeferenced images, and parallel the tiff merging steps if possible).

This project is inspired by alexhagiopol.orthomosaic

About

quick footprint overlapping

License:GNU General Public License v3.0


Languages

Language:Python 100.0%