CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dark channel

搜索资源列表

  1. darkchannel

    0下载:
  2. 用matlab实现了暗通道图像增强,完整源代码,出自暗通道增强算法的提出者。-Dark-channel image enhancement, complete source code from the authors of the dark channel enhancement algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3026
    • 提供者:song
  1. defog

    0下载:
  2. 用MatLab实现图片的雾化效果的去除,有四种方法(haze removal)-haze removal using Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1912
    • 提供者:syid Lee
  1. image-dehazing-based-on-opencv

    1下载:
  2. Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
  3. 所属分类:OpenCV

    • 发布日期:2014-01-10
    • 文件大小:75972
    • 提供者:张东海
  1. code-and-image

    3下载:
  2. 何凯明的《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 Channel Prior algorithm ,
  3. 所属分类:matlab例程

    • 发布日期:2014-01-10
    • 文件大小:4825622
    • 提供者:wangfangfang
  1. DefogDlgDemo

    0下载:
  2. 一个图像去雾/增强的程序,效果挺好的,特别是对于灰色的天气比dark channel方法好-a defog program with good result
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-10
    • 文件大小:4786218
    • 提供者:sindo
  1. darkchannelprior

    0下载:
  2. 雾天图像处理,利用暗原色先验进行图像处理。-dark channel prior
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4825268
    • 提供者:王森
  1. dark-channel

    0下载:
  2. 寻找最低像素值的matlab实现:通过图像矩阵的循环查找,能实现最低像素值的快速寻找-Matlab find the lowest pixel value to achieve: to find the cycle through the image matrix, to achieve the minimum pixel value Quick Find
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:584
    • 提供者:跨世纪
  1. Dark Channel Piror

    1下载:
  2. 本例程为基于暗原色先验原理的去雾例程,工程在VS2005下调用openCV2.0库可以完成去雾演示。-it s for picture remove fog.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-15
    • 文件大小:4922728
    • 提供者:
  1. a-new-method-of-fog

    0下载:
  2. 基于暗通道优先的单幅图像去雾新方法 暗通道优先去雾方法是建立在户外自然场景暗通道优先法则的基础上的去雾方法-Priority based on a single image the dark tunnel to a new method of fog dark channel priority to fog method is based on natural outdoor scenes dark channel based on priority rule method to fog
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2095512
    • 提供者:luhonghui
  1. AccMadFrog

    0下载:
  2. haze removal 去雾 defrog 暗原色先验 按照dark channel prior暗原色先验写的 图像去雾的小程序-haze removal defrog dark channel prior
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6000360
    • 提供者:山丘之王
  1. defogging

    0下载:
  2. 该程序主要是实现基于暗原色先验进行的去雾程序,希望对进行此项研究的人有所帮助-The program is used to dehazing,which is based on dark channel.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49750
    • 提供者:李娜
  1. haze_removal

    2下载:
  2. 基于暗通道先验的图像去雾算法,算法基于室外无雾图像的通道中至少有一个通道的灰度值很低。-dark channel prior to remove haze from a single input image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2054939
    • 提供者:张世玉
  1. Image-Haze-Removal

    0下载:
  2. 2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的相关论文,ppt以及matlab代码. Dark channel prior 是一种对无雾的图像的统计规律:在无雾图像中,大部分图像块中至少有一个颜色通道具有很小的颜色强度值。利用dark channel prior,可以直接从一幅有雾的图像中估计出雾的浓度,并恢复出高质量的去雾图像。-CVPR best paper in 2009 (He Kai Ming Single Image Removal Haze is the Usin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-12
    • 文件大小:22296852
    • 提供者:徐宏亮
  1. dark_channel_new

    1下载:
  2. 单幅图象的暗原色先验去雾改进算法,能够很好地改进天空或明亮部分色彩失真,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 explain of the code,which could be
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:414800
    • 提供者:jack
  1. dark_channel_opencv

    0下载:
  2. 基于暗通道的去雾程序,电子透雾,基于opencv1.0的实现。-Demister program based on dark channel through electronic fog, implementations based opencv1.0.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:3289
    • 提供者:yeah
  1. HazeRemoval-DarkChannel-

    0下载:
  2. 图像通过暗通道可以得到图像的近似深度信息,这些信息可以实现图像的复原-The image can be obtained through the dark channel approximation of the image depth information, which can achieve the recovery of the image
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:6579705
    • 提供者:baicuixia
  1. HeKaiming_hazeremoval_CN_Matlab

    1下载:
  2. 基于暗原色先验的单一图像去雾方法.何恺明的中文原版-Single Image Haze Removal Using Dark Channel Prior。Kaiming He
  3. 所属分类:Special Effects

    • 发布日期:2016-05-12
    • 文件大小:679936
    • 提供者:wang fei
  1. darkchannel

    1下载:
  2. 此程序是“Single Image Haze Removal Using Dark Channel Prior”的程序,效果较为理想-This program is" the Single Image Haze Removal Using Dark Channel Prior" program, the effect is more ideal
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-05-21
    • 文件大小:488448
    • 提供者:asd
  1. dark-channel

    0下载:
  2. matlab代码实现的去雾处理,有参考图片-matlab code to fog treatment, reference picture
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:355972
    • 提供者:lizhichao
  1. xcldefogging2

    0下载:
  2. 这是一种基于暗色通道的去雾算法。利用一些闲言条件设置去雾参数。-Is this the demisting algorithm based on the dark channel. Without further ado conditions set to fog parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:1587
    • 提供者:贞跃
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com