https://github.com/luispedro/python-image-tutorial
Python image tutorial (based on ipython notebooks)
https://github.com/luispedro/python-image-tutorial
Last synced: 10 months ago
JSON representation
Python image tutorial (based on ipython notebooks)
- Host: GitHub
- URL: https://github.com/luispedro/python-image-tutorial
- Owner: luispedro
- Created: 2014-07-14T14:08:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T19:51:25.000Z (almost 10 years ago)
- Last Synced: 2025-04-09T17:05:10.888Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 8.89 MB
- Stars: 30
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
================================================
Python Computer Vision/Image Processing Tutorial
================================================
By Luis Pedro Coelho (luis@luispedro.org)
How to easily explore this tutorial:
1. Go to https://cloud.sagemath.com/
2. Register & Login
3. Click on Projects (top-left) → New Project...
4. Pick a name. Your new project will now show up on your list of projects.
5. Select this project.
6. Find, on the right side, a text box saying "Terminal command..."
7. Execute this command there: ``git clone https://github.com/luispedro/python-image-tutorial``. Wait a minute or so.
8. A new directory ``python-image-tutorial`` will appear with these files.
Now you can play with the files!
Dependencies
------------
Installing on a clean Ubuntu machine::
sudo apt-get update
sudo apt-get install git \
python-virtualenv \
python-dev \
libpng12-dev libtiff4-dev libwebp-dev \
python-numpy python-matplotlib \
ipython \
ipython-notebook
git clone https://github.com/luispedro/python-image-tutorial
cd python-image-tutorial/
virtualenv --system-site-packages virtualenv
source ./virtualenv/bin/activate
pip install mahotas imread
pip install ipython --upgrade
*License*: CC-BY