matlab除噪声代码连续去除高光谱红外图像 作者:Bardia Yousefi()加拿大魁北克市拉瓦尔大学电气与计算机工程系计算机视觉和系统实验室日期:2018年5月2日0版权声明代码-(c)2018-2029 Bardia Yousefi该代码是按原样提供,除几乎肯定存在错误外,没有任何保证。 使用此代码(或经过修改的版本)发表的研究报告应引用描述该算法的文章:Yousefi,B.,Sajasi,S.,Castanedo,CI,Beaudoin,G.,Maldague,XP和Chamberland,M.( 2018)。 应用非负矩阵分解对基于地面的LWIR 2高光谱红外图像进行连续谱去除。 应用光学。 欢迎发表评论和错误报告。 发邮件给 。 我也很高兴听到有关您如何使用此代码,对其进行的改进或翻译成其他语言的信息。 您可以自由修改,扩展或分发此代码,只要完整包含本版权声明,并且没有任何变化即可。 #用于使用高光谱聚类进行矿物识别的MATLAB代码这是用于在高光谱红外图像中连续去除的MATLAB编程代码。 该代码不包含其他受版权保护的代码。 该代码只能接收经过预处理的输入高光谱图像,
2021-10-09 14:56:50 664KB 系统开源
1
用卷积滤波器matlab代码deephyp:针对高光谱的深度学习 用于训练和使用高光谱数据的无监督自动编码器和有监督深度学习分类器的工具。 可用文档。 源代码可在上找到。 自动编码器是无监督的神经网络,可用于一系列应用,例如无监督的特征学习和降维。 可以在带标签的数据上训练有监督的深度学习分类器,以预测光谱的类别。 该存储库提供了一个名为deephyp的基于python的工具箱,其中包含针对高光谱数据而构建,训练和测试密集和卷积自动编码器以及分类神经网络的示例。 网络易于设置,并且可以使用不同的体系结构进行自定义。 也可以采用不同的培训方法。 该工具箱基于tensorflow构建。 如果您在研究中使用工具箱,请引用:本文介绍了用于训练自动编码器的光谱角(SA),光谱信息散度(SID)和平方和误差(SSE)损失函数。 如果您在研究中使用余弦谱角(CSA)损失函数,请引用: 如果您在研究中使用分类网络,请引用: 安装 可以使用pip从命令行安装工具箱的: pip install deephyp 可以使用以下方法安装依赖项: pip install -r requirements.txt 导
2021-10-06 20:25:09 16.28MB 系统开源
1
% Matlab Hyperspectral Toolbox % Copyright 2008-2012 Isaac Gerg % % ------------------------------------------------------------------------- % A Note on Notation % Hyperspectral data is often expressed many ways to better describe the % mathematical handling of the data; mainly as a vector of pixels when % referring to the data in a space or a matrix of pixels when referring to % data as an image. % ------------------------------------------------------------------------- % Dependencies % FastICA - http://www.cis.hut.fi/projects/ica/fastica/code/dlcode.shtml % % ------------------------------------------------------------------------- % Functions % % Reading/Writing Data Files % hyperReadAvirisRfl - Reads AVIRIS .rfl files % hyperReadAvirisSpc - Read AVIRIS .spc files % hyperReadAsd - Reads ASD Fieldspec files. (.asd, .000, etc) % % Data Formatting % hyperConvert2D - Converts data from a 3D HSI data cube to a 2D matrix % hyperConvert3D - Converts data from a 2D matrix to a 3D HSI data cube % hyperNormalize - Normalizes data to be in range of [0,1] % hyperConvert2Jet - Converts a 2D matrix to jet colormap values % hyperResample - Resamples hyperspectral data to new wavelength set % % Unmixing % hyperAtgp - ATGP algorithm % hyperIcaEea - ICA-Endmember Extraction Algorithm % hyperIcaComponentScores - Computes ICA component scores for relevance % hyperVca - Vertex Component Analysis % hyperPPI - Pixel Purity Index % % Target Detection % hyperACE - Adaptive cosine/coherent estimator % hyperGLRT - Generalized liklihood ratio test % hyperHUD - Hybrid instructured detector % hyperAMSD - Adaptive matched subspace detector % hyperMatchedFilter - Matched filter % hyperOsp - Orthogonal subspace projection % hyperCem - Constrained energy minimization % hyperPlmf - PCA local matched filter % hyperRmf - Regularized match filter % % Material Count Estimation % hyperHfcVd - Computes virtual dimensionality (VD) using HFC method % %
2021-09-04 15:56:35 44KB matlab 高光谱工具箱
1
这是关于超频谱数据处理的电子书,高清,最新版本,经典著作,英文版
2021-03-18 14:21:55 46.51MB Hyperspectra
1
高光谱常用数据集,包含SA,PU,IP的mat文件和已经转成csv文件的数据集
1
下面是笔者自己用matlab自己编写的局部RX探测算法代码,分享给高光谱异常探测方向的研究僧童鞋门!
2020-01-03 11:27:27 1KB matlab LRX hyperspectral anomaly
1
非常好用的高光谱图像处理工具,可以直接使用,也可以在此基础上进行二次开发。好东西啊。
2019-12-21 20:12:07 44KB matlab hyper spectral
1
Composite kernel 用于高光谱影像分类,其可以很好的用于空间特征与光谱特征相结合,提高高光谱影像分类精度。
2019-12-21 19:37:52 77KB Composite kernel
1