设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
高光谱图像最优假彩色合成方法研究毕业论文+附录代码
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘 要

高光谱成像是将数字成像与光谱技术相结合,探测目标的二维几何空间与一 维光谱信息,并将其获取到的高光谱分辨率的连续且窄的波段的图像数据称为高 光谱图像。这项技术已成功应用于环境监测、农业、航天等领域。

在高光谱图像中,精细的光谱分辨率使得波段间通常具有很高的相关性,造 成了数据的大量冗余。因此波段选择作为数据降维的一种方法,在高光谱图像处 理中是最为关键的步骤之一。波段选择的好坏直接关系到利用所选波段进行高光 谱图像假彩色合成结果的优劣。基于图表示的波段选择方法是众多算法中最有效 的方式之一,它把波段看作高维空间中的点,巧妙地利用聚类的思想找到最具有 代表性且相互之间相关性较小的波段,大大提高了波段选择的效率。然而该方法 在有噪声波段存在时不再适用。

本文针对这一问题,首先介绍了高光谱图像的基本概念和原理,然后在基于 图表示的波段选择方法的基础之上,证明了该方法在所选波段数目大于聚类个数 的情况下会优先选入噪声波段,然后利用噪声对二阶微分算子敏感的特性,引入 拉普拉斯算子对噪声波段进行处理,研究不受噪声影响的基于图表示的改进波段 选择算法,并编写了相关的 Matlab 语言程序。

最后利用真实高光谱遥感图像数据集所进行的实验结果验证了本文方法的 有效性。

关键词: 高光谱图像 波段选择 假彩色合成 图表示 拉普拉斯算子


ABSTRACT

Hyperspectral imaging combines the digital imaging with spectroscopy, detecting

the information of target’s geometric space and spectrum. The image obtained by a series of continuous and narrow bands with high spectral resolution is called hyperspectral image. It has been successfully applied to environmental monitoring, agriculture and aerospace, etc.

In terms of hyperspectral image, the bands are usually highly correlated due to the spectrum resolution, which leads to great redundancy in hyperspectral data sets. Therefore, band selection used as an approach for dimensionality reduction is one of the most important steps in hyperspectral image processing. The correctness of the band selection is directly related to the result of false color composite of hyperspectral image. The graph representation based band selection(GRBS) is one of the most effective ways to solve this problem, which greatly improves the efficiency of band selection by interpreting bands as the nodes of a graph in high-dimensional space. It can find the most representative and interrelated bands using the idea of clustering tactfully. However, it is no longer applicable when noisy bands exist.

As to above problem, this paper firstly introduces the basic principle of hyperspectral image, then on the basis of GRBS, we prove that GRBS tends to select noisy bands when the number of selected bands is larger than the number of clusters. In order to solve this issue, the Laplace operator is introduced for processing and propose the algorithm termed improved graph-represented band selection(IGRBS). Also, we have made up the relevant Matlab language program.

Finally, we verified the validity of this method by using real hyperspectral image

data.

Keywords: Hyperspectral image Band selection False color composition Graph representation Laplace operator


目 录


第一章 绪论 6

1.1 研究背景及意义 6

1. 2  国内外研究现状综述 7

1.3 本文研究内容、创新点和预期成果 8

1.4 本文主要内容安排 9

第二章 高光谱遥感原理与分析 10

2.1 引言 10

2.2 高光谱遥感基本原理 10

2.3 高光谱图像数据表示及特性分析 11

2.3.1 高光谱数据表示方式 11

2.3.2 波段间的相关性 12

2.3.3 休斯(Hughes)现象 12

2.3.4 高光谱数据特性分析小结 13

2.4 本文实验数据的选取 14

第三章 基于图表示的波段选择算法(GRBS) 15

3.1 引言 15

3.2 GRBS 算法描述 15

3.2.1 GRBS 准则函数 15

3.2.2 参数的选取 17

3.2.3 GRBS 实验结果 18

3.3 噪声波段对 GRBS 影响分析 19

3.3.1 情形一证明 19

3.3.2 情形二证明 21

第四章 改进的图表示波段选择算法(IGRBS) 25

4.1 引言 25

4.2 IGRBS 算法描述 25

4.2.1 噪声波段对拉普拉斯算子的响应 25

4.2.2 IGRBS 准则函数 27

4.3 利用图像边沿降低计算量 28

4.4 IGRBS 实验结果 32

4.4.1 IGRBS 去噪实验 32

4.4.2 IGRBS 选择波段进行假彩色合成 33

4.4.3 IGRBS 分类精度测试 38

第五章  结论与展望 40

5.1 研究结果总结 40

5.2 研究展望 40

致 谢 42

参考文献 43

附 录 45










  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
变压器声音信号抗环境噪声干扰技术 高压电网无功补偿装置电气设计 毕 基于微信小程序+JavaSSM+
基于Android+Java后端 基于微信小程序+JavaSSM+ 基于微信小程序+JavaSSM+
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!