diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-16 13:38:40 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-16 13:38:40 +0100 |
commit | 80c5a5e5de2aca8d5c7b96f0adc91b5738cc9025 (patch) | |
tree | ebf4da0a18f0af799ae771b52513ac59a1228e1a /Wrappers/Python/setup-regularisers.py.in | |
parent | 7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69 (diff) | |
download | regularization-80c5a5e5de2aca8d5c7b96f0adc91b5738cc9025.tar.gz regularization-80c5a5e5de2aca8d5c7b96f0adc91b5738cc9025.tar.bz2 regularization-80c5a5e5de2aca8d5c7b96f0adc91b5738cc9025.tar.xz regularization-80c5a5e5de2aca8d5c7b96f0adc91b5738cc9025.zip |
SB TV method CPU/GPU added
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" ) , "."] |