public interface SpectralUnmixing
Modifier and Type | Method and Description |
---|---|
double[][] |
mix(double[][] abundances)
Calculates the spectra for a set of abundances.
|
double[][] |
unmix(double[][] spectra)
Performs a linear spectral unmixing of a set of spectra.
|
double[][] unmix(double[][] spectra)
spectra
- the spectra, where
number of rows = number of spectral channels
number of cols = number of spectradouble[][] mix(double[][] abundances)
abundances
- the abundances, where
number of rows = number of endmembers
number of cols = number of spectraCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.