资源简介

异常探测类算法分享的代码比较少,下面是笔者自己编写的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

评论

共有 条评论