Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (35 loc) · 2.23 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.23 KB

The repository contains the implementations for Hyperspectral Image Classification -- Traditional to Deep Models: A Survey for Future Prospects.

Models

Currently, the following traditional machine learning methods are available:

Currently, the following deep learning methods are available:

Currently, the following convolutional feature extraction methods are available:

If you have questions or suggestions, please feel free to open an issue. Please cite as:

@article{ahmad2021hyperspectral,
  title={Hyperspectral Image Classification--Traditional to Deep Models: A Survey for Future Prospects},
  author={Muhammad Ahmad, and Sidrah Shabbir, and Swalpa Kumar Roy, and Danfeng Hong, and Xin Wu, and Jing Yao, and Adil Mehmood Khan, and Manuel Mazzara, and Salvatore Distefano, and Jocelyn Chanussot},
  journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
  year={2022},
  volume={15},
  pages={968-999},
  doi={10.1109/JSTARS.2021.3133021},
  publisher={IEEE}
}

Acknowledgement

Part of this code is from a implementation of Classification of HSI using CNN by BehnoodRasti and mhaut.