To browse the content, start here.
TOC should be updated from .ipynb
There are two ways to read Introduction to image processing:
-
The recommended way to read the book is to download and run the IPython notebooks interactively. You can do this by cloning the GitHub repository, installing the package and its dependencies, and running the notebooks interactively. Instructions for doing this are provided below in the Installation section.
-
The easiest way to read the book is to view the static notebooks online using nbviewer. You should start here.
If you're new to using IPython or the IPython Notebook, you can find more information at the IPython website, IPython Notebook website, and the IPython Notebook example gallery.
If you're going to read the book interactively (recommended), you'll need to clone this repository, install some dependencies, and launch the IPython Notebook. For example, the following commands should work for Linux and Mac OS X users:
anaconda distribution should do the job
conda install scikit-image
Finally, launch the IPython Notebook to get started (be sure that you're in the Introduction to image processing
directory when you run this command):
ipython notebook --pylab inline Index.ipynb
That's it!
ULB
inspired by Greg Caporaso's Introduction to Applied Bioinformatics
get style from CFDPython