Recovery
The recovery module provides an implementation of state-of-the-art recovery algorithms widely used in image restoration on inverse problems.
where \(f(\mathbf{x})\) is the fidelity term ( e.g., \(\Vert \textbf{y} - \textbf{H}(\textbf{x}) \Vert_2^2\) ) and \(g(\mathbf{x})\) is the prior term.
List of Algorithms
Fast Iterative Shrinkage-Thresholding Algorithm (FISTA) |
|
Plug-and-Play (PnP) algorithm with Alternating Direction Method of Multipliers (ADMM) formulation. |
List of Solvers
Base class for linear solvers. |
|
Solver for the SPC acquisition model. |
Fidelity Terms
The module contains differents fidelity terms \(f(\mathbf{x})\) that can be used in the recovery algorithms.
L2 fidelity |
|
L1 fidelity |
Prior Terms
The module contains differents prior terms \(g(\mathbf{x})\) that can be used in the recovery algorithms.
Sparsity prior |
Transormation
The module contains differents signal transforms that can be used in the recovery algorithms.
2D Discrete Cosine Transform |