├── .gitattributes ├── README.md ├── SignOfLab.png └── Two-CNN-HSI └── caffe implementation ├── New Text Document.txt ├── examples └── classification │ ├── classification_spe_spa_solver.prototxt │ └── classification_spe_spa_train_test_8.prototxt ├── matlab ├── Class_CNN.m ├── Main2.m ├── Pooling_my.m ├── SaveFilters_Classification.m ├── classification_spe_spa_train_test_8_mat.prototxt └── scale_change.m └── run_classification_spe_spa.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/README.md -------------------------------------------------------------------------------- /SignOfLab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/SignOfLab.png -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/New Text Document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/New Text Document.txt -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/examples/classification/classification_spe_spa_solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/examples/classification/classification_spe_spa_solver.prototxt -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/examples/classification/classification_spe_spa_train_test_8.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/examples/classification/classification_spe_spa_train_test_8.prototxt -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/Class_CNN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/Class_CNN.m -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/Main2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/Main2.m -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/Pooling_my.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/Pooling_my.m -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/SaveFilters_Classification.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/SaveFilters_Classification.m -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/classification_spe_spa_train_test_8_mat.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/classification_spe_spa_train_test_8_mat.prototxt -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/matlab/scale_change.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/matlab/scale_change.m -------------------------------------------------------------------------------- /Two-CNN-HSI/caffe implementation/run_classification_spe_spa.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polwork/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification/HEAD/Two-CNN-HSI/caffe implementation/run_classification_spe_spa.bat --------------------------------------------------------------------------------