Table of Contents
- ViBOT & MsCV - Universite de Bourgogne
- Instructors: Fabrice Meriaudeau, Guillaume Lemaitre.
- Contact: Contact email for personal queries.
This practise will allow you to put into practise the scikit-image for typical image processing tasks.
The practises are using Python. We advise you to use the Anaconda bundle. Download Anaconda here and follow the instructions. Furthermore, you will need to install the following packages for the practise:
- ipython notebook -
conda install ipython-notebook
- scikit-image -
conda install scikit-image
Supplement material can be found in the following wonderful books:
The following guides can be useful to use git and github.