登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 电子信息工程 > 正文

数字图像增强及去噪技术的研究与应用毕业论文

 2021-09-29 06:09  

摘 要

对于低光照和低对比度图像,我们往往希望知道图像的细节信息。本文通过对基于直方图增强理论和技术的研究与分析,选择基于模糊逻辑的增强算法来处理低光照彩色图像。该算法分为模糊、隶属值修改、去模糊三部分,基于两个关键性参数,均值M和对比强度K。经实验验证,该算法在高亮度区域存在过增强的缺陷,本文通过调整去模糊函数,将对比强度K与图像均值和方差建立联系对算法进行改进,并结合白平衡与量化技术增强图像,实验证明改进的算法效果显著。本文还将两种增强算法相结合,对图像进行二次增强,实验结果显示该做法可改善增强效果。

图像在增强后,其包含的噪声信号也随之增强。本文采用基于DCT变换分块去噪算法进行去噪。将图像分块,对每块图像作DCT变换,阈值处理后再反变换回来。最后每个像素点的值由重叠块中像素点值加权平均得到。实验显示该算法去噪效果显著。

本文最后结合以上增强和去噪算法,完成增强及去噪应用系统的设计,并对低照度环境下实际拍摄的图像画面进行处理。处理结果显示该系统可以较好地改善低光照图像的显示效果,在实际需求中,可用于对夜间视频监控画面进行处理。

关键词:图像增强;图像去噪;模糊逻辑;白平衡;DCT变换

Abstract

For low bright and low contrast images,we always want to know the details of them.By discussing and analyzing the image enhancement algorithms based on histogram,A image enhancement method based on fuzzy-logic and histogram is chosen to process low bright color images.The algorithm consists of three stages: image fuzzification, modification of membership values and image defuzzification, based on two vital parameters M and K,where M is the average intensity value of the image,and K is the contrast intensification parameter.This method has drawbacks in process the high bright region of images.To improve the algorithm,this paper adjusts the function of modification of membership values,makes K related to the mean and the variance of images and combines the technology of color balance and quantification , which is shown significant performance in experiments.This paper also combines the two enhancement algorithm to make images enhanced twice.And results of experiments show it can improve the enhance effect.

After the enhancement of an image,its noisy signals would be enhanced as well.In this paper, the denoising method based on DCT transformation is used.First dividing the image into patches, for each patch,make DCT transformation and threshold processing,then make DCT inverse transformation.Finally, each pixel value is the aggregation and average of pixels’ value in overlapping blocks.Experiments shows this algorithm has a remarkable denoising effect.

This paper combines the above discussed techniques to design an images enhancement and denoising system.Then to process the low bright photos taken at night with the system.The process results show that this system can improve the visual performance of low bright photos,and can be applied to monitoring pictures at night.

Key Words:image enhancement;image denoising;fuzzy-logic;color balance;DCT transformation

目 录

摘要..................................................................................................................................................I

Abstract...........................................................................................................................................II

第1章 绪论 1

1.1 背景意义 1

1.2 图像增强及去噪研究现状 1

1.2.1 图像增强算法概述 1

1.2.2 图像去噪算法概述 2

1.2.3 图像质量评价指标 3

1.3 本文的主要工作 3

1.4 本文的结构安排 4

第2章 基于直方图变换的图像增强算法 5

2.1 限制对比度自适应直方图均衡化增强算法 5

2.1.1 CLAHE增强原理 5

2.1.2 算法实现步骤 6

2.1.3 实验结果及分析 6

2.2 基于模糊逻辑和直方图增强算法 8

2.2.1 模糊逻辑原理 8

2.2.2 算法描述及实现步骤 8

2.2.3 实验结果及存在的问题 9

2.3 本章小结 11

第3章 基于模糊逻辑的自适应增强算法 12

3.1 算法描述 12

3.1.1 参数分析 12

3.1.2 去模糊函数修正 12

3.1.3 量化 13

3.1.4 实验结果与分析 14

3.2 色彩平衡 15

3.2.1 色彩平衡原理及实现 16

3.2.2 实验结果与分析 16

3.3 算法流程图 17

3.4 实验结果与分析 17

3.5 改进算法结合CLAHE的二次增强 19

3.6 本章小结 20

第4章 彩色图像增强及去噪技术的应用 21

4.1 图像去噪 21

4.1.1 块匹配去噪 21

4.1.2 基于DCT域分块去噪 23

4.2 彩色图像增强及去噪的应用 26

4.2.1 应用系统框架 26

4.2.2 实验结果及分析 26

4.3 本章小结 28

第5章 总结与展望 29

5.1 全文总结 29

5.2 下一步工作展望 29

参考文献 30

致 谢 32

第1章 绪论

1.1 背景意义

随着图像采集技术的发展,大量的图像数据被产生。为了更好地利用这些图像数据,我们需要对这些数据进行处理,从而得到机器或人感兴趣的部分。图像作为一种传递信息的媒介,其传递过程往往包含采集、压缩、编码等步骤,而在实际应用中,上述的任何一个步骤都可能会降低图像的质量,图像携带的信息因此而丢失或无法被正常识别。例如在采集过程中,光照的强弱会使采集的图像光照不均,导致一些细节信息无法被直观地观察到;或是在传递过程中由于机械设备的振动而不可避免得引入噪声。因此,与图像应用场合相适应的增强及去噪方法应运而生。

日常生活中,人们越来越喜欢使用数码相机来记录图像,但是家用型的数码相机往往性能较低,性能好的也往往伴随着高昂的费用,如何在有限的设备条件下拍摄出高质量的照片也是我们所关注的。由于场景条件的限制,如昏暗的光线下、阴雨天等,在拍摄彩色图像时不可避免得会出现光照不均、颜色失真等问题。针对这些问题,可以通过使用相应的图像处理技术,来改善图像的显示效果,突出机器或人感兴趣的部分。并为后续的图像分析及理解做好准备。

图像采集和处理的过程中,随时都可能引入各种各样的噪声。因此图像去噪是图像处理技术中基础且十分关键的一部分。然而,我们都知道噪声信号是高频信号,而图像的边缘信息也具有高频特性。这就意味着,在去噪过程中边缘信息或多或少得都会被当做噪声信号而被消除。图像因此变得模糊。评价一个去噪算法的优劣,在某种程度上,就是看该算法是否能在去除噪声的同时保留边缘信息。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图