Skip to content

DJI drone's aerial image stitching, order by image filename and using OpenCV.

Notifications You must be signed in to change notification settings

jp6ru8958958/dji-aerial-image-stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dji-aerial-image-stitching

Create your virtual environment and enable it:

virtualenv -p ~/.pyenv/versions/3.6.12/bin/python venv
. venv/bin/activate
pip install -r requirements.txt

Run:

python main.py <data folder path>  300 0.05 surf p

image1: image1 image2: image2 result: result

About

DJI drone's aerial image stitching, order by image filename and using OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published