搜索资源列表
CVPR09-best-paper
- CVPR最佳论文,暗通道去雾。这里提供了一种实现方法的源代码。-CVPR09 best paper
MATLAB-CODE
- matlab 实现暗通道去雾算法 根据cvpr论文改编-matlab channel to achieve the dark fog adaptation algorithm based on cvpr papers
darkchannel
- 用matlab实现了暗通道图像增强,完整源代码,出自暗通道增强算法的提出者。-Dark-channel image enhancement, complete source code from the authors of the dark channel enhancement algorithms.
图像去雾代码
- 暗通道优先去雾代码, 直方图去雾代码, 自适应色阶去雾代码(Dark channel priority fog code, Histogram de fogging code, Adaptive histogram defogging code)
DarkchDehazed
- 仿照何凯明暗通道去雾matlab函数,增加了直方图处理。(Modeled on the He Kaiming dark channel, the fog matlab function is increased by histogram processing.)
Image fogging
- 何恺明等人研究出的基于暗通道的经典图像去雾算法,不仅可以还原图像的颜色和能见度,同时也能利用雾的浓度来估计物体的距离。(The classic fog removal algorithm based on dark channel, which was developed by He Kaiming and others, not only can restore the color and visibility of images,
Project_4_haze removal
- 图像处理,图像去雾,何凯明博士的去雾算法,基于暗通道先验的单一图像去雾算法的显示,去雾界的顶峰之作。(Image processing, image de fog, Dr He Kaiming's fog removal algorithm, based on the dark channel prior to a single image fog algorithm, the fog to the peak of the work.)
暗通道
- matlab代码,利用暗通道方法去除薄云代码,参考kaming he的相关文献(Matlab removes thin cloud code)
暗通道先验(DCP)
- kaming he 的暗通道去云文章,匹配之前上传的代码(The dark channel of Kaming he goes to the cloud, and matches the code uploaded before)
MOSHUNHU
- 在这篇论文当中,我们提出了一种简单但是有效的图像先验规律——暗通道先验来为单一的输入图像去雾。暗原色先验来自对户外无雾图像数据库的统计规律,它基于经观察得到的这么一个关键事实——绝大多数的户外无雾图像的每个局部区域都存在某些至少一个颜色通道的强度值很低的像素。利用这个先验规律建立的图像去雾模型,我们可直接估算雾的浓度并且复原得到高质量的去除雾干扰的图像。对户外各种不同的带雾图像的处理结果表明了暗通道先验的巨大作用。同时,作为去雾过程中的
去雾
- Single Image Haze Removal Using Dark Channel Prior 暗通道先验何凯明经典去雾算法(Single Image Haze Removal Using Dark Channel Prio)
antongdao
- 基于暗通道优先算法的去雾应用Matlab(Fogging application based on dark channel priority algorithm Matlab)
HEs
- 何凯明经典暗通道先验去雾算法程序实现,程序本人实测(He Kaiming classic dark channel prior fog removal algorithm)
去雾
- 图像去雾代码:暗通道先验,中值滤波,导向滤波(Image defog Code: dark channel prior, median filtering, guided filtering)
matlab_code
- Matlab实现何凯明经典暗通道去雾算法源代码, use 软抠图 or guidedfilter(Matlab implementation of He Kaiming classic dark channel fog algorithm source code, including softmatting and guidedfilter)
eccv-10
- 实现图像基于何凯明的暗通道处理对图像进行亮度变换实现高光区的判定(The realization of image based on He Kaiming dark channel processing of image brightness transformation to achieve high light area decision.)
soft_matting
- 在暗通道先验原理的图像去雾中,广泛使用的软抠图法滤波、引导滤波的的matalab源程序(MATALAB source program of soft matting filtering widely used in image defogging based on dark channel priori principle)
DehazorNew
- 暗通道先验图像去雾算法,能实现较为良好的去雾效果(Dark Channel Prior Image Defogging)
暗通道
- 何凯明的基于暗通道去雾算法的MATLAB代码(Matlab code based on dark channel demisting algorithm)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;