- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
北京..大学毕业设计(论文)
图像降噪中边界保持平滑滤波方法研究
姓名:
学号:
指导老师:
摘要
当今社会是信息数字化时代,不管是学习,生活全部和信息数字紧密相关联,其中数字图像处理在其中占有着举足轻重地位。二十一世纪,数字图像处理技术高速发展,并广泛应用于识别领域,医学领域,体育领域等。
平滑滤波是图像处理学基础.最基础滤波方法是均值滤波和中值滤波,这两种滤波方法对噪声全部有抑制作用而且算法简单,不过造成图像变模糊尤其是边缘变模糊是无可避免。即使将滤波器加权后,效果有所改善,但理论是近似,所以效果仍不显著。
为了改善边缘模糊,我们发觉只要处理好灰度改变显著边缘,图像就会达成一个很好效果,要最大程度保持图片清楚,期望在进行平滑处理同时,检测出景物边界,然后对噪声进行处理。
本文用matlab编辑算法实现中值滤波,均值滤波,最小方差滤波,k近邻滤波对噪声处理,并进行性能分析和比较。
关键词:matlab;中值滤波;均值滤波;最小方差滤波;k近邻滤波
Abstact
Modern society is digital , whether learning or life is closely associated with digital information, including digital image processing in which occupies a pivotal position .21 century, the rapid development of digital image processing technology widely used in the field of identification, medicalfication, the field of sports. The smoothing filter is the basis of image processing. The most basic filter is the mean filter and median filter, both filtering noise inhibited and the algorithm is simple, but lead to the edge of the image blurred without avoidable. Although the effect is improving ,the theory is approximate, so the effect is still not clear. In order to improve the edge blur, we found that handling the gray-scale variation significant edge, the image will reach a good effect, To the maximum extent to maintain the clarity of the picture, while performing smoothing processing, a scene boundary is detected, then, the noise is processing. In this paper, using matlab algorithm for editing median filtering, mean filtering, minimum variance filtering, k-nearest neighbor filtering noise processing and analysis and comparison of performance.Keywords: matlab; median filter; mean filter; minimum variance filtering; k nearest neighbor filter
目录
TOC \o 1-3 \h \z \u 摘要 I
Abstact II
第1章:绪论 1
1.1 课题背景 1
1.2研究目标 1
1.3研究内容 1
1.4论文的组织安排 2
第2章 平滑滤波的相关知识 3
2.1噪声的相关知识 3
2.1.1 噪声的定义 3
2.1.2在matlab中添加噪声 4
2.2彩色图像的分解 5
2.3平滑的概念 6
2.3.1空间域方法 7
2.3.2频率域方法 7
2.3.3平滑算法 7
2.4峰
文档评论(0)