-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'imshow' into 'master'
Add an imshow method to easily plot images See merge request !22
No related branches found
No related tags found
Pipeline #
Showing
- bob/io/image/__init__.py 22 additions, 0 deletionsbob/io/image/__init__.py
- bob/io/image/data/grace_hopper.png 0 additions, 0 deletionsbob/io/image/data/grace_hopper.png
- bob/io/image/utils.py 41 additions, 0 deletionsbob/io/image/utils.py
- doc/conf.py 6 additions, 2 deletionsdoc/conf.py
- doc/guide.rst 27 additions, 0 deletionsdoc/guide.rst
- requirements.txt 1 addition, 0 deletionsrequirements.txt
bob/io/image/data/grace_hopper.png
0 → 100644
614 KiB
bob/io/image/utils.py
0 → 100644
... | ... | @@ -3,3 +3,4 @@ bob.extension |
bob.blitz | ||
bob.core | ||
bob.io.base | ||
matplotlib |