博客
关于我
【信息技术】【2011.05】【含源码】数字图像处理与图像恢复
阅读量:262 次
发布时间:2019-02-28

本文共 1603 字,大约阅读时间需要 5 分钟。

640?wx_fmt=jpeg

本文为芬兰赫尔辛基应用科学大学作者:Akewak Jeba)的学士论文66

 

本项目的主要目标是分析用于增强图像的数字图像处理方法本课题包括数字图像处理的主要概念如何利用一些技术对其进行处理并对这些技术进行比较提出哪一种处理数字图像的方法比较容易这些技术的目标包括降低噪声增强对比度和图像锐化本文还分析了彩色图像的处理方法并提出了恢复彩色图像的方法本项目采用了MATLAB仿真软件对数学算法进行了编程和测试以找出所需的输出结果在这个项目中数学分析是基本的核心一般来说空域和频域方法在不同的技术中都是重要且适用的本项目试图展示空域和频域方法的比较及其优缺点本项目还建议在许多其他图像处理应用程序中进行更多的研究以证明这些方法的重要性

 

The main goal of the project is to analyze the methods of digital image processing that are used to enhance an image. This project included the main concept of digital image processing, how to process it using some techniques and compare the techniques and suggest which one is easy to deal with digital images. The targets of the techniques include reducing noise, contrast enhancement and image sharpening. This project also analyzed the methods on color images and suggested the ways in order to restore images. The method used to carry out the project was MATLAB software. Mathematical algorithms were programmed and tested for the result to find the necessary output. In this project mathematical analysis was the basic core. Generally the spatial and frequency domain methods were both important and applicable in different technologies. This project has tried to show the comparison between spatial and frequency domain approaches and their advantages and disadvantages. This project also suggested that more research have to be done in many other image processing applications to show the importance of those methods.

 

1 引言

2 理论背景

3 空域图像增强与变换

4 频域图像增强

5 图像恢复

6 空域和频域方法分析与结果

7 结论

附录1 空域算法的源代码

附录2 频域算法的源代码 

640?wx_fmt=jpeg

推荐公众号:电力电子技术与新能源

640?wx_fmt=jpeg

推荐公众号:MATLAB基于模型的设计

640?wx_fmt=jpeg

下载英文原文请点击“阅读原文”

转载地址:http://rglp.baihongyu.com/

你可能感兴趣的文章
mysql innodb通过使用mvcc来实现可重复读
查看>>
mysql insert update 同时执行_MySQL进阶三板斧(三)看清“触发器 (Trigger)”的真实面目...
查看>>
mysql interval显示条件值_MySQL INTERVAL关键字可以使用哪些不同的单位值?
查看>>
Mysql join原理
查看>>
MySQL Join算法与调优白皮书(二)
查看>>
Mysql order by与limit混用陷阱
查看>>
Mysql order by与limit混用陷阱
查看>>
mysql order by多个字段排序
查看>>
MySQL Order By实现原理分析和Filesort优化
查看>>
mysql problems
查看>>
mysql replace first,MySQL中处理各种重复的一些方法
查看>>
MySQL replace函数替换字符串语句的用法(mysql字符串替换)
查看>>
mysql replace用法
查看>>
Mysql Row_Format 参数讲解
查看>>
mysql select, from ,join ,on ,where groupby,having ,order by limit的执行顺序和书写顺序
查看>>
MySQL Server 5.5安装记录
查看>>
mysql server has gone away
查看>>
mysql skip-grant-tables_MySQL root用户忘记密码怎么办?修改密码方法:skip-grant-tables
查看>>
mysql slave 停了_slave 停止。求解决方法
查看>>
MySQL SQL 优化指南:主键、ORDER BY、GROUP BY 和 UPDATE 优化详解
查看>>