登录
首页 » matlab » ZHU算法

ZHU算法

于 2021-03-03 发布 文件大小:5470KB
0 203
下载积分: 1 下载次数: 9

代码说明:

  基于颜色衰减先验的图像去雾算法源码,作者是Zhu,大家可以作为论文中的比较算法(the matlab code of image dehazing based on color attenuation prior)

文件列表:

ZHU算法\12.bmp, 52342 , 2017-10-27
ZHU算法\1671-7775(2011)02-0205-06.pdf, 493999 , 2016-04-17
ZHU算法\24.png, 339534 , 2010-03-06
ZHU算法\airlight_he.m, 707 , 2017-10-18
ZHU算法\colorAtten.m, 552 , 2017-11-01
ZHU算法\dimage.bmp, 228446 , 2017-10-28
ZHU算法\est_a.m, 337 , 2017-10-27
ZHU算法\resimage.bmp, 679814 , 2017-10-28
ZHU算法\sam_4.bmp, 810056 , 2008-10-08
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\calVSMap.m, 513 , 2015-09-29
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\estA.m, 1592 , 2016-04-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\inputImgs\girl2.png, 476223 , 2015-09-29
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\inputImgs\图片1.png, 1479688 , 2016-04-23
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\README.txt, 1296 , 2015-09-29
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res\15_beta1.png, 159837 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res\originalDepthMap.png, 2425 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res\position_of_the_atmospheric_light.png, 3632 , 2017-11-01
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res\refineDepthMap.png, 2408 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res\transmission.png, 2409 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\runDehazing.m, 1722 , 2017-11-02
ZHU算法\SourceCode.rar, 1798410 , 2016-04-17
ZHU算法\test.png, 24746 , 2017-10-18
ZHU算法\zhu.m, 1849 , 2017-11-02
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\inputImgs, 0 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing\res, 0 , 2017-10-17
ZHU算法\SourceCode\ColorAttentuationPriorDehazing, 0 , 2017-10-17
ZHU算法\SourceCode, 0 , 2017-10-17
ZHU算法, 0 , 2017-11-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • newtracking
    New Tracking Algorithm for Wireless network
    2013-09-24 14:48:55下载
    积分:1
  • CD_Data_Processing
    说明:  合成孔径雷达成像算法与实现(仿真代码) 书中光盘所附带的数据处理源码(SAR imaging algorithm and implementation (simulation code))
    2020-06-17 00:40:02下载
    积分:1
  • photo
    vc++6.0进行编程实现对图像的平移处理(vc++6.0 program to achieve the translation of the image processing)
    2009-04-26 10:26:37下载
    积分:1
  • wpd-ziliao
    小波包学习资料,包括多种小波包应用的MALAB算法实现( good learning materials about WPD ,including many MALAB algorithms of wavelet packet )
    2013-03-13 16:46:53下载
    积分:1
  • HOG+SVM进行片中行人检测
    说明:  行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • matlab_hough
    基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。(Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning.)
    2008-07-19 19:45:29下载
    积分:1
  • graphcut
    图像交互是分割 graph cut,实现交互式分割,并且可以连续分割(Interactive image is split graph cut, to achieve interactive segmentation, and can be continuously split)
    2020-10-30 21:59:57下载
    积分:1
  • binary-video
    学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi ) 这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements: 1. Each frame of the input video images are binarized using the same threshold value 2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information 3. During processing, real-time display after processing each frame 4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice 5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi) Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
    2015-01-30 16:15:09下载
    积分:1
  • 04
    说明:   核密度估计,绘制频率直方图、核密度估计图、正态分布密度图(Kernel density estimation, drawing frequency histograms, kernel density estimation map, normal density map)
    2014-08-17 17:21:38下载
    积分:1
  • OpticalFlow
    使用光流法对动态图像进行彩色图像的显示,原文件要求用64位系统,32位系统的混合编译已经做好了(Optical flow method using dynamic image display color images, the original file system requires a 64-bit, 32-bit compiler mixing system has already done)
    2021-02-19 15:49:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载