summaryrefslogtreecommitdiff
path: root/examples/plot_OTDA_color_images.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:18:33 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:18:33 +0200
commit251af8eec2b39e74000242cbf5bff5e13910cfe8 (patch)
tree85f61bb9fa63d03cee5af7c5a2296470a6786226 /examples/plot_OTDA_color_images.py
parent00970175c0f8ba9a99b61a182b32e329f219d382 (diff)
add author to all examples
Diffstat (limited to 'examples/plot_OTDA_color_images.py')
-rw-r--r--examples/plot_OTDA_color_images.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/plot_OTDA_color_images.py b/examples/plot_OTDA_color_images.py
index 75ac5b6..c5ff873 100644
--- a/examples/plot_OTDA_color_images.py
+++ b/examples/plot_OTDA_color_images.py
@@ -9,6 +9,10 @@ Regularized discrete optimal transport.
SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
"""
+# Author: Remi Flamary <remi.flamary@unice.fr>
+#
+# License: MIT License
+
import numpy as np
from scipy import ndimage
import matplotlib.pylab as pl