Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

OrthomosaicSLAM

To carry out drone-based aerial surveying for generating orthomosaic maps on the fly, this project explores the image processing stack required to achieve the same using the most economical hardware and software footprint. The project explores corner and blob-based feature extraction techniques followed by brute force and KNN based feature matching methods which are later used to generate a homography matrix for stitching images that are passed through a cascaded image mixer to generate orthomosaic maps of a given dataset.

Explanation and documentation: https://textzip.github.io/posts/Orthomosaic-SLAM/

Results

Input 1

Image1

Output 1

Image1

Input 2

Image1

Output 2

Image1

Input 3

Image1

Output 3

Image1

Usage

python3 main.py -i PATH_TO_IMAGES -o OUTPUT_PATH

Paramters

Will be updated soon.