diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-04-16 15:29:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 15:29:57 +0100 |
commit | 3d17b516f269921f5c8fb4eb54cec49f732e27d5 (patch) | |
tree | b6dd09825750854bf6c87cee8e544c2278ac5586 /Wrappers/Python/setup-regularisers.py.in | |
parent | 7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69 (diff) | |
parent | 57727584760e6b1a980071587e1f1e8910c7d6a3 (diff) | |
download | regularization-3d17b516f269921f5c8fb4eb54cec49f732e27d5.tar.gz regularization-3d17b516f269921f5c8fb4eb54cec49f732e27d5.tar.bz2 regularization-3d17b516f269921f5c8fb4eb54cec49f732e27d5.tar.xz regularization-3d17b516f269921f5c8fb4eb54cec49f732e27d5.zip |
Merge pull request #50 from vais-ral/SB_TV
Split Bregman method
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularisers.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in index c7ebb5c..0681cc4 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -36,6 +36,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"), os.path.join(".." , ".." , "Core", "regularisers_CPU"), os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_FGP" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_ROF" ) , + os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_SB" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) , "."] |