Skip to content

AvielCo/Panorama-Stitch-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panorama creator

Takes 2 photos:

- Left image: 

alt text

- Right image:

alt text

Result:

- Panorama image:

alt text

Installation

python version 3.7
libraries needed:

opencv

numpy

argparse

matplotlib - optional, only to view photos in realtime

How to use?

1. open terminal/CMD
2. write command to start the stitch process: python panorama.py <path_left_img> <path_right_img> <path_output>
                                     example: python panorama.py left.jpg right.jpg panorama.jpg
    2.1. takes left image and right image from selected path
	2.2. it will be output to path_output
3. result will be panorama of both images using stitch algorithm

Credits

Aviel Cohen - linkedin

Vitaly Nechayuk - github linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages