diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-23 15:41:35 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-23 15:41:35 +0100 |
commit | e53d631a2d0c34915459028e3db64153c3a936c3 (patch) | |
tree | 86601c3ccf2c3b21a307e484b9cf35f1bd364fed /Wrappers/Python/setup-regularisers.py.in | |
parent | 601cd64a26786cf27a4ea1083bca146094909799 (diff) | |
download | regularization-e53d631a2d0c34915459028e3db64153c3a936c3.tar.gz regularization-e53d631a2d0c34915459028e3db64153c3a936c3.tar.bz2 regularization-e53d631a2d0c34915459028e3db64153c3a936c3.tar.xz regularization-e53d631a2d0c34915459028e3db64153c3a936c3.zip |
TGV for CPU and GPU added with demos
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 76dfecf..89ebaf9 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -38,6 +38,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"), 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" , "TGV" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) , |