摘 要数字图像融合是以图像为主要讨论内容的数据融合技术,是把多个不同模式的图像传感器获得的同一场景的多幅图像或同一传感器在不同时刻获得的同一场景的多幅图像合成为一幅图像的过程。本文主要利用 MATLAB 的 GUIDE编辑器,实现基于 MATLAB 的图像融合平台系统设计。使其具有以下功能:1.用户登录界面;2.用户可自行选择检测过程、方法;3.用户可通过选择按钮多次添加、选择图片进行融合;4.用户可以通过功能按钮键退出该界面;5.报错功能,包括登录账号、密码错误等。本文利用 MATLAB 的 GUIDE 控件,制作出由三个图形用户界面构成的图像融合平台系统,通过对各控件编写 Callback 回调函数,实现平台应有的功能。关键词:GUI;MATLAB;图像融合;回调函数AbstractDigital image fusion based on image as the main research contents of the data fusion technology, the image sensor is to put the different patterns of the same scene or same sensor many images obtained at different times more of the same scene image synthesis for an image of the process. In this paper, we use MATLAB GUIDE editor, the realization of image fusion based on MATLAB platform system design. Make it has the following features: 1. The user login interface; 2. The user can choose detection process and method; 3. The user can choose images by selecting the button several times add, fusion; 4. The user can through the function button key exit the interface; 5. An error function, including login name and password mistake. Based on MATLAB GUI controls, produced by the three image fusion platform system consisting of a graphical user interface, with its Callback for each control Callback function, implementation platform should have the function of. Key words: GUI; MATLAB; Image fusion; The callback function 目 录1 绪论............................................................................................................................11.1 课题开发背景..................