All Projects → ayanavasarkar → Multiple_image_stitching

ayanavasarkar / Multiple_image_stitching

Licence: other
A Python and OpenCV implementation of Image Stitching using Brute Force Matcher and ORB feature descriptures.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Multiple image stitching

APAP-Image-Stitching
As-Projective-As-Possible (APAP) Image Stitching with Moving DLT (CVPR 2013) - Python Implementation
Stars: ✭ 85 (+286.36%)
Mutual labels:  panorama, image-stitching
PanoBasic
Matlab Toolbox for Panorama Image Processing
Stars: ✭ 81 (+268.18%)
Mutual labels:  panorama
Openpano
Automatic Panorama Stitching From Scratch
Stars: ✭ 1,284 (+5736.36%)
Mutual labels:  panorama
Skpanoramaview
Create beautiful animated panorama views. Inspired by the intro view on the LinkedIn iOS app.
Stars: ✭ 190 (+763.64%)
Mutual labels:  panorama
Real Time Video Mosaic
An implementation of automatic panorama using OpenCV in C++ and Python
Stars: ✭ 114 (+418.18%)
Mutual labels:  panorama
Pan Configurator
Framework and utilities to easily manage and edit Palo Alto Network PANOS devices
Stars: ✭ 216 (+881.82%)
Mutual labels:  panorama
React Native Streetview
React Native Google's Panorama/StreetView component for iOS and Android.
Stars: ✭ 79 (+259.09%)
Mutual labels:  panorama
panorama
Lightweight system monitor for Linux
Stars: ✭ 31 (+40.91%)
Mutual labels:  panorama
cn-series-deploy
A set of Terraform plans for deploying a Kubernetes cluster protected by a CN-Series containerize firewall
Stars: ✭ 12 (-45.45%)
Mutual labels:  panorama
Gear360pano
Simple script to create equirectangular panorama by stitching images from Samsung Gear 360
Stars: ✭ 178 (+709.09%)
Mutual labels:  panorama
Pdi
PDI: Panorama Depth Image
Stars: ✭ 180 (+718.18%)
Mutual labels:  panorama
Panoramagl
PanoramaGL 全景展示(Xcode7~), fixed some issues,share to someone need it,support arm64
Stars: ✭ 127 (+477.27%)
Mutual labels:  panorama
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+945.45%)
Mutual labels:  panorama
Imagestitching
Conducts image stitching upon an input video to generate a panorama in 3D
Stars: ✭ 98 (+345.45%)
Mutual labels:  panorama
Image360
Special view & controller to display 360° panoramic images
Stars: ✭ 42 (+90.91%)
Mutual labels:  panorama
Panoramic Image Stitching Using Invariant Features
Given a number of input images, concatenate all images to produce a panoramic image using invariant features.
Stars: ✭ 81 (+268.18%)
Mutual labels:  panorama
Pan Os Python
The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
Stars: ✭ 194 (+781.82%)
Mutual labels:  panorama
SPHORB
feature detector and descriptor for spherical panorama
Stars: ✭ 66 (+200%)
Mutual labels:  panorama
Fish Eye Image Correction Code
This is my paper "Correction of single circular fisheye image" related program code
Stars: ✭ 176 (+700%)
Mutual labels:  panorama
Egjs View360
360 integrated viewing solution
Stars: ✭ 252 (+1045.45%)
Mutual labels:  panorama

Multiple Image stitching in Python

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 ... 

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].