summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularizers.py.in
diff options
context:
space:
mode:
authordkazanc <dkazanc@hotmail.com>2018-03-07 10:26:56 +0000
committerGitHub <noreply@github.com>2018-03-07 10:26:56 +0000
commit3ed9b4129cdab5110e67a4705b3bd52fd9781f8b (patch)
tree2c158b86dff89d8b7f5622cbdce8d5600eaaab5e /Wrappers/Python/setup-regularizers.py.in
parentb8e4e8d89432cfaa860835d873b52e4df40d92d5 (diff)
parentfbb7a12f7714978c251f02bf84ab9a66c762f428 (diff)
downloadregularization-3ed9b4129cdab5110e67a4705b3bd52fd9781f8b.tar.gz
regularization-3ed9b4129cdab5110e67a4705b3bd52fd9781f8b.tar.bz2
regularization-3ed9b4129cdab5110e67a4705b3bd52fd9781f8b.tar.xz
regularization-3ed9b4129cdab5110e67a4705b3bd52fd9781f8b.zip
Merge pull request #40 from vais-ral/GPU_test
ROF/FGP updated via Cython
Diffstat (limited to 'Wrappers/Python/setup-regularizers.py.in')
-rw-r--r--Wrappers/Python/setup-regularizers.py.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Wrappers/Python/setup-regularizers.py.in b/Wrappers/Python/setup-regularizers.py.in
index a125261..8655a2e 100644
--- a/Wrappers/Python/setup-regularizers.py.in
+++ b/Wrappers/Python/setup-regularizers.py.in
@@ -34,7 +34,9 @@ extra_libraries = ['cilreg']
extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularizers_CPU"),
- os.path.join(".." , ".." , "Core", "regularizers_GPU") ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "Diffus_HO" ) ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "NL_Regul" ) ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "TV_ROF" ) ,
"."]
if platform.system() == 'Windows':
@@ -81,4 +83,4 @@ setup(
)
-@SETUP_GPU_WRAPPERS@ \ No newline at end of file
+@SETUP_GPU_WRAPPERS@