Landcover classifcation using the fusion of hyperspectral data and LiDAR neighbourhood region of NxN surrounding a pixel.
- Create a virtual environment using command:
virtualenv myenv
- Activate the virtual environment:
source venv/bin/activate
- Install the requirements file:
pip install -r requirements.txt
- Download this gulfport mat file in the same directory.
- Run the file:
python main.py
An accuracy of 93.17% ± 1.20 was achieved. The Confusion matrix is shown below:
P. Gader, A. Zare, R. Close, J. Aitken, G. Tuell, “MUUFL Gulfport Hyperspectral and LiDAR Airborne Data Set,” University of Florida, Gainesville, FL, Tech. Rep. REP-2013-570, Oct. 2013.
X. Du and A. Zare, “Technical Report: Scene Label Ground Truth Map for MUUFL Gulfport Data Set,” University of Florida, Gainesville, FL, Tech. Rep. 20170417, Apr. 2017.