├── Data ├── 19920612_AVIRIS_IndianPine_Site3.tif ├── IndianTE123_temp123.tif ├── IndianTR123_temp123.tif ├── MSI_IndinePine.mat ├── ReadMe └── sentinel2.txt ├── Functions ├── D_Step.m ├── ErrRelGlobAdimSyn.m ├── PSNR.m ├── RMSE.m ├── ReadMe ├── S_Step.m ├── XSAM.m ├── confusionMatrix.m ├── hyperConvert2d.m ├── hyperConvert3d.m ├── hyperResample.m └── ssim_index.m ├── MS_Simulation.m ├── Motivations.png ├── README.md └── demo.m /Data/19920612_AVIRIS_IndianPine_Site3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/19920612_AVIRIS_IndianPine_Site3.tif -------------------------------------------------------------------------------- /Data/IndianTE123_temp123.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/IndianTE123_temp123.tif -------------------------------------------------------------------------------- /Data/IndianTR123_temp123.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/IndianTR123_temp123.tif -------------------------------------------------------------------------------- /Data/MSI_IndinePine.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/MSI_IndinePine.mat -------------------------------------------------------------------------------- /Data/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/ReadMe -------------------------------------------------------------------------------- /Data/sentinel2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Data/sentinel2.txt -------------------------------------------------------------------------------- /Functions/D_Step.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/D_Step.m -------------------------------------------------------------------------------- /Functions/ErrRelGlobAdimSyn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/ErrRelGlobAdimSyn.m -------------------------------------------------------------------------------- /Functions/PSNR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/PSNR.m -------------------------------------------------------------------------------- /Functions/RMSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/RMSE.m -------------------------------------------------------------------------------- /Functions/ReadMe: -------------------------------------------------------------------------------- 1 | Funcitons used in J-SLoL. 2 | -------------------------------------------------------------------------------- /Functions/S_Step.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/S_Step.m -------------------------------------------------------------------------------- /Functions/XSAM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/XSAM.m -------------------------------------------------------------------------------- /Functions/confusionMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/confusionMatrix.m -------------------------------------------------------------------------------- /Functions/hyperConvert2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/hyperConvert2d.m -------------------------------------------------------------------------------- /Functions/hyperConvert3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/hyperConvert3d.m -------------------------------------------------------------------------------- /Functions/hyperResample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/hyperResample.m -------------------------------------------------------------------------------- /Functions/ssim_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Functions/ssim_index.m -------------------------------------------------------------------------------- /MS_Simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/MS_Simulation.m -------------------------------------------------------------------------------- /Motivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/Motivations.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/README.md -------------------------------------------------------------------------------- /demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/IEEE_TGRS_J-SLoL/HEAD/demo.m --------------------------------------------------------------------------------