Uses of Interface
org.esa.snap.core.util.math.SpectralUnmixing
-
Packages that use SpectralUnmixing Package Description org.esa.snap.core.util.math Provides utility classes for mathematical operations. -
-
Uses of SpectralUnmixing in org.esa.snap.core.util.math
Classes in org.esa.snap.core.util.math that implement SpectralUnmixing Modifier and Type Class Description class
ConstrainedLSU
Performs a constrained linear spectral unmixing, where the sum of abundances always is equal to unity.class
FullyConstrainedLSU
Performs a fully constrained linear spectral unmixing, where all abundances are non-negative and their sum is equal to unity.class
UnconstrainedLSU
Performs an unconstrained linear spectral unmixing.
-