Estás aquí: start » hiperespectral » hyperview

HypeRvieW: an open source desktop application for hyperspectral remote-sensing data processing

Esta é unha revisión antiga do documento!


HypeRvieW: an open source desktop application for hyperspectral remote-sensing data processing

This is a repository of supplementary information related to the paper entitled “HypeRvieW: an open source desktop application for hyperspectral remote-sensing data processing” published in the International Journal of Remote Sensing.

Abstract

In this paper, we present a desktop application for the analysis, reference data generation, registration and supervised spatial-spectral classification of hyperspectral remote sensing images through a simple and intuitive interface. Regarding the classification ability, the different classification schemes are implemented by using a chain structure as a base. It consists of five configurable stages that must be executed in fixed order: preprocessing, spatial processing, pixel-wise classification, combination and postprocessing. The modular implementation makes its extension easy by adding new algorithms for each stage or new classification chains. The tool has been designed as a platform which is open to the incorporation of algorithms by the users interested in comparing classification schemes. As an example of use a classification scheme based on the Quick Shift (QS) algorithm for segmentation and on Extreme Learning Machines (ELM) or Support Vector Machines (SVMs) for classification is also proposed. The application is license-free, runs on the Linux operating system and was developed in C language using the GTK library, as well as other free libraries to build the graphical user interfaces.

Downloads

Debian-based distributions

  1. Install dependencies:
    sudo apt-get install libblas-dev liblapacke-dev liblapack-dev libglade2-dev libfftw3-dev gfortran libmatio-dev libssl-dev libhdf5-dev libcanberra-gtk-module libtiff5-dev
  2. Download your appropriate version:

OpenSUSE

  1. Install dependencies:
    sudo zypper install libglade2-devel fftw3-devel libmatio-devel cblas-devel lapacke-devel lapack-devel hdf5-devel gcc48-fortran libcanberra-devel gcc-c++ libopenssl-devel libopenblas_openmp-devel libtiff-devel
  2. IMPORTANT! Set OpenBLAS as default library:
    /usr/sbin/update-alternatives --config libblas.so.3

Demo video

<html> <iframe width=“560” height=“315” src=“https://www.youtube.com/embed/oX4f5tYsYEs” frameborder=“0” allowfullscreen></iframe> </html>

License