An open API service indexing awesome lists of open source software.

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.

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)*