The code of paper Superpixel-level Global and Local Similarity Graph-based Clustering for Large Hyperspectral Images.
@ARTICLE{9641802,
author={Zhao, Haishi and Zhou, Fengfeng and Bruzzone, Lorenzo and Guan, Renchu and Yang, Chen},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={Superpixel-Level Global and Local Similarity Graph-Based Clustering for Large Hyperspectral Images},
year={2022},
volume={60},
number={},
pages={1-16},
doi={10.1109/TGRS.2021.3132683}}
For example, if you want to perform SGLSC:
- Prepare data and put it under
./data - Modify the parameters in
run_SGLSC_HSI.mas you need - Run
run_SGLSC_HSI.m
[1] The code of superpixel segmentation (i.e., the filefolder of ./src/EntropyRateSuperpixel-master) is cloned from https://github.com/mingyuliutw/EntropyRateSuperpixel
[2] The solving process of sparse self-representation (i.e., the filefolder of ./src/SSC_ADMM_v1.1) is referred to The Vision, Dynamics and Learning Lab.
SGLSC is free software made available under the MIT License. For details see the LICENSE.md file.