搜索资源列表
darktest 暗影去雾算法
- 暗影去雾算法,能实现雾天图像的去雾!很有效果-Shadow to fog algorithm to achieve image fog fog!
110202
- 一种新的基于物理模型的快速单幅 图像去雾算法-a novel fast defogging method based on the atmospheric scattering model.
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
图像去雾算法源代码c++
- 图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
图像去雾算法
- 有效处理退化后的模糊图像,使之变得清晰,从中恢复出尽可能多的有效信息变得极具意义,在消费电子、计算机图像以及计算机视觉领域都有重要价值。(Effective processing of degraded vague images to make it clear, from which to recover as much as possible effective information becomes very meaningful, in the consumer electronics,
HazeRemoval
- 图像去雾代码,包括暗通道先验去雾等几种去雾算法在内,效果良好。(Codes for image haze removal.)
Dark-Channel-Haze-Removal-master
- 暗通道优先的单幅图片去雾算法,去雾效果明显,稳定性好(SIngle Image haze removal using dark channel prior)
code
- 本算法需要两幅或多幅不同偏振角度的有雾图像,应用暗通道算法估计大气光强,最终所得的图像去雾效果较好(Fog fog removal based on polarization information)
GraduationPro2
- 运用C语言,调用opencv函数,自己也改了去雾算法,对图像去雾,来达到清晰(remove fog to clear the image)
第8讲资料
- 基于边界邻域最大值滤波的快速图像去雾算法(Fast image based on the maximum boundary neighborhood filtering algorithm to fog)
darkchanneldefog
- 基于暗通道先验理论的去雾算法,使用rgb暗通道计算大气光及透射率获得去雾图像(Since the scene radiance is usually not as bright as the atmospheric light, the image after haze removal looks dim. So we increase the exposure of J(x) for display.)
图像去雾综合版本
- 针对网上最好的去雾算法,整理得到图像去雾综合版本(In view of the best fogging algorithm on the Internet, a comprehensive version of the image demogging version is obtained.)
MATLAB CODE
- 基于何凯明博士的暗原色先验理论的图像去雾改进算法(Improved algorithm based on dark original color prior theory)
1
- 图形图像雾霾去雾的基础算法之一,Retinex算法是多尺度Retinex算法以及单尺度算法的基础算法(One of the algorithms for fogging)
image dehazing
- 包含暗原色先验、直方图均衡、hsv空间双边滤波去雾等算法(include dark chanel prior/hsv/retinex_frankle)
cvpr09 defog(matlab)
- 基于暗通道先验的图像去雾算法源代码,经调试可以顺利运行,能够处理薄雾或者浓雾遮盖的模糊图片,效果很不错。(The source code of image de haze algorithm based on a priori dark channel can run smoothly after debugging, and it can handle blurred images covered with mist or dense fog. The effect is pretty goo
何凯明经典去雾算法
- 何凯明图像去雾算法源代码实现,基于暗通道先验的算法,非常有效果(He Kaiming Image Defogging Algorithms Source Code)
何凯明图像去雾算法matlab程序与思路解读
- 何凯明图像去雾的算法MATLAB实现 以及改进(He kaiming image defogging algorithm MATLAB implementation and improvement)
卷积神经网络去雾
- 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进