GithubHelp home page GithubHelp logo

sanwen211314 / hsi-denoiser-glf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linazhuang/hsi-denoiser-glf

0.0 1.0 0.0 418 KB

An HSI denoiser: Global Local Factorization (GLF)

License: GNU General Public License v3.0

MATLAB 100.00%

hsi-denoiser-glf's Introduction

HSI-denoiser-GLF

An HSI denoiser: Global Local Factorization (GLF)

The code and data herein distributed reproduce the results published in the paper

Lina Zhuang and Jose M. Bioucas-Dias, "Hyperspectral image denoising based on global and non-local low-rank factorizations", IEEE International Conference on Image Processing, Sep. 2017.

URL: https://www.it.pt/Publications/DownloadPaperConference/30727

% Description:

main.m ---- main script reproducing the denoising results published in GLF paper MPSNR.m ---- Performance criteria: mean peak signal-to-noise per band MSSIM.m & ssim_index ---- Performance criteria: mean structural similarity per band img_clean_dc.mat & img_clean_pavia.mat ---- Simulated clean datasets GLF_denoiser.m ---- denoising algorithm GLF NonlocalPatch_local_LR.m ---- Nonlocal patch-based denoising of subsapce coefficients LowRank_tensor.m ---- Low-rank approximation based filtering for similar groups of patches LowRankRecovery3.m ---- Low rank matrix recovery hysime.m ---- Subsapce identification

% Notes:

  1. Package instalation: unzip the files to a directory and run the scripts of "main.m", which reproduces the denoising results reported in the above paper.

  2. The script GLF_denoiser.m use the functions (e.g., tensor()) from Tensor Toolbox (version 2.6 (February 6, 2015)).

    The MATLAB Tensor Toolbox Version 2.6 is available at the web page: http://www.sandia.gov/~tgkolda/TensorToolbox/index-2.6.html

    Download this toolbox and install it in the folder /tensor_toolbox

  3. GLF_denoiser.m is the core funtion. It is a state-of-the-art denoiser designed for hyperspectral images corrupted with additive Gaussian noise.

% ACKNOWLEDGMENTS

The authors acknowledge the following individuals and organisations:

  • Prof. Paolo Gamba from Pavia university, for making the Pavia University data set available to the community.

  • Prof. David Landgrebe and Larry Biehl from Purdue University, for making the Washington DC Mall data set available to the community.

  • Authors of the MATLAB Tensor Toolbox (Brett W. Bader, Tamara G. Kolda, Jimeng Sun, Evrim Acar, Daniel M. Dunlavy, Eric C. Chi, Jackson Mayo, et al.) from Sandia National Laboratories, for making the Tensor Toolbox available to the community.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Author: Lina Zhuang and Jose M. Bioucas Dias, Nov. 2017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.