Skip to content

odebeir/info-h-500-501

Repository files navigation

Introduction to image processing

Build Status

Outline

To browse the content, start here.

TOC should be updated from .ipynb

How to read the content

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.

Installation

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!

Acknowledgements

ULB

inspired by Greg Caporaso's Introduction to Applied Bioinformatics

get style from CFDPython

License

Creative Commons License


About

Notebook of: Introduction to image processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published