Table of Contents
- ViBOT & MsCV - Universite de Bourgogne
- Instructors: Fabrice Meriaudeau, Guillaume Lemaitre.
- Contact: Contact email for personal queries.
To provide a basic knowledge of the digital image world.
- Lecture sessions
- Lecture 1: Fondamentals in Digital Image Processing
- Lecture 2: Intensity Transformations and Spatial Filtering
- Lecture 3: Fourier Transform and Frequency Filtering
- Lecture 4: Image denoising
- Lecture 5: Color Image Processing
- Lecture 6: Image Segmentation
- Lecture 7: Morphological Image Processing
- Lecture 8: Image Restoration
- Practise sessions
- Prerequisite: Scientific Python Lectures
- Practise 1: Introduction to skimage
- Practise 2: Compression and segmentation
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.