creimers / real-time-image-stitching

Real time image stitching of > 2 images with Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Real time image stitching of > 2 images with Python and OpenCV


Languages

Language:Python 100.0%