Git Product home page Git Product logo

lsdm-mog's People

Contributors

l7170 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lsdm-mog's Issues

有关您的代码

你好,首先非常感谢您能够分享有关高光谱异常检测的代码,这对我的学习非常有用;有几个问题想请教一下您;

  1. 在RPCA-RX算法中,您的代码好像直接计算的是稀疏(异常)部分的马氏距离,而原文好像计算的是欧氏距离,所以我有点疑惑
    tic;
    [r0 Output_S Output_L] = Unsupervised_RPCA_Detect_v1(DataTest);
    toc;
    XS = reshape(Output_S, M, N);
    r2 = RX(XS');

  2. 在LSMAD算法中,计算背景协方差矩阵的逆时,作者用的是最大的几个特征值和其对应的特征向量,所以您这块的代码我有点不明白
    tic;
    [L,S,RMSE,error]=GoDec(Y',28,floor(0.0022*N)*9,2);
    toc
    L=L';
    S=S';
    mu=mean(L,2);
    r_new2=(diag((Y-repmat(mu,[1,M]))'pinv(cov(L'))(Y-repmat(mu,[1,M]))))';

最后,非常非常感谢您!

about title

the title: ''Low-Rank and Sparse Decomposition with Mixture-of-Gaussian for Hyperspectral Anomaly Detection'' is your new paper? I can't find it, can you put it in your github

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.