Total Variation (TV) Denoising Algorithm with PDF Correction
This program implements a Total Variation (TV) denoising algorithm with PDF-based corrections to address minor issues in the standard TV approach. The algorithm effectively removes noise while preserving edge information in the original image. The implementation demonstrates how gradient-based minimization and edge-preserving regularization can be combined for improved image restoration, with key functions handling noise reduction through iterative optimization.