summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2019-03-20 22:25:21 +0000
committerDaniil Kazantsev <dkazanc@hotmail.com>2019-03-20 22:25:21 +0000
commitfab130f7dcf5074080cc2a9fd96696c0f1ceea21 (patch)
treec4b5bb5dc14632d694b6806e32bc153361b9f046 /Readme.md
parent39c1d5148ff5ad8126daafc1375baafb87631b5b (diff)
downloadregularization-fab130f7dcf5074080cc2a9fd96696c0f1ceea21.tar.gz
regularization-fab130f7dcf5074080cc2a9fd96696c0f1ceea21.tar.bz2
regularization-fab130f7dcf5074080cc2a9fd96696c0f1ceea21.tar.xz
regularization-fab130f7dcf5074080cc2a9fd96696c0f1ceea21.zip
readme update
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/Readme.md b/Readme.md
index 90c4f87..afdbacc 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,19 +4,14 @@
|--------|-------------|-------------------|
| [![Build Status](https://anvil.softeng-support.ac.uk/jenkins/buildStatus/icon?job=CILsingle/CCPi-Regularisation-Toolkit)](https://anvil.softeng-support.ac.uk/jenkins/job/CILsingle/job/CCPi-Regularisation-Toolkit/) | [![Build Status](https://anvil.softeng-support.ac.uk/jenkins/buildStatus/icon?job=CILsingle/CCPi-Regularisation-Toolkit-dev)](https://anvil.softeng-support.ac.uk/jenkins/job/CILsingle/job/CCPi-Regularisation-Toolkit-dev/) | ![conda version](https://anaconda.org/ccpi/ccpi-regulariser/badges/version.svg) ![conda last release](https://anaconda.org/ccpi/ccpi-regulariser/badges/latest_release_date.svg) [![conda platforms](https://anaconda.org/ccpi/ccpi-regulariser/badges/platforms.svg) ![conda dowloads](https://anaconda.org/ccpi/ccpi-regulariser/badges/downloads.svg)](https://anaconda.org/ccpi/ccpi-regulariser) |
-**Iterative image reconstruction (IIR) methods frequently require regularisation to ensure convergence and make inverse problem well-posed. The CCPi-RGL toolkit provides a set of 2D/3D regularisation strategies to guarantee a better performance of IIR methods (higher SNR and resolution). The regularisation modules for scalar and vectorial datasets are based on the [proximal operator](https://en.wikipedia.org/wiki/Proximal_operator) framework and can be used with [proximal splitting algorithms](https://en.wikipedia.org/wiki/Proximal_gradient_method), such as PDHG, Douglas-Rachford, ADMM, FISTA and [others](https://arxiv.org/abs/0912.3522). While the main target for CCPi-RGL is [tomographic image reconstruction](https://github.com/dkazanc/TomoRec), the toolkit can be used for image denoising and inpaiting problems. The core modules are written in C-OMP and CUDA languages and wrappers for Matlab and Python are provided.**
+**Iterative image reconstruction (IIR) methods frequently require regularisation to ensure convergence and make inverse problem well-posed. The CCPi-RGL toolkit provides a set of 2D/3D regularisation strategies to guarantee a better performance of IIR methods (higher SNR and resolution). The regularisation modules for scalar and vectorial datasets are based on the [proximal operator](https://en.wikipedia.org/wiki/Proximal_operator) framework and can be used with [proximal splitting algorithms](https://en.wikipedia.org/wiki/Proximal_gradient_method), such as PDHG, Douglas-Rachford, ADMM, FISTA and [others](https://arxiv.org/abs/0912.3522). While the main target for CCPi-RGL is [tomographic image reconstruction](https://github.com/dkazanc/TomoRec), the toolkit can be used for image denoising and inpaiting problems. The core modules are written in C-OMP and CUDA languages and wrappers for Matlab and Python are provided.**
<div align="center">
<img src="demos/images/probl.png" height="225"><br>
</div>
-
-<div align="center">
- <img src="demos/images/reg_penalties.jpg" height="450"><br>
-</div>
-
<div align="center">
- <img src="demos/images/TV_vs_NLTV.jpg" height="300"><br>
+ <img src="demos/images/CCPiRGL_sm.jpg" height="400"><br>
</div>
## Prerequisites: