Algorithm 2 DMFCNet-2 |
-
Require:
: original incomplete image matrix; : the position of the observed entries; non-negative parameters r, and .
-
Ensure:
the restored matrix .
-
1:
Init: : The matrix obtained by pre-filling using NNMF algorithm; ;
-
2:
Compute and from using (12) and (13);
-
3:
;
-
4:
;
-
5:
;
-
6:
;
-
7:
;
-
8:
;
-
9:
return;
|