mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
13 lines
239 B
Markdown
13 lines
239 B
Markdown
|
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
|