Description Usage Arguments Details Value Examples
The noisy image is split into sqrt(m) by sqrt(m) patches. Each patch is vectorized into a column of matrix Y. Using the given D, the sparse coding A_hat in Y=DA is obtained. Then Y_denoise=DA_hat. The final denoised image is reconstruncted on the denoised patches.
1 | denoiseImage(I_noise, D, sigma, stepsize = 1)
|
I_noise |
The image to be denoised. In form of matrix. |
D |
D is the dictionary used in Y=DA to denoise. |
sigma |
Noise level. |
stepsize |
(optional) The stepsize when splicting the image. Default is 1 |
See https://arxiv.org/abs/1605.07870
The denoised image in for of a matrix.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.