When the sparce coding A={alpha_1,...,alpha_n}
is given, update
dictionary by solving problem (6) in https://arxiv.org/abs/1605.07870
using ADMM. #'
UpDic(Y, alpha, rho = 1, lambda = 0.01, c = 3.7, maxrun_ADMM = 100,
err_bnd = 1e-04)UpDicMask(Y, alpha, mask, rho = 1, lambda = 0.01, c = 3.7,
maxrun_ADMM = 100, err_bnd = 1e-04)
The image to be denoised. Inform of matrix.
Sparse coding.
Parameter for the augmented Lagrangian function.
parameters for GSCAD
Maximun number of iterations run for ADMM
Stopping criterion for iterations.
0,1 matrix of the same size as Y to indicate the location of corrupted pixels.
The updated sparse dictionary .
UpDicMask
: Adding mask 0,1 matrix of the same size as Y to indicate
the location of corrupted pixel