資源簡介
異常探測類算法分享的代碼比較少,下面是筆者自己編寫的Global RX探測算法,研究高光譜影像異常探測的童靴么可以將其作為對比實驗使用,也可用于科研入門練手!
代碼片段和文件信息
function????GRX_Detect=?GRX(?hsi?)
%?Complied?by?Zephyr?Hou?on?2017-03-01
%
%?function?usage
%?Global?RX
%?GRX_Detect=?GRX(?hsi?)
%
%?Input:
%?????hsi:?the?data?cube?size?of?rows?x?columns?x?bands
%?Output:
%?????GRX_Detect:?the?result?of?Global?RX?Detection?size?of?rows?x?columns
%?
[rowscolsbands]=size(hsi);
X=reshape(hsirows*colsband
- 上一篇:logistic混沌simuli
nk模型 - 下一篇:粒子濾波5種類型的代碼
評論
共有 條評論