Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 655 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 655 Bytes

real-time-image-stitching

Stitches n (horizontally aligned) images into a panorama.

Inspired by this repository.

Install: pip install -r requirements.txt

Run: python main.py

If you came here from stackoverflow:

This is the code before the suggested optimization.

This is the code after the suggested optimization.