Skip to content

Multiple images panorama stitching using skimage

Notifications You must be signed in to change notification settings

DatCanCode/panorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panorama from multiple images

Based on this tutorial : Feature Based Panoramic Image Stitching

Demo:

Panorama from multiple images

Requirements :

  • Python 3.x
  • Numpy
  • skimage
  • matplotlib

Project Structure :

	|_ panorama.py
	|_ report.pdf
	|	
	|_ images - |
	|			|_ B
	|			|			|- building1.jpg
	|			|			|- building2.jpg
	|			|			|- building3.jpg
	|			|			|- building4.jpg
	|			|			|- building5.jpg
	|			|_ H
	|			|			|- H1.jpg
	|			|			|- H2.jpg
	|			|			|- H3.jpg
	|			|.....etc.....

To run :

`python3 panorama.py -i <path to images dir> -o <path to output dir>`

Outputs !!


Stitching with Building example


Stitching with rocky Hill example


Stitching with Park example


Stitching using Parking lot example


Stitching using Temple example

References :

[1] https://www.mathworks.com/help/vision/examples/feature-based-panoramic-image-stitching.html

[2] https://github.com/scikit-image/skimage-tutorials/blob/master/lectures/solutions/adv3_panorama-stitching-solution.ipynb

[3] http://ppwwyyxx.com/2016/How-to-Write-a-Panorama-Stitcher/

About

Multiple images panorama stitching using skimage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published