diff options
author | algol <dkazanc@hotmail.com> | 2018-04-19 13:24:30 +0100 |
---|---|---|
committer | algol <dkazanc@hotmail.com> | 2018-04-19 13:24:30 +0100 |
commit | b1b26855c4cd5a3e2624b280b64adeda6793b4d7 (patch) | |
tree | f3fbf76cfd2350c8794163845dc94c012c04a3a8 /Wrappers/Python/setup-regularisers.py.in | |
parent | 0e9b9afa6a4c3ddb7afa1437204846c515386d15 (diff) | |
download | regularization-b1b26855c4cd5a3e2624b280b64adeda6793b4d7.tar.gz regularization-b1b26855c4cd5a3e2624b280b64adeda6793b4d7.tar.bz2 regularization-b1b26855c4cd5a3e2624b280b64adeda6793b4d7.tar.xz regularization-b1b26855c4cd5a3e2624b280b64adeda6793b4d7.zip |
Anisotropic Diffusion modules added for 2D/3D CPU/GPU
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 0681cc4..b900efe 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -37,6 +37,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" , "NDF" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) , "."] |