diff options
author | dkazanc <dkazanc@hotmail.com> | 2018-11-30 16:18:59 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2018-11-30 16:18:59 +0000 |
commit | d252fcf6889855bb276cf6f9bf516e61910c064f (patch) | |
tree | 8bdbd4d1c98dd4608adac03501c91144ca8a1cb1 /Readme.md | |
parent | daca42a322291cc3c7a18c6bbe25b709bcdca249 (diff) | |
download | regularization-d252fcf6889855bb276cf6f9bf516e61910c064f.tar.gz regularization-d252fcf6889855bb276cf6f9bf516e61910c064f.tar.bz2 regularization-d252fcf6889855bb276cf6f9bf516e61910c064f.tar.xz regularization-d252fcf6889855bb276cf6f9bf516e61910c064f.zip |
matlab version tested, cython bit started
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,6 +27,7 @@ 5. Linear and nonlinear diffusion (explicit PDE minimisation scheme) **2D/3D CPU/GPU** (Ref. *8*) 6. Anisotropic Fourth-Order Diffusion (explicit PDE minimisation) **2D/3D CPU/GPU** (Ref. *9*) 7. A joint ROF-LLT (Lysaker-Lundervold-Tai) model for higher-order regularisation **2D/3D CPU/GPU** (Ref. *10,11*) +8. Nonlocal H1/TV regularisation **2D/3D CPU/GPU** (Ref. *12*) ### Multi-channel (denoising): 1. Fast-Gradient-Projection (FGP) Directional Total Variation **2D/3D CPU/GPU** (Ref. *3,4,2*) @@ -66,7 +67,7 @@ Here an example of build on Linux: git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit.git mkdir build cd build -cmake ../CCPi-Regularisation-Toolkit -DCONDA_BUILD=OFF -DBUILD_MATLAB_WRAPPER=ON -DBUILD_PYTHON_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<your favourite install directory> +cmake .. -DCONDA_BUILD=OFF -DBUILD_MATLAB_WRAPPER=ON -DBUILD_PYTHON_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<your favourite install directory> make install ``` @@ -149,6 +150,8 @@ addpath(/path/to/library); 11. [Kazantsev, D., Guo, E., Phillion, A.B., Withers, P.J. and Lee, P.D., 2017. Model-based iterative reconstruction using higher-order regularization of dynamic synchrotron data. Measurement Science and Technology, 28(9), p.094004.](https://doi.org/10.1088/1361-6501/aa7fa8) +12. [Abderrahim E., Lezoray O. and Bougleux S. 2008. Nonlocal discrete regularization on weighted graphs: a framework for image and manifold processing." IEEE Trans. Image Processing 17(7), pp. 1047-1060.](https://ieeexplore.ieee.org/document/4526700) + ### References to Software: * If software is used, please refer to [11], however, the supporting publication is in progress. |