From e53e0e9ae674bf6ab0f2b2010ddd9fef9458ae62 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Tue, 18 Jan 2022 11:00:09 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d2410d..6a90137 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ 1. Color Transfer via Discrete Optimal Transport using the sliced approach: [[Note]](https://codimd.math.cnrs.fr/s/s_rh7X9wF), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/1-SlicedOptimalTransport) -1bis. Bilateral Filtering (and sliced optimal transport again) [[Notes]](https://codimd.math.cnrs.fr/s/lPZt_4ybn) -2. Rasterization, z-Buffer and Winding Numbers: [[Note]](https://codimd.math.cnrs.fr/s/1L-PBLbFW) -3. 3d modeling: [[Note]](https://codimd.math.cnrs.fr/s/4HjiHCH9z) -4. Geometry Processing: Laplacian Smoothing and Tutte Embedding +2. Bilateral Filtering (and sliced optimal transport again) [[Notes]](https://codimd.math.cnrs.fr/s/lPZt_4ybn) +3. Rasterization, z-Buffer and Winding Numbers: [[Note]](https://codimd.math.cnrs.fr/s/1L-PBLbFW) +4. 3d modeling: [[Note]](https://codimd.math.cnrs.fr/s/4HjiHCH9z) +5. Geometry Processing: Laplacian Smoothing and Tutte Embedding [[Note]](https://codimd.math.cnrs.fr/s/97oyynV5t), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/4-LaplacianSmoothing) -5. Geometry Processing: Discrete Differential Operators on Meshes and Dirichlet Problems [[Note]](https://codimd.math.cnrs.fr/s/QMfjkgib2), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/5-GeomProcessing) -6. Monte Carlo Geometry Processing [[Note]](https://codimd.math.cnrs.fr/s/b5SRBDUf0), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/6-MonteCarloGeometryProcessing) -7. kd-Tree and MC Geometry Processing -bis- [[Note]](https://codimd.math.cnrs.fr/s/TSPaU97gu) +6. Geometry Processing: Discrete Differential Operators on Meshes and Dirichlet Problems [[Note]](https://codimd.math.cnrs.fr/s/QMfjkgib2), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/5-GeomProcessing) +7. Monte Carlo Geometry Processing [[Note]](https://codimd.math.cnrs.fr/s/b5SRBDUf0), [[Code]](https://github.com/dcoeurjo/CGDI-Practicals/tree/main/6-MonteCarloGeometryProcessing) +8. kd-Tree and MC Geometry Processing -bis- [[Note]](https://codimd.math.cnrs.fr/s/TSPaU97gu)