Giter VIP home page Giter VIP logo

vca's Introduction

Vertex Component Analysis (VCA)

Translation in Python of the Vertex Component Analysis method to extract aset of endmembers (elementary spectrum) from a given hyperspectral image.

More details on the method:

Jose M. P. Nascimento and Jose M. B. Dias

"Vertex Component Analysis: A Fast Algorithm to Unmix Hyperspectral Data" submited to IEEE Trans. Geosci. Remote Sensing, vol. .., no. .., pp. .-., 2004

Usage

Ae, indice, Yp = vca(Y,R,verbose = True,snr_input = 0)

Input variables

Y - matrix with dimensions L(channels) x N(pixels) each pixel is a linear mixture of R endmembers signatures Y = M x s, where s = gamma x alfa gamma is a illumination perturbation factor and alfa are the abundance fractions of each endmember. NB: Y has to be a numpy array

R - positive integer number of endmembers in the scene

Output variables

Ae - estimated mixing matrix (endmembers signatures)

indice - pixels that were chosen to be the most pure

Yp - Data matrix Y projected.

Optional parameters

snr_input - (float) signal to noise ratio (dB)

verbose - [True | False]

Requirements

Scipy needs to be installed.

Authors

Author: Adrien Lagrange ([email protected])

This code is a translation of a matlab code provided by Jose Nascimento ([email protected]) and Jose Bioucas Dias ([email protected]) available at http://www.lx.it.pt/~bioucas/code.htm under a non-specified Copyright (c)

Translation of last version at 22-February-2018 (Matlab version 2.1 (7-May-2004))

Under Apache 2.0 license

vca's People

Contributors

connectwithprakash avatar laadr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.