Research Article
A New Boosting Algorithm for Shrinkage Curve Learning
Algorithm 1
adaptive shrinkage curve learning denoising algorithm.
| Input: noisy image . | | Output: denoised image . | | Initialization: , the noise level of the image . , maximum iteration , . | | Main iteration: while , do | (1) : . | (2) | : using algorithm1 in [27] to compute the noise level of the image , denote it as . | (3) | : . | (4) | : | (5) | : . | (6) | : . | Return: denoised image . |
|