搜索资源列表
2223222
- 我们给出一个模板 和一幅图象 。不难发现原图中左边暗,右边亮,中间存在着一条明显的边界。进行模板操作后的结果如下: 。 可以看出,第3、4列比其他列的灰度值高很多,人眼观察时,就能发现一条很明显的亮边,其它区域都很暗,这样就起到了边沿检测的作用。 为什么会这样呢?仔细看看那个模板就明白了,它的意思是将右邻点的灰度值减左邻点的灰度值作为该点的灰度值。在灰度相近的区域内,这么做的结果使得该点的灰度值接近于0;而在边界附近,灰度值有明显的跳变,这么做的结果使得该点的灰度值很大,这样
quwu.rar
- 此程序是“Single Image Haze Removal Using Dark Channel Prior”的程序,效果较为理想,“Single Image Haze Removal Using Dark Channel Prior”
Haze_Removal
- 翻译香港中文大学CVPR2009那片基于暗原色去雾算法,基于dark channel去雾算法论文中文版-A translation of the haze removal paper on CVPR2009
Code-for-Defrog
- 香港中文大学Dark channel prior算法实现图像的去雾-Chinese University of Hong Dark channel prior to fog the image algorithm
darkchannel
- 用matlab实现了暗通道图像增强,完整源代码,出自暗通道增强算法的提出者。-Dark-channel image enhancement, complete source code from the authors of the dark channel enhancement algorithms.
defog
- 用MatLab实现图片的雾化效果的去除,有四种方法(haze removal)-haze removal using Matlab
darkchannel
- 改进的暗原色先验算法 适用于实时处理系统 比原始程序要快很多但是质量有所降低-Improved algorithm for the dark color priori real-time processing system is much faster than the original program but the quality has decreased
hazeremoval
- 这是一个对图像进行去雾的程序,是论文Single Image Haze Removal Using Dark Channel Prior的源程序-This is an image to the fog of the program, is the thesis Single Image Haze Removal Using Dark Channel Prior source
darkchannel
- 本代码实现了用暗通道去雾算法实现图像的去雾处理。-This code realization with dark passage to the fog algorithm of image processing to the fog
darktest1
- 何凯明暗原色去雾方法的matlab程序,按此种方法进行图像去雾-He Kaiming dark color to the fog method matlab program, according to this method the image to fog
retinex_frankle_mccann
- Retinex算法对较暗区域的图像处 理有明显效果,改进的Retinex方法则是基于经典Retinex,对具有较高亮度的遥感图像通过图像变 换方法达到去除模糊的目的。 -Retinex algorithm for image processing on the dark region was effective to improve the Retinex method is based on the classic Retinex, on remote sensing images
dehaze_cvpr2009
- 2009,cvpr最佳论文,利用dark channel prior 来复原有雾的图像-2009, cvpr the best papers, the use of dark channel prior to restoration of foggy images
darkchannel
- 用MATLAB实现的darkchannel算法,实现图像去雾-Image Haze Removal Using Dark Channel
SingleImageHazeRemovalUsingDarkChannelPrior
- 该论文是CVPR2009最佳论文,提出了一种新的图像去雾方法。-In this paper, we propose a simple but effective image prior- dark channel prior to remove haze from a single input image. The dark channel prior is a kind of statistics of the haze-free outdoor images. It is bas
MARK Dehaze
- 2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-CVPR 2009 Best Paper " Single image haze removal using d
dark-channel-prior-dehaze
- 何凯明的暗原色先验图像去雾代码,能快速有效的实现图像去雾-Dark grey prior to fog algorithm based on Dr He Kaiming program, can complete the fast image to fog
Defogging-based-on-dark-channel
- 本算法采用暗通道算法和导向滤波以及改进的最小值滤波器,对图像进行去雾处理 各个函数接口参数完备,便于调试出最优效果 -The algorithm uses a dark passage and guide filtering algorithm and improved the minimum value filter, the image processing defogging each function interface parameters complete, easy to
Dark-Channel-Haze-Removal-master
- cvpr09最佳论文基于暗通道的单幅图像去雾算法-Single Image Haze Removal Using Dark Channel Prior
Dark-Channel-Haze-Removal-master
- 暗通道优先的单幅图片去雾算法,去雾效果明显,稳定性好(SIngle Image haze removal using dark channel prior)
dark_channel_dehaze
- 何凯明博士的暗通道先验去雾C++的opencv实现代码(implement of dehazing using dark channel prior)