summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-04-12 12:09:38 +0100
committerGitHub <noreply@github.com>2018-04-12 12:09:38 +0100
commit7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69 (patch)
tree225dcf0db9dc7e0f0fc5fc001a7efb14c19658f8 /Readme.md
parentaa99eb8a9bd47ecd6e4d3d1e8c9f0cfbefb4f7bb (diff)
parent22f6e22cbe6db04c6bbe8d259ce761e3748d7102 (diff)
downloadregularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.gz
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.bz2
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.xz
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.zip
Merge pull request #49 from vais-ral/dTV
dTV regulariser (2D/3D CPU/GPU)
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 056ade5..31d03a1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -18,6 +18,7 @@ can also be used as image denoising iterative filters. The core modules are writ
2. Fast-Gradient-Projection (FGP) Total Variation [2D/3D GPU/CPU]; (Ref. 2)
### Multi-channel
+1. Fast-Gradient-Projection (FGP) Directional Total Variation [2D/3D GPU/CPU]; (Ref. 4,2)
## Installation:
@@ -43,6 +44,7 @@ can also be used as image denoising iterative filters. The core modules are writ
1. Rudin, L.I., Osher, S. and Fatemi, E., 1992. Nonlinear total variation based noise removal algorithms. Physica D: nonlinear phenomena, 60(1-4), pp.259-268.
2. Beck, A. and Teboulle, M., 2009. Fast gradient-based algorithms for constrained total variation image denoising and deblurring problems. IEEE Transactions on Image Processing, 18(11), pp.2419-2434.
3. Lysaker, M., Lundervold, A. and Tai, X.C., 2003. Noise removal using fourth-order partial differential equation with applications to medical magnetic resonance images in space and time. IEEE Transactions on image processing, 12(12), pp.1579-1590.
+4. Ehrhardt, M.J. and Betcke, M.M., 2016. Multicontrast MRI reconstruction with structure-guided total variation. SIAM Journal on Imaging Sciences, 9(3), pp.1084-1106.
### License:
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)