├── .idea ├── Transferred deep learning anomaly detection based on pixel tensor differences.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── workspace.xml ├── .ipynb_checkpoints ├── main-checkpoint.ipynb └── train-checkpoint.ipynb ├── DataSet ├── Airport.mat ├── Beach.mat ├── HYDICE_urban.mat ├── Salinas.mat ├── Salinas_gt.mat ├── San_Diego.mat └── Urban.mat ├── README.md ├── UFarray.py ├── __pycache__ └── UFarray.cpython-36.pyc ├── mModel.h5 ├── main.ipynb └── train.ipynb /.idea/Transferred deep learning anomaly detection based on pixel tensor differences.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.idea/Transferred deep learning anomaly detection based on pixel tensor differences.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /.ipynb_checkpoints/main-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.ipynb_checkpoints/main-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/train-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/.ipynb_checkpoints/train-checkpoint.ipynb -------------------------------------------------------------------------------- /DataSet/Airport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/Airport.mat -------------------------------------------------------------------------------- /DataSet/Beach.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/Beach.mat -------------------------------------------------------------------------------- /DataSet/HYDICE_urban.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/HYDICE_urban.mat -------------------------------------------------------------------------------- /DataSet/Salinas.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/Salinas.mat -------------------------------------------------------------------------------- /DataSet/Salinas_gt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/Salinas_gt.mat -------------------------------------------------------------------------------- /DataSet/San_Diego.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/San_Diego.mat -------------------------------------------------------------------------------- /DataSet/Urban.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/DataSet/Urban.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/README.md -------------------------------------------------------------------------------- /UFarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/UFarray.py -------------------------------------------------------------------------------- /__pycache__/UFarray.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/__pycache__/UFarray.cpython-36.pyc -------------------------------------------------------------------------------- /mModel.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/mModel.h5 -------------------------------------------------------------------------------- /main.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/main.ipynb -------------------------------------------------------------------------------- /train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahdiyousefan/Hyperspectral-Anomaly-Detection-Using-CNND-and-OAF/HEAD/train.ipynb --------------------------------------------------------------------------------