Skip to content

A python script that can stitch two images into a panorama through feature detection and matching.

Notifications You must be signed in to change notification settings

Sri-Sai-Charan/Panorama-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Panorama-Stitching

A python script that can stitch two images into a panorama through feature detection and matching.

Folder Structure:

📦Panorama-Stitching
 ┣ 📂Media
 ┃ ┗ 📂Q2
 ┃ ┃ ┣ 📜Q2imageA.png
 ┃ ┃ ┗ 📜Q2imageB.png
 ┣ 📂Results
 ┃ ┗ 📜results.png
 ┣ 📜README.md
 ┗ 📜panorama_stitching.py  

How To Run:

  • Navigate to the root of this package in a terminal
  • Ensure the python file panorama_stitching.py is executable
  • Then enter the following command:
python3 panorama_stitching.py

Results

Image num:1

Image num:2

Final Result

About

A python script that can stitch two images into a panorama through feature detection and matching.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages