Syntax:
I = eval_gaussian_mixture(MIXCOEFF, MEAN, STD, WAVELENGTH)
Contents
Description
This function reconstructs the hyperspectral spectrum from a Gaussian mixture model.
These include the mixing coefficients, mean and standard deviations
of the Gaussian mixture as fitted to each spectrum.
Input:
MIXCOEFF, MEAN, STD: The mixture coefficients, means and standard deviations
on matrices of size height x width x M.
WAVELENGTH: The wavelength vector at which the spectra is to be evaluated
Output:
I: the reconstructed image cube.