搜索资源列表
darkchannelpriordehazing
- 基于暗原色先验的单一图像去雾算法 香港中文大学的一篇论文-dark channel prior dehazing single image dehazing using dark channel prior
antongdao
- 应用了一种简单但有效的图像先验规律即暗原色先验规律,来为单幅图像去雾。-Application of a simple but effective rules that dark color image prior law prior to the single image to the fog.
darkchannelprior
- 雾天图像处理,利用暗原色先验进行图像处理。-dark channel prior
DarkChannelPiror
- 本例程为基于暗原色先验原理的去雾例程,工程在VS2005下调用openCV2.0库可以完成去雾演示。-it s for picture remove fog.
darkchannel
- 改进的暗原色先验算法 适用于实时处理系统 比原始程序要快很多但是质量有所降低-Improved algorithm for the dark color priori real-time processing system is much faster than the original program but the quality has decreased
AccMadFrog
- haze removal 去雾 defrog 暗原色先验 按照dark channel prior暗原色先验写的 图像去雾的小程序-haze removal defrog dark channel prior
image-dehazing-based-on-opencv
- Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaimi
SPIEHaze2012
- 单幅图像去雾新方法(先加噪声再利用暗原色先验去雾)-Removal of Haze and Noise from a Single Image
defogging
- 该程序主要是实现基于暗原色先验进行的去雾程序,希望对进行此项研究的人有所帮助-The program is used to dehazing,which is based on dark channel.
code-and-image
- 何凯明的《Single Image Haze Removal Using Dark Channel Prior》论文中的代码,基于暗原色先验的图像去雾算法,对户外图像去雾有很好的效果-this code is of the paper"Single Image Haze Removal Using Dark Channel Prior",the function is removing haze based on Dark Channe
Haze-Removal_VCPP6.0
- 图像除雾,采用暗原色先验算法、暗原色先验改进算法及图像增强算法进行图像除雾-Image defogging, dark colors priori algorithm, dark colors priori improved algorithms and image enhancement algorithm for image defogging
098398slides
- 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,对致力于图像处理方面的人士有很大帮助。-The general content is presented foggy image to a thing called dark colors priori, very clever, those interested can look at. Using Ope
oinaib3da
- 改进的暗原色先验算法 适用于实时处理系统 比原始程序要快很多但是质量有所降低--Improved algorithm for the dark color priori real-time processing system is much faster than the original program but the quality has decreased
dark_channel_new
- 单幅图象的暗原色先验去雾改进算法,能够很好地改进天空或明亮部分色彩失真,matlab代码注解详细,能很好地帮助理解算法过程。-improvement of a single image dehazing algorithm using dark channel prior,solving the problem of color distortion of sky and bright part!Having a good explai
HeKaiming_hazeremoval_CN_Matlab
- 基于暗原色先验的单一图像去雾方法.何恺明的中文原版-Single Image Haze Removal Using Dark Channel Prior。Kaiming He
DarkchannelPriorDehazeCProgram
- 改进的基于暗原色先验图像去雾算法,采用C语言实现,有耗时统计和效果显示,对做去雾研究的人员有一定的参考价值。-this is a program exe coded by the c language, there are time cost and the result display,then is refered as a standard to the dehaze.
暗原色先验
- 基于何凯明博士,暗原道先验方法的图像去雾处理(According to Dr. He Kaiming's algorithm for de-fog algorithm based on dark aura)
算法
- 用暗原色先验算法实现单幅图像的去雾,估计透射率,背景光,抠图细化,恢复原图像(To achieve a single image to fog, using dark channel prior estimation of background light transmittance, matting, refinement, to restore the original image)
MOSHUNHU
- 在这篇论文当中,我们提出了一种简单但是有效的图像先验规律——暗通道先验来为单一的输入图像去雾。暗原色先验来自对户外无雾图像数据库的统计规律,它基于经观察得到的这么一个关键事实——绝大多数的户外无雾图像的每个局部区域都存在某些至少一个颜色通道的强度值很低的像素。利用这个先验规律建立的图像去雾模型,我们可直接估算雾的浓度并且复原得到高质量的去除雾干扰的图像。对户外各种不同的带雾图像的处理结果表明了暗通道先验的巨大作用。同时,作为去雾过程中的
cvpr09defog(matlab)
- 暗原色先验的视频去雾算法 matlab实现(the code of defog using dark-chanel prior algorithm)