摘要 : 彩色图像融合在各个领域的应用越来越广泛。本文针对图像融合算法比较复杂, 非专业领域的人士难以运用等问题,设计了一种以 MATLAB R2005a 为开发平台的彩色图像 融合系统。该系统的主要功能模块包括加权彩色图像融合模块、基于 IHS 变换的彩色图像 融合模块、基于主成分分析的彩色图像融合模块、基于小波变换的彩色图像融合模块和融 合后彩色图像客观评价模块。该系统在 MATLAB 开发环境下编写彩色图像的融合程序,设 计系统的图形用户界面(GUI)。本系统具有用户操作界面结构简单,简洁友好,功能易 拓展,使用简便等特点。用户不需要具备相关领域的专业知识,也可以方便的实现彩色图 像融合。76388
毕业论文关 键 词 : 彩色图像融合,加权算法,IHS 变换,主成分分析算法,小波变换
Abstract:Nowadays, The color image fusion technologies are widely used in various fields。 But the algorithms of these technologies are quite complicated。 So it’s very difficult for non-professional people to use these technologies。 To solve this problem, in this paper, we designed a color image fusion system which is easy to use。 Even if the users don’t know specialized knowledge, they can also use this system。 We developed this system with MATLAB R2015a。 This system includes five modules。 They are the color image fusion module based on
weighted average algorithm, the color image fusion module based on IHS transform, the color image fusion module based on PCA, the color image fusion module based on wavelet transform and the objective evaluation metric for color image fusion。 This system has a simple and user-friendly interface and simple structure。 What’s more, It is very easy to expand its function。
Keywords:color image fusion, weighted algorithm, IHS transform, PCA, wavelet transform
目 录
1 绪论 3
1。1 课题来源及背景 3
1。2 目标和意义 3
1。3 设计思想及主要工作 3
2 所用到的工具 3
3 彩色图像处理的理论基础 6
3。1 图像 6
3。2 颜色空间 6
4 系统的需求分析 8
5 系统采用的彩色图像融合方法 9
5。1 加权融合方法简介 9
5。2 基于 IHS 变换的融合方法简介 10
5。3 基于 PCA 方法的彩色图像融合简介 11
5。4 基于小波变换的彩色图像融合简介 13
5。5 系统采用的图像质量评价方法 13
6 系统功能模块设计与实现 14
6。1 系统功能简介