swetshaw / genetic-algorithm-band-selection

6 stars 7 forks source link
band-selection genetic-algorithm genetic-algorithm-python genetic-optimization-algorithm hyperspectral-analysis hyperspectral-band-selection hyperspectral-imaging python remote-sensing

genetic-algorithm-band-selection

This repository contains the program to perform band selection for hyperspectral images. Here we have used Indian_pines dataset from - http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Indian_Pines

ga_utility.py

geneticalgorithm.py

For running the program run -

$ python geneticalgorithm.py

If you want to use your own dataset change it in the ga_utility.py file.