# Python-Multiple-Image-Stitching **Repository Path**: mirrors_kushalvyas/Python-Multiple-Image-Stitching ## Basic Information - **Project Name**: Python-Multiple-Image-Stitching - **Description**: Implementation of multiple image stitching - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-11 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multiple Image stitching in Python This repository contains an implementation of multiple image stitching. For explanation refer my blog post : [Creating a panorama using multiple images](http://kushalvyas.github.io/stitching.html) ### Requirements : - Python 2.7 - Numpy >= 1.8 - OpenCV 3.1.0 ### Project Structure : |_ code -| | |-- pano.py | |-- txtlists-| | |--files1.txt .... | |_ images - | | |- img1.jpg | |- abc.jpg | .... and so on ... Demo txtfile : files2.txt : ../../images/1.jpg ../../images/2.jpg ../../images/3.jpg ../../images/4.jpg ### To run : `python pano.py ` ## Outputs !!

Stitching with Lunchroom example


Stitching with home example


Stitching with building example


Stitching using Hill example


Stitching using room example
### Other WebSources for Images : Base paper for panorama using scale invariant features : [1] "Automatic Panoramic Image Stitching using Invariant Features", Download.springer.com, 2016. [Online]. Available: matthewalunbrown.com/papers/ijcv2007.pdf Test images taken from : [2]"PASSTA Datasets", Cvl.isy.liu.se, 2016. [Online]. Available: http://www.cvl.isy.liu.se/en/research/datasets/passta/. [3] "OpenCV Stitching example (Stitcher class, Panorama)", Study.marearts.com, 2013. [Online]. Available: http://study.marearts.com/2013/11/opencv-stitching-example-stitcher-class.html. [4] "Github daeyun Image-Stitching Test Images", 2016. [Online]. Available: https://github.com/daeyun/Image-Stitching/tree/master/img/hill. [5] "Github tsherlock Test Images", 2016. [Online]. Available: . https://github.com/tsherlock/panorama/