Implementation of an image denoising method using total variation regularization.
This method is based on the principle that signals with excessive and possibly parasitic details have a high total variation. Reducing the total variation of the signal while matching the original signal eliminates undesirable details while preserving important details.
Consider an image whose pixel matrix is represented by
The denoising problem becomes:
The anisotropic version,
- Beck, A., & Teboulle, M. (2009). Fast gradient-based algorithms for constrained total variation image denoising and deblurring problems. IEEE Transactions on Image Processing, 18(11), 2419-2434. DOI.
- Chambolle, A. (2004). An algorithm for total variation minimization and applications. Journal of Mathematical Imaging and Vision, 20(1-2), 89-97.