登录
首页 » matlab » Image-Haze-Removal

Image-Haze-Removal

于 2021-02-18 发布 文件大小:21774KB
0 184
下载积分: 1 下载次数: 1345

代码说明:

  2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的相关论文,ppt以及matlab代码. Dark channel prior 是一种对无雾的图像的统计规律:在无雾图像中,大部分图像块中至少有一个颜色通道具有很小的颜色强度值。利用dark channel prior,可以直接从一幅有雾的图像中估计出雾的浓度,并恢复出高质量的去雾图像。(CVPR best paper in 2009 (He Kai Ming Single Image Removal Haze is the Using the Dark Channel) paper, ppt and the matlab code, it is)

文件列表:

cvpr09 defog(matlab)
....................\boxfilter.m,931,2010-07-08
....................\ex_darkchannel_guildfilter.m,1609,2012-03-15
....................\guidedfilter.m,1027,2011-04-27
....................\guidedfilter_color.m,2461,2010-07-08
....................\maxfilt2.m,1849,2002-02-09
....................\minfilt2.m,1849,2002-02-09




....................\vanherk.m,4841,2002-02-12
paper
.....\2009年CVPR最佳论文去雾技术源代码.doc,38912,2012-03-15
.....\A fast algorithm for local minimum and maximum filters on rectangular and octagonal kernels.pdf,507519,2012-03-20
.....\CVPR09review_hhan.ppt,4080640,2012-03-22
.....\HGWimproved.pdf,640587,2012-03-20
.....\Single Image Haze Removal Using Dark Channel Prior cvpr09slides.ppt.pdf,4717780,2012-03-15
.....\Single Image Haze Removal Using Dark Channel Prior.pdf,6894833,2012-03-22
.....\Single Image Haze Removal Using Dark Channel Prior_cvpr2009.pdf,2563821,2012-03-19
.....\图像去雾技术研究综述与展望.pdf,380816,2012-03-26
.....\图像去雾技术研究进展.pdf,5012683,2012-03-15

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

发表评论

0 个回复

  • hw
    说明:  用Matlab读取RAW格式(单反相机)图片,然后进行插值处理并存为JPG格式图片。(Read RAW format using Matlab (SLR) picture, and then interpolated coexist as a JPG format picture.)
    2013-06-07 12:26:16下载
    积分:1
  • FRJDL-Shan-ICASSP02
    有关pca算法方面的学习,有利于pca算法原理的实现(something related to the study of pca)
    2011-12-12 17:03:55下载
    积分:1
  • PrincipalCurves
    这是网上较难得到的一份基于主曲线轮廓提取的算法和论文,大家可以试一下!(This is a package of the paper and source of principal curve! It deserves you to have a try!)
    2020-11-15 21:09:41下载
    积分:1
  • unwrap
    相移三步法、四步法、五步法及相应的相位解包裹程序(?àò?èy 2?·¨? ¢ ?? 2?·¨? ¢ ?? 2?·¨?° ?àó | μ??à? ?? a ° ü 1 ü 3 ìDò)
    2008-08-20 15:02:06下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • MATLAB
    is very good,i think you will be liake it
    2014-05-23 18:45:30下载
    积分:1
  • 1
    说明:  求图像峰值信噪比PSNR代码,相信对你很有用(PSNR PSNR for the image code, I believe that is useful to you)
    2008-04-01 11:03:34下载
    积分:1
  • a-filter
    目标跟踪中常用到的阿尔法-贝塔滤波 有图有真相(Target Tracking commonly used to Alpha- Beta filtering map with the truth)
    2020-11-25 20:09:31下载
    积分:1
  • CSR_Denoising
    该算法首先通过字典学习得到含噪图像的冗余字典,然后对相似的图像块进行聚类构成块群,并通过迭代收缩和L1正则化约束,对同类的图像块在字典上进行稀疏表示,以达到降噪的目的。实验结果表明,在常规的图像处理上,本文提出的算法能较好的保留图像的结构信息,与K-SVD和BM3D等现有的流行算法相比,具有更高的峰值信噪比(PSNR)(It firstly get the redundant dictionary of a noised image by dictionary learning.Then,the image patches are gathered according to their similarities.Meanwhile,the similar patches get sparse representation showed in dictionaries by iterative shrinkage and L1 regularization constraints and eventually the image is restored and noise is removed.The experimental results indicate that the proposed algorithm can well preserve the structure information of the common image with a higher Peak Signal to Noise Ratio(PNSR),compared with state-of-the-art algorithms,such as K-SVD and BM3D)
    2017-05-02 20:48:25下载
    积分:1
  • SRmatlab
    基于马尔科夫随机场的,例子学习超分辨率复原代码。(This is an implementation of the example-based super-resolution algorithm. Although the applications of MSFs have now extended beyond example-based super resolution and texture synthesis, it is still of great value to revisit this problem, especially to share the source code and examplar images with the research community. We hope that this software package can help to understand Markov random fields for low-level vision, and to create benchmark for super-resolution algorithms.)
    2012-04-11 10:15:13下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载