From 5ac6900432428cd15d48e19e1dee1e1ca6fc93f0 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Tue, 18 Jan 2022 10:59:45 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d8d5db..2d2410d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ 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