(完整版)基于Matlab的图像融合研究毕业设计论文 下载本文

内容发布更新时间 : 2024/5/6 19:05:37星期一 下面是文章的全部内容请认真阅读。

目 录

摘 要 ...................................................................................................................... 1 Abstract ......................................................................................................................... 1 1、

绪论 .................................................................................................................. 2

1.1 课题开发背景 .............................................................................................. 2

1.1.1 图像融合的定义 ................................................................................. 2 1.1.2 手动配准与图象融合 ......................................................................... 2 1.1.3 图象融合研究的发展现状和研究热点 ............................................. 3 1.2 课题设计要求 .............................................................................................. 4 2、MATLAB程序设计 ............................................................................................... 5

2.1 MATLAB软件简介 ........................................................................................... 5 2.2 MATLAB软件窗口环境 ................................................................................... 7 2.3 M语言编程 ..................................................................................................... 8 3、图像融合算法.......................................................................................................... 9

3.1 图象融合算法的层次分类 ............................................................................ 9 3.2 图像融合规则 .............................................................................................. 10 3.3 图像融合方法 .............................................................................................. 11 3.4 图像融合步骤 .............................................................................................. 12 4、各算法程序............................................................................................................ 13

4.1 一般方法....................................................................................................... 13 4.2 PCA算法程序 ............................................................................................. 14 4.3 金字塔(Pyramid)算法程序 .................................................................... 15 4.4 小波变换(DWT)算法程序 ..................................................................... 18 5、实验结果 ................................................................................................................ 22

6、图像融合的应用 ................................................................................................... 24 7、总结 ........................................................................................................................ 25 参考文献 ...................................................................................................................... 26

摘 要

数字图像融合是以图像为主要研究内容的数据融合技术,是把多个不同模式的图像传感器获得的同一场景的多幅图像或同一传感器在不同时刻获得的同一场景的多幅图像合成为一幅图像的过程。本文首先介绍了数字图像融合的定义、发展现状和研究热点,接着论述了图像融合的规则、方法和步骤。并给出了三种融合算法程序,即PCA算法、金字塔图像融合算法与基于小波变换的算法程序,在最后论述了图像融合技术在军事、医学图像和遥感测控中的应用。

关键词:图像融合 小波变换 Matlab

Abstract

Digital image fusion is the technology of data fusion mainly study the images is the different patterns of images of the same scene sensors to the same number of sensors or images acquired at different times the same scene for a number of synthetic images images process. The first

introduced digital image integration definition, the current development and research discussed the integration of images of the rules, methods and steps. Three integration algorithms and procedures given that the PCA algorithms, pyramid image integration algorithms and algorithms based on wavelets change procedures discussed in the final image integration technology in the military, medical imaging and remote sensing, monitoring and control applications.

Keywords:Image fusion Wavelets change Matlab

1、 绪论

1.1 课题开发背景

1.1.1 图像融合的定义

数字图像融合(Digital Image Fusion)是以图像为主要研究内容的数据融合技术,是把多个不同模式的图像传感器获得的同一场景的多幅图像或同一传感器在不同时刻获得的同一场景的多幅图像合成为一幅图像的过程。由于不同模式的图像传感器的成像机理不同,工作电磁波的波长不同,所以不同图像传感器获得的同一场景的多幅图像之间具有信息的冗余性和互补性,经图像融合技术得到的合成图像则可以更全面、更精确地描述所研究的对象。正是由于这一特点,图像融合技术现已广泛地应用于军事、遥感、计算机视觉、医学图像处理等领域中。