The Insight Journal logo

Deconvolution: infrastructure and reference algorithms

Lehmann, Gaëtan
INRA
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3207
New: Prefer using the following doi: https://doi.org/10.54294/tvgfv1
Submitted by Gaetan Lehmann on 2010-08-30 04:47:02.

The deconvolution, also called deblurring, tries to revert the optical distortion introduced during the aquisition of the image. It is a family of image processing which can be classed in the larger family of image restoration. Deconvolution is a very difficult problem, and many algorithms have been proposed to solve it, with different strenght and weakness which may depend on the context where they are used. As a consequence, it is desirable to have several algorithms available when trying to restore some images. The different algorithms are often built on a similar principle, making possible to share a large part of their API in their implementation. Also, the most generic operations related to deconvolution should be reusable in order to avoid code duplication and ease the implementation of new algorithms. In this contribution, the infrastructure for the implementation of several deconvolution algorithms is proposed. Based on this infrastructure, twelve simple deconvolution algorithms of reference are also provided.