Skip to content

fayolle/clean_noisy_defilter

Repository files navigation

Reverse image filtering with clean and noisy filters

This repository contains a simple implementation in MATLAB of the following paper on reverse image filtering noisy filters.

Example

An example of use is shown in the file test.m. It performs defiltering on a noisy motion blurred image.

Dependencies

No particular dependency (e.g., to additional toolboxes).

Notes

The file Landweber.m contains an implementation of the main approach described in the paper. The files PC_Landweber.m and NA_Landweber.m contain accelerated variants (described in the paper as well).

Reference

This is a link to the paper where the methods were introduced. The corresponding bibtex entry is

@article{Wang2023,
title = "Reverse image filtering with clean and noisy filters",
author = "Wang, Lizhong and Fayolle, Pierre-Alain and Belyaev, Alexander",
year = "2023",
journal = "Signal, Image and Video Processing",
volume = "17", 
pages = "333-341", 
issn = "1863-1703",
publisher = "Springer",
doi = "https://doi.org/10.1007/s11760-022-02236-w", 
}

About

Implementation of defiltering techniques for blurry and noisy images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages