This repository contains code implementation of the stitcher class provided by OpenCV. The file named imageStitcher contains the code implementation for image stitching. The file uses following two external libraries:
-
OpenCV 3.4
-
os
The program requires two variables to be initialised:
-
imgFolder : Contains path to the folder where the images to be stitched are located
-
outFolder : Contains path to the folder where the output image is to be saved
- Support for live video
License
MIT