GithubHelp home page GithubHelp logo

shizhenchang / njcr Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 0.0 3.05 MB

Nonnegative-Constrained Joint Collaborative Representation With Union Dictionary for Hyperspectral Anomaly Detection

License: MIT License

MATLAB 100.00%
anomaly-detection-algorithm collaborative-representation hyperspectral-analysis

njcr's Introduction

Nonnegative-Constrained Joint Collaborative Representation with Union Dictionary for Hyperspectral Anomaly Detection

This is a demo of this work implemented in Matlab, written by Shizhen Chang and Pedram Ghamisi.

For more details, please refer to our paper: Nonnegative-Constrained Joint Collaborative Representation With Union Dictionary for Hyperspectral Anomaly Detection

Environment and package:

  • Matlab R2015b
  • Ncut

Files

This package contains the following files and directories.

  • demo.m: A demo shows how to run this work.
  • NJCR.m: Implementation of the NJCR model.
  • KNJCR.m: Implementation of the KNJCR model.
  • /utils/: Supportive files of this work.

Usage

  • After unzipping the files, put the current directory of Matlab to mydir.
  • Add the directory path for the dependencies files.
addpath('./utils')
addpath('./Ncut_9/');
  • Run demo.m.

Citation

Please cite our paper if you find it is useful for your research.

@article{chang2022Nonnegative,
  author={Chang, Shizhen and Ghamisi, Pedram},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={Nonnegative-Constrained Joint Collaborative Representation With Union Dictionary for Hyperspectral Anomaly Detection}, 
  year={2022},
  volume={60},
  number={},
  pages={1-13},
  doi={10.1109/TGRS.2022.3195339}
  }

Acknowledgment

The authors would like to express their thanks to the authors and the creators of Ncut and cluster_dp for releasing their packages.

Please note that if implementing the Ncut_9 in Matlab R2015b, the 81st line of ncut.m should be modified to:

[vbar,s,convergence] = eigs(@mex_w_times_x_symmetric,size(P,1),nbEigenValues,'LA',options,tril(P)); 

License

This demo is distributed under MIT License and is released for scientific purposes only.

njcr's People

Contributors

shizhenchang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.