Spectral Match
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
引用格式
Mohammad Abouali (2024). Spectral Match (https://www.mathworks.com/matlabcentral/fileexchange/41698-spectral-match), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Computer Vision Toolbox > Point Cloud Processing > Display Point Clouds >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!SpectraMatch/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |