搜索资源列表
darktest 暗影去雾算法
- 暗影去雾算法,能实现雾天图像的去雾!很有效果-Shadow to fog algorithm to achieve image fog fog!
110202
- 一种新的基于物理模型的快速单幅 图像去雾算法-a novel fast defogging method based on the atmospheric scattering model.
基于视网膜感受野三高斯模型的单幅图像去雾方法
- 我们提出一种新的对比度增强的去雾方法——基于视网膜神经元感受野非经典侧抑制三高斯模型的单幅图像去雾方法。该方法首先针对全局对比度调整,借用CLAHE 算法的“限制对比度”的思想,通过限制全局直方图的高度来对全局直方图均衡化限制对比度的拉伸曾度,然后进行基于视觉特性的三高斯局部细节增强,增加图像的细节信息和景物的深度感。
图像去雾算法源代码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,
基于直方图优化的图像去雾技术
- 基于matlab的图像复原系统,图像直方图均匀化做的很好,可以提供一个参考。集思广益!!!(This is a matlab code based image fog system, simple and practical. Please refer to the source file for details.)
基于直方图优化的图像去雾技术
- 通过直方图增强技术的相关研究,采用直方图优化的方法实现去雾算法,(Fog removal algorithm based on histogram optimization)
img_dehaze
- 基于自适应直方图均衡的图像去雾算法,opencv和树莓派支持(Haze removal based on adaptive histogram equalization,opencv and Raspberry Pi3 supported)
图像去雾综合版本
- 针对网上最好的去雾算法,整理得到图像去雾综合版本(In view of the best fogging algorithm on the Internet, a comprehensive version of the image demogging version is obtained.)
引导滤波
- 何开明引导滤波去雾算法matlab实现引,导滤波在滤波的同时,具有保边缘的特效,考虑了空间因素,可以用在图像去雾算法中对透射率t的优化中,能起到很好的效果(Matlab implementation of He Kaiming guided filtering algorithm)
图片去雾
- 提供了13种图片去雾增强方法,有直方图均衡,clahe,暗原色算法,改进的暗原色算法,实时去雾,引导滤波去雾,天空去雾等,同时给出图像增强前后图像质量评价,可以对jpg,bmp等图片格式进行去雾增强处理,效果非常好(13 kinds of image de fog enhancement methods are provided, including histogram equalization, CLAHE, dark original color algorithm, improved da
视频去雾
- 本程序提供了可针对有雾,阴暗视频流文件如avi,mpg文件进行实时去雾增强处理,提供的算法有9种,暗原色,retinex,msr,msrcr,快速去雾,引导滤波去雾,clahe等,同时给出了判断场景是有雾场景还是阴暗场景,效果非常好!(This program provides fog, dark video stream files such as AVI, MPG file for real-time fogging enhancement processing. There are 9 k
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
defog
- 图像去雾算法FPGA实现,使用xilinx Vivado开发环境(Image dehazing algorithm FPGA implementation using xilinx Vivado development environment)
DehazorNew
- 暗通道先验图像去雾算法,能实现较为良好的去雾效果(Dark Channel Prior Image Defogging)
何凯明经典去雾算法
- 何凯明图像去雾算法源代码实现,基于暗通道先验的算法,非常有效果(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.)
基于偏振信息的图像去雾算法研究
- 一种利用图像偏振信息的去雾方法,利用偏振成像系统获取 3个任意角度或 2个正交角度偏振 图像作为输入。(one kind of fog removing method Law base on image plarization information.Using polarization imaging system to obtain 3 arbitrary angle or 2 orthogonal angle polarization images as input)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进