Skip to content

mattc95/Image-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Stitching

Python CV2 SIFT Image-Stitching

This works for two or more images.

Requirements

First, install all required python packages:

pip install -r requirements.txt

We install opencv-python == 3.4.2.17 to avoid the patent issue.

Run Code

Then, you can run the python by using the following line:

python ./original.py directory-of-image 

or if you want to stitch the images in reverse order, use the following line

python ./original.py directory-of-images 0

Sample run:

python ./original.py ./img

Result

Image of Result It will ouput a matching image and a result image. Image of Result

Image of Result

About

Python CV2 Image-Stitching SIFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages