https://github.com/sonigarima/image-stitching-using-opencv
A simple panorama maker with Flask interface.
https://github.com/sonigarima/image-stitching-using-opencv
flask-application image-processing image-stitching
Last synced: about 1 year ago
JSON representation
A simple panorama maker with Flask interface.
- Host: GitHub
- URL: https://github.com/sonigarima/image-stitching-using-opencv
- Owner: SoniGarima
- License: mit
- Created: 2020-07-25T09:27:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:47:47.000Z (over 3 years ago)
- Last Synced: 2025-04-18T08:39:34.843Z (about 1 year ago)
- Topics: flask-application, image-processing, image-stitching
- Language: JavaScript
- Homepage:
- Size: 6.63 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-stitching-using-openCV
This repo contains the source code which performs stitching of two images using openCV.For the web interface Flask Framework has been used.
Image stitching or photo stitching is the process of combining multiple photographic images with overlapping fields of view to produce a segmented panorama or high-resolution image.
The algorithm we’ll be using here today is similar to the method proposed by Brown and Lowe in their 2007 paper, Automatic Panoramic Image Stitching with Invariant Features.
To run the flask app you would have clone the repo and then run the following command:
```console
python app.py
```
Here is a GIF demonstrating the various stages through the web application.
