Skip to content

lettuRL/OrthomosaicSLAM

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%