├── Indian_pines_corrected.mat ├── Indian_pines_gt.mat ├── ONR.m ├── ONR_init.m ├── README.md ├── cal_rec_err.m ├── demo.m ├── evaluation.m ├── fig ├── 1.png ├── 10.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png └── 9.png ├── get_data.m ├── get_noisy_band.m ├── get_updated_ids.m ├── linspecer.m ├── plot_method.m ├── search_band_set.m └── test_bs_accu.m /Indian_pines_corrected.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/Indian_pines_corrected.mat -------------------------------------------------------------------------------- /Indian_pines_gt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/Indian_pines_gt.mat -------------------------------------------------------------------------------- /ONR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/ONR.m -------------------------------------------------------------------------------- /ONR_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/ONR_init.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/README.md -------------------------------------------------------------------------------- /cal_rec_err.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/cal_rec_err.m -------------------------------------------------------------------------------- /demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/demo.m -------------------------------------------------------------------------------- /evaluation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/evaluation.m -------------------------------------------------------------------------------- /fig/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/1.png -------------------------------------------------------------------------------- /fig/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/10.png -------------------------------------------------------------------------------- /fig/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/2.png -------------------------------------------------------------------------------- /fig/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/3.png -------------------------------------------------------------------------------- /fig/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/4.png -------------------------------------------------------------------------------- /fig/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/5.png -------------------------------------------------------------------------------- /fig/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/6.png -------------------------------------------------------------------------------- /fig/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/7.png -------------------------------------------------------------------------------- /fig/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/8.png -------------------------------------------------------------------------------- /fig/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/fig/9.png -------------------------------------------------------------------------------- /get_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/get_data.m -------------------------------------------------------------------------------- /get_noisy_band.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/get_noisy_band.m -------------------------------------------------------------------------------- /get_updated_ids.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/get_updated_ids.m -------------------------------------------------------------------------------- /linspecer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/linspecer.m -------------------------------------------------------------------------------- /plot_method.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/plot_method.m -------------------------------------------------------------------------------- /search_band_set.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/search_band_set.m -------------------------------------------------------------------------------- /test_bs_accu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection/HEAD/test_bs_accu.m --------------------------------------------------------------------------------