Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 611 Bytes

scikit-image-examples

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.

Dependencies :

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

Run with iPython Notebook :

Open iPython notebook by:

$ ipython notebook

Then import the .ipynb file and enjoy :)