Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.32 KB

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