diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-05-30 10:09:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 10:09:32 +0100 |
commit | 80066954daf9bb2c9b89ddd0c6ccdeac10260554 (patch) | |
tree | d327d19f48c8dd96a52ec4f028947e8227efb204 /Wrappers/Python/setup-regularisers.py.in | |
parent | fbb1f7aad7e168b538ecc8808d6719ecaac83e7f (diff) | |
parent | 4992d79f8d10749f8e9c32c6dae33bfddd239fbc (diff) | |
download | regularization-80066954daf9bb2c9b89ddd0c6ccdeac10260554.tar.gz regularization-80066954daf9bb2c9b89ddd0c6ccdeac10260554.tar.bz2 regularization-80066954daf9bb2c9b89ddd0c6ccdeac10260554.tar.xz regularization-80066954daf9bb2c9b89ddd0c6ccdeac10260554.zip |
Merge pull request #56 from vais-ral/PatchBased
LLT-ROF model
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 89ebaf9..7108683 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -39,6 +39,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"), 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" , "LLTROF" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) , |