Skip to content

Commit

Permalink
Update image_denoising_QAB.m
Browse files Browse the repository at this point in the history
  • Loading branch information
SayantanDutta95 authored Jan 19, 2021
1 parent daaa9d9 commit 7f2cf4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Image/image_denoising_QAB.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Sample code of the paper:
%
% Sayantan Dutta, Adrian Basarab, Bertrand Georgeot, and Denis Kouamé.
% Sayantan Dutta, Adrian Basarab, Bertrand Georgeot, and Denis Kouamé.
% "Quantum mechanics-based signal and image representation: application to denoising."
% arXiv preprint arXiv:2004.01078 (2020).
%
Expand All @@ -15,7 +15,7 @@
% Here one may think why we need I as input, since I is the clean image.
% Actually in the program, the clean image data I is used just to find out the
% best thresholding hyperparameter. In the code, one can see that the clean
% image I is only used just for the computation of signal-to-noise-ratio (SNR)
% image I is only used for the computation of signal-to-noise-ratio (SNR)
% and based on this one can tune the best thresholding hyperparameter.
% So, one does not need any knowledge about the clean image I for computing
% the quantum adaptive basis (QAB) and can tune the thresholding hyperparameter
Expand Down Expand Up @@ -132,4 +132,4 @@

I_result = J_new;

end
end

0 comments on commit 7f2cf4f

Please sign in to comment.