Giter Site home page Giter Site logo

femircom / hyperspectral Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhouyuanzxcv/hyperspectral

0.0 1.0 0.0 213.12 MB

This repository contains several hyperspectral image analysis algorithms, including unmixing, registration and fusion.

License: Apache License 2.0

M 0.11% MATLAB 94.96% Mathematica 4.92%

hyperspectral's Introduction

Hyperspectral ReadMe

The repository contains the Matlab implementations of several algorithms in hyperspectral image analysis, including:
1. Spatial compositional model (SCM) for unmixing with a fixed endmember set (TIP16)
2. Gaussian mixture model (GMM) for unmixing with endmember variability (TIP18)
3. A registration and fusion algorithm for combining a hyperspectral image and a multispectral image (TGRS19)
If you find some of the code helpful, please cite the corresponding papers:

-------------------------------- Summary ----------------------------------

The folder "common" contains common functions that will be used by all the algorithms.

The folder "SCM" contains functions that implement the spatial compositional model.

Zhou, Y., Rangarajan, A. & Gader, P. D. A spatial compositional model for linear unmixing and endmember uncertainty estimation. IEEE Transactions on Image Processing, vol. 25, no. 12, pp. 5987-6002, 2016
(http://ieeexplore.ieee.org/document/7592431/)

The folder "GMM" contains functions that implement the Gaussian mixture model for spectral unmixing.

Zhou, Y., Rangarajan, A. & Gader, P. D. A Gaussian mixture model representation of endmember variability in hyperspectral unmixing. IEEE Transactions on Image Processing, vol. 27, no. 5, pp. 2242-2256, 2018
(http://ieeexplore.ieee.org/document/8264812/)

The folders "REG" and "Fusion" contains functions that implement the registration algorithm and the fusion algorithm for hyperspectral and multispectral images.

Zhou, Y., Rangarajan, A. & Gader, P. D. An integrated approach to registration and fusion of hyperspectral and multispectral images, IEEE Transactions on Geoscience and Remote Sensing, To Appear, 2019
(https://ieeexplore.ieee.org/document/8897135)

--------------------------------- SCM -------------------------------------

The "SCM" folder contains the main files for the unmixing algorithm with uncertainty estimation. The common folder contains auxiliary files used for displaying and processing. To see the demo, run "test_scm.m" and you can change the "dataset" in it.

The SCM function is used as follows:

function [A,R,mu,sigma,var_dirs,var_amts] = scm(I,M,options)
Input:
I: rowcolB image data,
M: number of endmembers,
options: structure for additional parameters,
Output:
A: abundances (N by M),
R: endmembers (M by B),
mu: noise standard deviations,
sigma: covariance matrices of endmember uncertainty,
var_dirs: uncertainty directions,
var_amts: uncertainty amounts.

Note: options is a structure containing eta,beta1,beta2,rho1,show_figure,init_mode, etc.

--------------------------------- GMM -------------------------------------

The "GMM" folder contains the files for the unmxing algorithm with endmember variability modeled by GMM. There are two demo files.

"test_gmm.m" - demo file that runs the unsupervised GMM algorithm, which is implemented in "gmm_hu.m". The algorithm first segments the image, uses the interior pixels of the segmented regions to build distribution parameters, and finally updates the abundances. It also calls "gmm_hu_endmember.m" which estimates pixelwise endmembers.

"test_gmm_ex.m" - demo file that runs the supervised GMM algorithm (implemented in "gmm_hu_ex.m"). It takes a library of spectra as input and outputs the abundances. It also calls "gmm_hu_endmember.m" to estimate pixelwise endmembers.

--------------------------------- REG -------------------------------------

The "REG" folder contains the files for registration of hyperspectral and multispectral images.

"test_reg.m" - demo file that runs the registration algorithm, which can handle images with different spatial and spectral resolutions.

"reg_hyper_rgb.m" - main file that implements the registration algorithm.

--------------------------------- Fusion -------------------------------------

The "Fusion" folder contains the files for fusion of hyperspectral and multispectral images.

"run_fusion_algo.m" - demo file that runs the fusion algorithm.

"im_fusion.m" - main file that implements the fusion algorithm.

-------------------------------- Contact ----------------------------------

If you have any questions, please contact:

Yuan Zhou
Department of Computer and Information Science and Engineering
University of Florida

[email protected]

hyperspectral's People

Contributors

zhouyuanzxcv avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.