1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/stitching/README.md

13 lines
239 B
Markdown
Raw Normal View History

2024-03-13 07:07:00 +00:00
stitching
=========
[stitching][1] is a Python package for fast and robust Image Stitching.
```bash
$ alias stitch='docker run --rm -v $PWD:/data openstitching/stitch'
$ stitch *.jpg
```
[1]: https://github.com/OpenStitching/stitching