Spectral Match

Can be used in HyperSpectral Image Remote Sensing. Produces a matching/Score matrix.
740 Downloads
Updated 10 May 2013

View License

Spectral Match based on the provided Spectral data base generates an output showing how good each entry of your data matches to each entry of the spectral database.
INPUTS:
-- Data: must be of size nBand x nPixel, that is each columns is one measurements or pixel of your hyperspectral images.
-- SpectralDB: must be of size nBand x nSpectra, where nSpectra varies based on howmany entries you have in your database.
-- Method: Computes the match. Currently there are two methods: (1) RMSE: The lower the better match.(2) DotProduct: the closer to 1 the better.

OUTPUTS
-- Output: would be of size nPixel x nSpectra. Each entry, i.e. (i,j) element, shows the matching criteria, i.e. RMSE or DotProduct, of the pixel i with the database spectra j

Cite As

Mohammad Abouali (2024). Spectral Match (https://www.mathworks.com/matlabcentral/fileexchange/41698-spectral-match), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0