搜索资源列表
haze_removal
- 基于暗通道先验的图像去雾算法,算法基于室外无雾图像的通道中至少有一个通道的灰度值很低。-dark channel prior to remove haze from a single input image
CPU
- 基于暗通道先验理论图像去雾,在vc平台下实现,用到了引导滤波替代软抠图法-Based on the theory of dark channel prior image to fog, in vc platform, use the guide filter replacement soft matting method
haze-removal(two-ways)
- 在MATLAB环境下,对雾气图片进行处理,采用自适应的直方图均衡化和暗通道先验两种方法进行了比较~-The comparsion for single image haze removal by using dark channel prior and retinex frankle mccann
Haze-Removal
- 何恺明在CVPR会议上——基于暗通道先验的单幅图像去雾技术-Single Image Haze Removal Using Dark Channel Prior
dartchannel
- 简单的暗通道先验方法,没有使用软抠图;处理时间较短;-this is a simpledark channel prior method without using soft matting and the time using is short
Ho-Kai-Ming-Best-Paper-in-CVPR
- 何恺明在CVPR会议上的最佳论文,基于暗通道先验的单幅图像去雾技术,演讲ppt,以及主要matlab程序 -Ho Kai Ming Best Paper in CVPR meeting, based on a priori dark passage to a single image fog technology, presentation ppt, and the main matlab program
dark_channel_matlab
- 何凯明暗通道先验法进行单幅图像去雾的实现。 严格按照每一步编程。步骤清晰,代码易懂,更改图片路径后便可执行。-Make a single image to achieve HE dark fog channel priori method. In strict accordance with each step programming. Step clear, easy to understand code, change the image path after the executa
haze
- 基于暗通道先验的去雾算法,使用导向滤波进行细化透射图估计。-Based on a priori go dark passage fog algorithm using guided transmission filter to refine the estimated figure.
dehaze
- 基于暗通道先验的图像去雾,根据暗通道先验恢复含雾图像,简单实用。-Based on the image to go to the dark passage priori fog, according to the dark channel prior recovery images contain fog, simple and practical.
yuanchengxu
- 本源码基于MATLAB R2010b基础上,通过GUI架构的支持下,设计了基于暗通道先验法对有雾图像的去雾系统。-The source code based on MATLAB R2010b basis, through support GUI architecture, the design method based on a priori dark passage foggy image defogging system.
adapt-physical-model-defog
- 基于暗通道先验知识的自适应物理模型方法实现单幅图像去雾算法的代码。可实现一定效果-Based on dark channel prior knowledge of adaptive physical model method of single image to fog algorithm code. Can achieve a certain effect
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.)
暗通道先验(DCP)
- kaming he 的暗通道去云文章,匹配之前上传的代码(The dark channel of Kaming he goes to the cloud, and matches the code uploaded before)
MOSHUNHU
- 在这篇论文当中,我们提出了一种简单但是有效的图像先验规律——暗通道先验来为单一的输入图像去雾。暗原色先验来自对户外无雾图像数据库的统计规律,它基于经观察得到的这么一个关键事实——绝大多数的户外无雾图像的每个局部区域都存在某些至少一个颜色通道的强度值很低的像素。利用这个先验规律建立的图像去雾模型,我们可直接估算雾的浓度并且复原得到高质量的去除雾干扰的图像。对户外各种不同的带雾图像的处理结果表明了暗通道先验的巨大作用。同时,作为去雾过程中的副产品,我们还可获得该图像高质量的深度图。(Single I
去雾
- Single Image Haze Removal Using Dark Channel Prior 暗通道先验何凯明经典去雾算法(Single Image Haze Removal Using Dark Channel Prio)
HEs
- 何凯明经典暗通道先验去雾算法程序实现,程序本人实测(He Kaiming classic dark channel prior fog removal algorithm)
去雾
- 图像去雾代码:暗通道先验,中值滤波,导向滤波(Image defog Code: dark channel prior, median filtering, guided filtering)
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)
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件