summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-02 12:25:05 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-02 12:25:05 +0100
commit3c4944cf705477c913e5feb8f2483d0fa40ed5e1 (patch)
treeb6cdc9822d9ccbc44d25e72fb6376aab5630caee /README.md
parent3f46a247b174918e24e2e448b21de21bb0037b2c (diff)
add notebook for color transfer in images
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5365cb..621da14 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,8 @@ The examples folder contain several examples and use case for the library. The f
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb)
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb)
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
+* [Color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb)
+
## Acknowledgements