Diferenzas

Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.

Enlazar a esta vista de comparación

Next revision
Previous revision
hiperespectral:hyperview [2016/05/12 11:46] – creado jorge.suarezhiperespectral:hyperview [2017/11/10 10:33] (actual) – [HypeRvieW: an open source desktop application for hyperspectral remote-sensing data processing] alvaro.ordonez
Liña 1: Liña 1:
-====== HypeRvieW: An Open Source Desktop Application for Hyperspectral Remote Sensing Data Processing ======+====== 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” that is under revision.+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 [[http://www.tandfonline.com/doi/full/10.1080/01431161.2016.1244363|International Journal of Remote Sensing]].
  
-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, classification, combination and postprocessing. The modular implementation makes it easy an extension 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. +===== Abstract ===== 
-===== Video =====+ 
 +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 ==== 
 + 
 +  - Install dependencies: <code>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</code> 
 +  - Download your appropriate version: 
 +  * {{ :hiperespectral:hyperview_ubuntu14.zip | Ubuntu 14.04}} 
 +  * {{ :hiperespectral:hyperview_ubuntu16.zip | Ubuntu 16.04}} 
 +  * {{ :hiperespectral:hyperview_debian860.zip | Debian 8.6.0}} 
 + 
 +==== OpenSUSE ==== 
 + 
 +  - Install dependencies: <code>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</code> 
 +  - **IMPORTANT!** Set OpenBLAS as default library: <code>/usr/sbin/update-alternatives --config libblas.so.3</code> 
 +  - Download: {{ :hiperespectral:hyperview_opensuse.zip | OpenSUSE Leap 42.1}} 
 + 
 +===== Demo video =====
  
 <html> <html>
Liña 12: Liña 31:
 ===== License ===== ===== License =====
  
-:cc-by-nc-nd:  +:cc-by-nc-sa: