搜索资源列表
REtinex
- retinex算法 双边滤波器 去雾图像-retinex filter
Retinex
- 本文实现了Retinex算法,支持对图像的去雾灯操作,是一种图像增强的方法。-this paper present a new image strength method-Retinex impliment by opencv
matlab_retinex_frankle_mccann
- matlab程序Retinex算法直方图算法去雾图像清晰化处理程序-matlab program Retinex algorithm histogram algorithm to fog image is clear handler
xclhsvmsr
- 这是基于HSV色彩空间的RETINEX的去雾算法!有神奇的效果~-This is based on the HSV color space of the Retinex algorithm to fog! Have a magical effect to
retinex_matlab
- 基于多尺度retinex算法的图像去雾代码。已测试,能直接运行,能较好得去雾并保留原图色彩。-Haze Removal using multi-scale retinex algorithm.
Retinex
- 一个修改后的多尺度retinex图像增强算法源代码,经验证效果不错!去雾效果也行!-A modified multiscale retinex image enhancement algorithm source code, proven good results! To fog effects are OK!
RETINEX
- retinex 算法,用于图像动态范围的压缩或者图像去雾,实现反射层和照度层的分离-retinex widely used in tone mapping
MSR_fft
- 多尺度Retinex去雾算法,能有效实现雾霾天获取的模糊图像去雾-Multi-scale Retinex defogging algorithm can effectively achieve defogging defogging
Retinex
- Retinex图像去雾算法,包含源码和典型测试图像,能很好地保留细节。-Retinex image defogging algorithms, including source code and test images typical, well preserved details.
retinex
- retinex多尺度去雾算法,可以运行。-Retinex multi- scale de- fog algorithm
图片去雾
- 这个按照作者的所说的方法做了一些改动,效果还可以,速度很快,程序实现了四种算法,Retinex算法,暗原色算法,Retinex HE,RetinexBF,可以对输入的图片进行处理,格式可以是jpg,bmp等,可调节的参数是大气光(According to this method that the author has made some changes, the effect can also be very fast, procedu
视频去雾
- 这个按照作者的所说的方法做了一些改动,效果还可以,速度很快,程序实现了四种算法,Retinex算法,暗原色算法,Retinex HE,RetinexBF,可以对输入的视频进行处理,,视频格式可以是avi,mpg等,可调节的参数是大气光(According to this method that the author has made some changes, the effect can also be very fast, proc
retinex算法
- Retinex算法 用于去雾以及强光照,在图像处理当中尝尝扮演重要的角色。(The Retinex algorithm is used to remove fog and light, and try to play an important role in image processing.)
改进Retinex
- 对Retinex算法进行修正,提高去雾效果(Amend the Retinex algorithm to improve the effect of fog removal)
1
- 图形图像雾霾去雾的基础算法之一,Retinex算法是多尺度Retinex算法以及单尺度算法的基础算法(One of the algorithms for fogging)
Retinex fogging algorithm
- matlab 中Retinex 去雾算法的具体实例,亲测有效(The specific example of Retinex fogging algorithm in MATLAB.)
视频去雾
- 本程序提供了可针对有雾,阴暗视频流文件如avi,mpg文件进行实时去雾增强处理,提供的算法有9种,暗原色,retinex,msr,msrcr,快速去雾,引导滤波去雾,clahe等,同时给出了判断场景是有雾场景还是阴暗场景,效果非常好!(This program provides fog, dark video stream files such as AVI, MPG file for real-time fogging enhance
Retinex.m
- 基于retinex算法的图像去雾的实现。基于Matlab的开发代码,下载后直接可以使用。(Fogging view of image based on Retinex algorithm)
图像去雾
- 单尺度Retinex算法(SSR)、多尺度Retinex算法(MSR)、带彩色恢复因子的MSR算法(MSRCR)(Single-scale Retinex algorithm (SSR), multi-scale Retinex algorithm (MSR), MSR algorithm with color restoration factor (MSRCR))
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;