diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-01 09:44:07 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-01 09:44:07 +0100 |
commit | 09eb48ffbb4ad699e2eefd25678e10dc59d6a177 (patch) | |
tree | 8cebd50609d4ba4a634a8c91252d205580b56b4c /Wrappers/Python/setup-regularisers.py.in | |
parent | 307d0459f6f22ff07e9d0b8d4090a27ba91cddd0 (diff) | |
download | regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.gz regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.bz2 regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.xz regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.zip |
new inpainters
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularisers.py.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in index b900efe..f55c6fe 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -34,6 +34,7 @@ extra_libraries = ['cilreg'] extra_include_dirs += [os.path.join(".." , ".." , "Core"), os.path.join(".." , ".." , "Core", "regularisers_CPU"), + os.path.join(".." , ".." , "Core", "inpainters_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" ) , @@ -52,7 +53,7 @@ setup( description='CCPi Core Imaging Library - Image regularisers', version=cil_version, cmdclass = {'build_ext': build_ext}, - ext_modules = [Extension("ccpi.filters.cpu_regularisers_cython", + ext_modules = [Extension("ccpi.filters.cpu_regularisers", sources=[os.path.join("." , "src", "cpu_regularisers.pyx" ) ], include_dirs=extra_include_dirs, library_dirs=extra_library_dirs, |