博客
关于我
【信息技术】【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中json_extract的使用方法
查看>>
mysql中json_extract的使用方法
查看>>
mysql中kill掉所有锁表的进程
查看>>
mysql中like % %模糊查询
查看>>
MySql中mvcc学习记录
查看>>
mysql中null和空字符串的区别与问题!
查看>>
MySQL中ON DUPLICATE KEY UPDATE的介绍与使用、批量更新、存在即更新不存在则插入
查看>>
MYSQL中TINYINT的取值范围
查看>>
MySQL中UPDATE语句的神奇技巧,让你操作数据库如虎添翼!
查看>>
Mysql中varchar类型数字排序不对踩坑记录
查看>>
MySQL中一条SQL语句到底是如何执行的呢?
查看>>
MySQL中你必须知道的10件事,1.5万字!
查看>>
MySQL中使用IN()查询到底走不走索引?
查看>>
Mysql中使用存储过程插入decimal和时间数据递增的模拟数据
查看>>
MySql中关于geometry类型的数据_空的时候如何插入处理_需用null_空字符串插入会报错_Cannot get geometry object from dat---MySql工作笔记003
查看>>
mysql中出现Incorrect DECIMAL value: '0' for column '' at row -1错误解决方案
查看>>
mysql中出现Unit mysql.service could not be found 的解决方法
查看>>
mysql中出现update-alternatives: 错误: 候选项路径 /etc/mysql/mysql.cnf 不存在 dpkg: 处理软件包 mysql-server-8.0的解决方法(全)
查看>>
Mysql中各类锁的机制图文详细解析(全)
查看>>