https://github.com/openstitching/stitching_tutorial
A repository for presenting the functionalty of the python 'stitching' package
https://github.com/openstitching/stitching_tutorial
feature-detection feature-matching image-stitching opencv opencv-python seam-carving stitching
Last synced: 6 months ago
JSON representation
A repository for presenting the functionalty of the python 'stitching' package
- Host: GitHub
- URL: https://github.com/openstitching/stitching_tutorial
- Owner: OpenStitching
- Created: 2021-11-05T12:06:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T21:01:00.000Z (over 1 year ago)
- Last Synced: 2025-05-30T15:34:57.112Z (7 months ago)
- Topics: feature-detection, feature-matching, image-stitching, opencv, opencv-python, seam-carving, stitching
- Language: Jupyter Notebook
- Homepage:
- Size: 52.6 MB
- Stars: 123
- Watchers: 3
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OpenCV Stitching Tutorial
Preview the tutorial [here](https://github.com/lukasalexanderweber/stitching_tutorial/blob/master/docs/Stitching%20Tutorial.md)
## Installation
Install the dependencies.
```bash
pip install -r requirements.txt
```
## Run the Notebook
To run the tutorial an your machine and experiment e.g. with your own images put your images in the `imgs` directory and run the notebook using
```bash
jupyter notebook
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the preview using
```bash
jupyter nbconvert --to markdown "Stitching Tutorial.ipynb"
```
and put the resulting files in the `docs` directory