public class ConstrainedLSU extends UnconstrainedLSU
Constructor and Description |
---|
ConstrainedLSU(double[][] endmembers)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
double[][] |
unmix(double[][] spectra)
Performs a linear spectral unmixing of a set of spectra.
|
getEndmembers, mix
public ConstrainedLSU(double[][] endmembers)
endmembers
- the endmembers, where
number of rows = number of spectral channels
number of cols = number of endmember spectrapublic double[][] unmix(double[][] spectra)
SpectralUnmixing
unmix
in interface SpectralUnmixing
unmix
in class UnconstrainedLSU
spectra
- the spectra, where
number of rows = number of spectral channels
number of cols = number of spectraCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.