Impulse denoising

This code reduces impulse noise from hyperspectral images.
667 download
Aggiornato 7 gen 2015

Visualizza la licenza

This code demonstrates impulse noise reduction from hyperspectral images.
It solves following optimization problem :
min_X || Y-X||_1 + lambda ||Dh*X||_1 + lamdba ||Dv*X||_1 + mu ||X||_*
X: Hyperspectral image
Y: Compressive measurements
Dh, Dv: Horizontal and vertical finite difference operators
||X||_* : Nuclear norm of matrix X

--------------------------------
How to Run this code :

Just run the demoDenoising.m file. It takes around 15 seconds to show the output on 160x160x64 hyperspectral image.

--------------------------------
File Description :

demoDenoising.m : Simply run this file to see how the code works.
funDenoising.m : It is the main function which solves above problem using split-Bregman technique.
HyperSpectralPatch.mat : This is the portion of Washington DC mall image downloaded from here:
link: https://engineering.purdue.edu/%7ebiehl/MultiSpec/hyperspectral.html
--------------------------------------------------------------------
Contact Information:

This code is released just to promote reproducible research and is not very robust.
If you face difficulty in running this code then please feel free to contact us.

Hemant Kumar Aggarwal( jnu.hemant@gmail.com )
Snigdha Tariyal (snigdha1491@iiitd.ac.in)

Cita come

Hemant Kumar Aggarwal (2025). Impulse denoising (https://it.mathworks.com/matlabcentral/fileexchange/48969-impulse-denoising), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Community
Ulteriori file sono disponibili nella  Power Electronics Control Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0