-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa48932
commit b9ed1d8
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# QAB-denoising | ||
Signal and image denoising using quantum adaptive transformation. | ||
|
||
|
||
|
||
|
||
To whom it may concern, | ||
|
||
This package includes the MATLAB code for the paper: | ||
|
||
Sayantan Dutta, Adrian Basarab, Bertrand Georgeot, and Denis Kouamé. | ||
"Quantum mechanics-based signal and image denoising." | ||
arXiv preprint arXiv:2004.01078 (2020). | ||
|
||
MATLAB code prepard by Sayantan Dutta | ||
E-mail: [email protected] and [email protected] | ||
|
||
This script shows an example of calling our denoising algorithm for signal and image | ||
using Quantum adaptative basis (QAB). | ||
|
||
N.B.: the code is not well optimized, it consumes a considerable amount of memory and | ||
takes some minutes to generate the results. Please guarantee your computer have at least | ||
16 GB of RAM if you want to denoise an image of size 512 x 512 (e.g., the classic Lena image). | ||
|
||
Please feel free to contact me through the E-mail address if you have any questions. | ||
|
||
Cheers, | ||
|
||
Sayantan Dutta | ||
November 11, 2020 |