summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-05-04 10:04:00 +0100
committerGitHub <noreply@github.com>2018-05-04 10:04:00 +0100
commitd219be09f634b156958537aefcda2dcdb6bb5200 (patch)
tree91c025c65bf810c86d0eb918b610306f0924f35d /Readme.md
parent9d0dd9704173a50226cb2d46c5418b8172b25f69 (diff)
parentfd62af62943acf481960eebbe9e986a620e6ebc9 (diff)
downloadregularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.gz
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.bz2
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.xz
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.zip
Merge pull request #54 from vais-ral/FourthOrderDiffusion
Fourth order diffusion regulariser
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index d114deb..356cacf 100644
--- a/Readme.md
+++ b/Readme.md
@@ -20,6 +20,7 @@
2. Fast-Gradient-Projection (FGP) Total Variation **2D/3D CPU/GPU** (Ref. *2*)
3. Split-Bregman (SB) Total Variation **2D/3D CPU/GPU** (Ref. *5*)
4. Linear and nonlinear diffusion (explicit PDE minimisation scheme) **2D/3D CPU/GPU** (Ref. *7*)
+5. Anisotropic Fourth-Order Diffusion (explicit PDE minimisation) **2D/3D CPU/GPU** (Ref. *8*)
### Multi-channel (denoising):
1. Fast-Gradient-Projection (FGP) Directional Total Variation **2D/3D CPU/GPU** (Ref. *3,4,2*)
@@ -66,6 +67,8 @@
*7. [Black, M.J., Sapiro, G., Marimont, D.H. and Heeger, D., 1998. Robust anisotropic diffusion. IEEE Transactions on image processing, 7(3), pp.421-432.](https://doi.org/10.1109/83.661192)*
+*8. [Hajiaboli, M.R., 2011. An anisotropic fourth-order diffusion filter for image noise removal. International Journal of Computer Vision, 92(2), pp.177-191.](https://doi.org/10.1007/s11263-010-0330-1)*
+
### License:
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)