基于matlab的数字图像处理系统的设计与实现.doc

约41页DOC格式手机打开展开

基于matlab的数字图像处理系统的设计与实现,基于matlab的数字图像处理系统的设计与实现1.5万字自己原创的毕业论文,仅在本站独家出售,重复率低,推荐下载使用摘要 随着信息技术的不断发展,数字图像处理技术越来越多地被应用在各个领域。图像处理成为一门日益引人注目、前景远大的学科,而matlab语言以强大的科学运算、灵活程序设计流程、高质量的图形可视化与界面设计、...
编号:150-423020大小:1.25M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 淘宝大梦 发布

基于MATLAB的数字图像处理系统的设计与实现

1.5万字
自己原创的毕业论文,仅在本站独家出售,重复率低,推荐下载使用

摘要 随着信息技术的不断发展,数字图像处理技术越来越多地被应用在各个领域。图像处理成为一门日益引人注目、前景远大的学科,而MATLAB语言以强大的科学运算、灵活程序设计流程、高质量的图形可视化与界面设计、与其他程序和语言便捷的接口功能,成为当今国际上科学界最具影响力、最有活力的软件。
本课题利用MATLAB的图形用户界面(GUI)为平台对图像处理系统进行设计和实现。本文首先阐述了数字图像处理的研究背景和研究意义;然后简介了 MATLAB GUI的基本知识,为系统的界面设计提供了理论基础;接着对数字图像处理的关键技术进行研究,包括图像增强、直方图处理、图像滤波、图像变换、图像锐化等主要技术;在对数字图像处理系统的应用需求进行分析的基础上,本文设计出数字图像处理系统的主要模块和关键算法流程,包括文件、图像编辑、图像增强、图像变换、图像滤波、图像锐化六个模块及流程;最后本文利用GUI对模块的界面进行了实现,同时给出了系统主要算法的MATLAB实现。
测试结果表明,本系统界面方便简洁,操作简单,较好地实现了系统的设计功能。同时系统具有良好的交互性,能够满足不同用户的不同需求,具有很好的发展前景。

关键词: MATLAB,GUI,数字图像处理
MATLAB-BASED DIGITAL IMAGE PROCESSING SYSTEM DESIGN AND IMPLEMENTATION
ABSTRACT With the continuous development of information technology, digital image processing technology had more and more application in various fields. Image processing is becoming a compelling, bright future subject increasingly, and MATLAB is the software with the strong scientific computing, flexible program design process, high-quality graphical visualization and interface design, and convenient interface function for other programs and languages in international scientific community now days.
This topic using MATLAB graphical user interface (GUI) as a platform for image processing system design and implementation. This paper first describes the background and significance of digital image processing; Then Introduction of basic knowledge of MATLAB GUI, provide a theoretical basis for the system interface design; then it makes a research on the key technology of digital image processing, Include image enhancement, histogram processing, image filtering, image conversion, image sharpening and other major technology; Based on the application requirements of digital image processing system, this paper design a digital image processing system of the main modules and the key algorithms, include file, image editing, image enhancement, image transform, image filtering, image sharpening six modules; Finally, this paper use GUI to implement the interface module, presenting the main algorithm MATLAB implementation.
According to system design results, we can see the system interface is concise, and operation is simple, well completion the function of system design. And has good interaction, able to meet the different needs of different users, has good prospects for development.

KEY WORDS: MATLAB, GUI, digital image processing
目录
第一章 概述 1
1.1研究背景 1
1.2研究意义 2
1.3论文组织 4
第二章 MATLAB及GUI简介 5
2.1 MATLAB 的功能和组成 5
2.1.1 MATLAB的功能 5
2.1.2 MATLAB的组成 6
2.2 MATLAB的发展历程 7
2.3 GUI简介 7
第三章 数字图像处理的关键技术 9
3.1 图像增强 9
3.1.1 图像灰度变换 9
3.1.2 灰度直方图变换 10
3.2 图像变换 11
3.2.1 傅里叶变换 12
3.2.2 离散余弦变换 12
3.2.3 Radon变换 12
3.3 图像滤波 13
3.3.1 均值滤波 13
3.3.2 中值滤波 14
3.4 图像锐化 14
第四章 数字图像处理系统的设计 16
4.1 设计原则 16
4.2 设计的一般步骤 16
4.3 系统的功能模块设计 17
4.4 窗口界面的实现 18
第五章 数字图像处理系统的实现 21
5.1 文件模块 21
5.2 图像编辑模块 23
5.3 图像增强模块 25
5.4 图像变换 28
5.5 图像滤波 32
5.6 图像锐化 34
第六章 总结与展望 36
6.1 总结 36
6.2 展望 36
致 谢 37
参考文献 38