This aims to serve as a tutorial for getting kick started with using NumPy and scikit-image (skimage) library.
The project was built using iPython Notebook. For best viewing experience download the .ipynb file.
To install NumPy : http://www.scipy.org/Download
To install scikit-image : http://scikit-image.org/download.html
Please download iPython from : http://ipython.org/install.html
Open iPython notebook by:
$ ipython notebook
Then import the .ipynb file and enjoy :)