-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
18 lines (12 loc) · 837 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
For Spectral Classifier, do the following:
1) Open 'SpatialMajorityVoting' folder in MATLAB
2) Run the 'DemoSpectralClassifier' MAT file
For SpatialMajorityVoting Classifier, do the following:
1) Open SpatialMajorityVoting folder in MATLAB
2) Run the 'DemoSpatialClassifier.m' MAT file
For PCA-EPFs Classifier, do the following:
1) Open 'PCA-EPFs' folder in MATLAB
2) Run the 'pca_epfssdemo.m' MAT file
The following references codes were used and augmented for the purpose of the experiment:
[1] kang xudong (2020). Hyperspectral Image Classification (https://www.mathworks.com/matlabcentral/fileexchange/69242-hyperspectral-image-classification), MATLAB Central File Exchange. Retrieved April 18, 2020.
[2] Galad_Loth (2020). Hyperspectral Image Classification (https://github.com/galad-loth), Github. Retrieved April 18, 2020.