WillBrennan / ImageStitching

Conducts image stitching upon an input video to generate a panorama in 3D
272 stars 58 forks source link

upgrade to python3 #13

Closed WillBrennan closed 3 years ago

WillBrennan commented 3 years ago

This PR upgrades the library to Python3 and cleans up the code. This has been done by pulling all the logic into a single stitching class, this means there's a better separation between the application code and library code. This has cleaned up the application code.

Instead of having a separate stitching application for video and images, the stitching.py script can now take directories of images or individual files.