From b9ed1d803739d6d5a714a911fb89ad7a2de17807 Mon Sep 17 00:00:00 2001 From: SayantanDutta95 <74182037+SayantanDutta95@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:50:16 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index be584ce..ef19cd1 100644 --- a/README.md +++ b/README.md @@ -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: sayantan.dutta@irit.fr and sayantan.dutta110@gmail.com + +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