The goal is to estimate a sharp image
-
Quadratic
$(\ell_2)$ Regularization:$$\mathcal{F}_\alpha(x) = \lVert y - h \star x \rVert_2^2 + \alpha \lVert d_1 \star x \rVert_2^2$$ where$d_1$ is a 2D Laplacian filter. -
Convex Edge-Preserving Regularization:
$$\mathcal{F}_\alpha(x) = \lVert y - h \star x \rVert_2^2 + \alpha \sum _{p\sim q} \varphi(x_p - x_q)$$ where$\varphi(t) = \sqrt{t^2 + T^2} - T$ .
A brief presentation of the main results can be found in the file presentation_image_deconvolution.pdf.
This project was conducted in the context of the elective course "Numerical Image Processing" taught by Charles Soussen and Élisabeth Lahalle from L2S CentraleSupélec. The project team included Arthur Vogels.