Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 678 Bytes

File metadata and controls

18 lines (16 loc) · 678 Bytes

Fully Automated Panoramic Image Stitching

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)

System Requirements

  • python3
  • imutils==0.5.3
  • numpy==1.17.3
  • opencv-python==3.4.2.16
  • opencv-contrib-python==3.4.2.16

Execution

  1. Create a folder with the images that need to be stitched together, named in lexicographical order.
  2. Execute the following command :
  • $ python3 project.py --images <path/to/image/folder>/ --output <path/to/output.png>