git clone https://github.com/trunc8/panoramic-mosaicing.git
pip install -r requirements.txt
- Stitching two images:
$ cd panoramic-mosaicing/
$ python3 code/pano-auto.py <path-to-directory-containing-2-images>
(e.g.) python3 code/pano-auto.py data/auto/campus/
- Generalized mosaicing of 'n' images:
$ cd panoramic-mosaicing/
$ python3 pano-general.py <path-to-directory-of-images> <index-to-reference-image>
(e.g.) python3 code/pano-general.py data/general/mountain/ 3
Example-1
Input Images
Example-2
Input Images
Example-3
Input Images
- Siddharth Saha - trunc8
Created with ❤️ by Siddharth