deconvtv - fast algorithm for total variation deconvolution

Fast numerical solver for total variation regularized least-squares deconvolution problems.
7.9K Downloads
Updated 23 Sep 2013

View License

Total variation regularized least-squares deconvolution is one of the most standard image processing problems. This package provides an implementation of the current state-of-art algorithm using the concept of augmented Lagrangian [1], which can be considered as a variation of the popularly known Alternating Direction Methods of Multipliers (ADMM). The user interface of deconvtv is identical to the current MATLAB's deconvolution tools, including deconvwnr, deconvlucy, and deconvreg:

out = deconvtv(img, psf, mu, opt);

deconvtv supports direct space-time processing for both image and video deconvolution problems.

Applications of deconvtv include, and are not limited to: image and video deblurring, image and video denoising, depth data enhancement, hot-air turbulence stabilization, and multi-view synthesis.

For additional information and citations, please refer to:
[1] S.H. Chan, R. Khoshabeh, K.B. Gibson, P.E. Gill, and T.Q. Nguyen, "An augmented Lagrangian method for total variation video restoration", IEEE Trans. Image Process., vol. 20, no. 11, p. 3097-3111, 2011.

Cite As

Stanley Chan (2024). deconvtv - fast algorithm for total variation deconvolution (https://www.mathworks.com/matlabcentral/fileexchange/43600-deconvtv-fast-algorithm-for-total-variation-deconvolution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0