搜索资源列表
defog 图像去雾
- 图像去雾
数字图像处理和去雾
- 实现图像处理的加噪声和去噪声,以及更高级的去雾功能(Fog to achieve image)
图像去雾算法源代码c++
- 图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
图像去雾
- 图像去雾、MATLAB、demo、暗通道、模糊去雾、实时去雾等(Image to fog, MATLAB, demo, dark channel, fuzzy to fog, real-time fog and so on)
darkchannel去雾
- 此程序是何恺明博士的基于暗通道先验的图像去雾的程序。(This program is Dr. He Kaiming's program based on dark channel prior to fog)
图像去雾代码
- 暗通道优先去雾代码, 直方图去雾代码, 自适应色阶去雾代码(Dark channel priority fog code, Histogram de fogging code, Adaptive histogram defogging code)
大量图像去雾源代码和图像去雾质量评价标准代码
- 大量图像去雾源代码和图像去雾质量评价标准代码,供大家学习交流使用(A large number of images to fog source code and image quality evaluation criteria for fog, for everyone to learn how to communicate and use)
基于直方图优化的图像去雾技术
- 基于matlab的图像复原系统,图像直方图均匀化做的很好,可以提供一个参考。集思广益!!!(This is a matlab code based image fog system, simple and practical. Please refer to the source file for details.)
图像去雾综合版本
- 一个采用暗通道,retinex等方法进行图像去雾处理的程序(A program using dark channel, retinex and other methods for image de-fog processing)
基于直方图优化的图像去雾技术
- 设计了GUI界面,通过matlab完成基于直方图的图像去雾(GUI MATLAB Remove Fog By GlobalHisteq)
基于直方图优化的图像去雾技术
- 通过直方图增强技术的相关研究,采用直方图优化的方法实现去雾算法,(Fog removal algorithm based on histogram optimization)
第 01 章 基于直方图优化的图像去雾技术
- 基于直方图优化的图像去雾技术,适用于图像的模糊去雾的处理(Image fogging technology based on histogram optimization)
图像去雾综合版本
- 针对网上最好的去雾算法,整理得到图像去雾综合版本(In view of the best fogging algorithm on the Internet, a comprehensive version of the image demogging version is obtained.)
基于直方图优化的图像去雾技术
- 基于直方图优化的图像去雾技术,已经调试成功,效果明显,可直接使用(The image de-fogging technology based on histogram optimization has been successfully debugged, and the effect is obvious, which can be used directly.)
去雾
- 图像去雾代码:暗通道先验,中值滤波,导向滤波(Image defog Code: dark channel prior, median filtering, guided filtering)
图像去雾
- 本代码提供了两种图像去雾方法,一个是传统的利用暗通道进行去雾,但其存在较强的白边效应;增强法结合了统计特性与暗通道很好的解决了白边问题。(This code provides two image defogging methods, one is the traditional use of dark channel for defogging, but it has a strong white edge effect; the en
何凯明图像去雾算法matlab程序与思路解读
- 何凯明图像去雾的算法MATLAB实现 以及改进(He kaiming image defogging algorithm MATLAB implementation and improvement)
图像去雾
- 从其他网址获取的资源,利用matlab实现图像去雾功能(using matlab to realize image defogging function)
基于直方图优化的图像去雾技术
- 图像去雾技术,用于图像增强的matlab实现,基于直方图(Image defogging Technology)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;