Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad-si/scikit-image-cheatsheet
See all scikit-image methods for image creation & manipulation and their output at a glance.
https://github.com/ad-si/scikit-image-cheatsheet
cheatsheet computer-vision image-manipulation scikit scikit-image skimage
Last synced: 5 days ago
JSON representation
See all scikit-image methods for image creation & manipulation and their output at a glance.
- Host: GitHub
- URL: https://github.com/ad-si/scikit-image-cheatsheet
- Owner: ad-si
- Created: 2017-02-19T20:27:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T12:10:02.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:41:18.009Z (8 months ago)
- Topics: cheatsheet, computer-vision, image-manipulation, scikit, scikit-image, skimage
- Language: HTML
- Homepage: https://ad-si.github.io/scikit-image-cheatsheet/
- Size: 2.85 MB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scikit-Image Cheatsheet
See all [scikit-image] methods for image creation & manipulation
and their output at a glance.[scikit-image]: https://scikit-image.org
## Development
Run following command in the project root directory:
```sh
docker run -v "$PWD":/usr/src/app -p "4000:4000" --name jekyll starefossen/github-pages
```Run this command to regenerate all images:
```sh
make images/generated/%
```To continously monitor the source files and recompile on changes run:
```sh
chokidar generate-images.py _data/categories.yaml -c 'make images/generated/%'
```Chokidar can be installed with `npm install --global chokidar`