Skip to content

Implementation of iterative methods for black-box image deblurring

Notifications You must be signed in to change notification settings

fayolle/bbDeblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb14c69 · Jan 23, 2024

History

15 Commits
Jan 23, 2024
Jan 23, 2024
Apr 1, 2022
Jan 23, 2024
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022
Apr 1, 2022

Repository files navigation

Reverse filtering for deblurring

MATLAB code implementing the five reverse filtering (or defiltering) schemes for noisy image deblurring described in the following paper.

Examples

Examples of use are shown in the demo scripts demo.m, demo_color.m, ...

Dependencies

The optional function denoise relies on Mathwork's deep learning toolbox.

Notes

See also the Python implementation in this repo.

Reference

Link to the paper where the methods were introduced. The corresponding bibtex entry is

@article{Belyaev2022,
title = {Black-box image deblurring and defiltering},
author = {Belyaev, Alexander G. and Fayolle, Pierre-Alain},
journal = {Signal Processing: Image Communication},
pages = {116833},
year = {2022},
issn = {0923-5965},
doi = {https://doi.org/10.1016/j.image.2022.116833},
url = {https://www.sciencedirect.com/science/article/pii/S0923596522001242},
keywords = {Deblurring, Defiltering, Reverse filtering},
}

About

Implementation of iterative methods for black-box image deblurring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages