|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpectralUnmixing
Linear spectral unmixing interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
double[][] unmix(double[][] spectra)
spectra - the spectra, where
number of rows = number of spectral channels
number of cols = number of spectra
double[][] mix(double[][] abundances)
abundances - the abundances, where
number of rows = number of endmembers
number of cols = number of spectra
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||