<meta charset="utf-8">

**Image processing, Computational Geometry and Geometry processing**
                      David Coeurjolly / Nicolas Bonneel

# Introduction

* [Slides](slides/c-intro.html)
* Main Github [project](http://github.com/dcoeurjo/lectureDG) (slides sources, final exams, practical works...).

**The assignment project is now available [HERE](project.md.html).**


# Image Processing

* Histogram based image processing
 * [Lecture slides (1-9)](slides/c-ip-analyse.html),  [Optimal Transport slides](OT.pdf)
 * [TP1](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP1)
* Filtering/Denoising/Reconstruction
 * [Lecture slides (10-46)](slides/c-ip-analyse.html),  [Gradient Domain / Poisson Image Editing](gradientdomain.pdf)
 * [TP2](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP2)
* Mathematical Morphology
 * [Slides (46-61)](slides/c-ip-analyse.html#46)
 * [TP3](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP3)

# Digital Geometry

* Digital Topology
 * [Slides](slides/c-gd-intro.html)

* Differential estimators
 * [Slides](slides/c-gd-contour-estimateurs.html) and [Slides](https://perso.liris.cnrs.fr/david.coeurjolly/slides/Seminaire_GAC_11-2016/#/11)
 * [TP4](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP4)


# Computational Geometry

* Introduction & Convexhull
 * [Slides (1-24)](slides/c-ga-convexhull.html)
 * [TP5](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP5)
* Randomized algorithms, Spatial Data structures, Voronoi/Delaunay
 * [Slides](slides/c-ga-convexhull.html), [Slides](slides/c-ga-delaunay.html)
 * [TP6](https://github.com/dcoeurjo/lectureDG/tree/master/practical-work/current/TP6)


# Geometry processing


# Books

[#GeoDis]: Géométrie discrète et images numériques », D. Coeurjolly,
A. Montanvert and J.-M. Chassery, Ouvrage collectif, Traité IC2,
Hermès, 416 pages, 2007

[#GeoDis2]:  Digital Geometry: Geometric Methods for Digital Picture
Analysis, Reihnard Klette, Azriel Rosenfeld, Morgan Kaufmann, 2004


[#GeoAlgo]: Computational Geometry: Algorithms and Applications, Mark
de Berg, TU Eindhoven (the Netherlands) Otfried Cheong, KAIST
(Korea),Marc van Kreveld, Mark Overmars, Utrecht University (the
Netherlands), Springer-Verlag


<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
