This is our course project for the course Digital Image Processing in Monsoon 2019.
Reference Paper:Automatic Panoramic Image Stitching using Invariant Features, Matthew Brown and David G. Lowe (http://matthewalunbrown.com/papers/ijcv2007.pdf)
- python3
- imutils==0.5.3
- numpy==1.17.3
- opencv-python==3.4.2.16
- opencv-contrib-python==3.4.2.16
- Create a folder with the images that need to be stitched together, named in lexicographical order.
- Execute the following command :
$ python3 project.py --images <path/to/image/folder>/ --output <path/to/output.png>