https://github.com/adamspannbauer/stitcher
Experiment for panorama stitching without any directional assumptions.
https://github.com/adamspannbauer/stitcher
computer-vision image-processing opencv panorama-stitching python
Last synced: 2 months ago
JSON representation
Experiment for panorama stitching without any directional assumptions.
- Host: GitHub
- URL: https://github.com/adamspannbauer/stitcher
- Owner: AdamSpannbauer
- License: mit
- Created: 2019-08-12T20:38:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T23:54:27.000Z (almost 7 years ago)
- Last Synced: 2025-06-08T15:01:59.998Z (about 1 year ago)
- Topics: computer-vision, image-processing, opencv, panorama-stitching, python
- Language: Python
- Homepage:
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stitcher
Experiment to stitch images together without directional assumptions. Takes a list of images as input and reduces list by iteratively stitching images together. Process stops if images not deemed similar enough (as deemed by an arbitrarily set keypoint match count).
A lot of the starting code in this repo was based on [@PyImageSearch](https://twitter.com/PyImageSearch)'s tutorial, [OpenCV panorama stitching](https://www.pyimagesearch.com/2016/01/11/opencv-panorama-stitching/).
## Example
### Input
```
python stitch.py -i image_pieces
```
\**[`image_pieces`](image_pieces) is a directory containing images to be stitched*
### Output
#### Final output compared to input pieces

#### Optional progress display

\**Funko Pop style picture provided by [@pofigster](https://twitter.com/pofigster)*