毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

C++图像去雾算法研究+文献综述

时间:2018-04-17 21:25来源:毕业论文
论文首先回顾现有的单幅图像去雾算法,然后详细介绍了一种基于拉普拉斯金字塔和高斯金塔的多尺度融合的图像去雾算法。算法框架为:对原始雾天图像分别作白平衡处理和对比度增

摘要本论文研究单幅图像的去雾算法。论文首先回顾现有的单幅图像去雾算法,然后详细介绍了一种基于拉普拉斯金字塔和高斯金塔的多尺度融合的图像去雾算法。算法框架为:对原始雾天图像分别作白平衡处理和对比度增强处理,得到两幅图像;然后选取三个测度权重(亮度、色度、显著度),分别对两幅图像进行处理,筛选出图像的主要信息;最后,基于拉普拉斯金字塔和高斯金字塔对筛选出的信息进行多尺度融合,得出复原图像。本文在C++环境下对算法进行了实现,并选取40幅雾天图像进行测试。测试结果显示:有薄雾的图像,算法效果较好,去雾成功率高;而对有浓雾的图像,效果不理想。21342
关键词  图像融合   高斯金子塔   拉普拉斯金子塔   对比度增强   图像去雾
毕业论文设计说明书(论文)外文摘要
Title    On Image Dehazing Algorithm                     
 Abstract
The algorithm of dehazing images is studied in this thesis. First, the thesis reviews the state-of-the-art algorithms. Then, a detail algorithm of dehazing images is depicted. This algorithm is a multi-fusion based dehazing method which applys the Laplacian pyramid and Gaussian pyramid. The framework of the technique consists of three steps: First of all, the algorithm conducts the white-balance and contrast enhancement on the original hazy image separately and derives two different images. Then, in order to blend the information of the derived two images effectively and preserve the regions with good visibility, the algorithm filters their important features by computing three measures: luminance, chromaticity and saliency. At last, the algorithm uses a Laplacian pyramid representation in a multi-scale fashion to minimize artifacts introduced by the weight maps. The thesis tests forty images in C++ environment and the experimental results show that the algorithm performs well on thin haze but fails to deal with dense haze.
Keywords  image fusion  Gaissian pyramid  Laplacian pyramid  
contrast enhancement  single image dehazing
 目  录
1 绪论    1
1.1  课题研究背景及意义    1
1.2  现有的去雾算法介绍    2
1.3  本文的去雾算法及论文章节安排    3
2  基于多尺度图像融合的去雾算法    6
2.1  白平衡处理和对比度增强处理    6
2.2  依据测度权重筛选主要信息    11
2.3  多尺度融合    14
3  测试效果和结论    18
3.1  实验结果    18
3.2  结果分析    20
结  论    23
致  谢    24
参考文献25
1 绪论
1.1  课题研究背景及意义
在户外场景中,计算机视觉系统已经得到了广泛应用,如导航与制导、目标识别与跟踪、遥感、视频监控、无人驾驶汽车和无人机等。然而,目前的大多数系统鲁棒性不好,极易受到天气条件的影响。遇到雾、霾等天气时,悬浮在空气中的液滴、气溶胶以及固体微颗粒物会对光线产生折射,散射或吸收等作用,从而严重降低户外的水平能见度,导致成像系统采集的图像质量大幅度下降,这已经成为阻碍视觉系统广泛应用的重要因素[1]。
大气粒子对光线产生的作用主要有吸收和散射两种[2]。在近红外波段,主要为对光线的吸收作用;而在可见光范围内,大气粒子的散射作用占主导。随着成像系统到物体距离的增加,大气粒子对光线的散射作用,对成像系统的影响逐步增强。这种影响可分解为两个过程:⑴由于大气粒子的散射作用,部分大气光进入了成像系统。⑵在传输到成像系统的过程中,大气粒子对物体表面反射光的散射作用。作用的综合结果为采集到的图像偏色严重,对比度低,且拍摄到的远景模糊。 C++图像去雾算法研究+文献综述:http://www.751com.cn/jisuanji/lunwen_13502.html
------分隔线----------------------------
推荐内容