real-time-image-stitching icon indicating copy to clipboard operation
real-time-image-stitching copied to clipboard

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

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.