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

Image-Haze-Removal

于 2021-02-18 发布 文件大小:21774KB
0 208
下载积分: 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 个回复

  • dm642mainJUNZHI
    在ccs编程环境中,用c语言实现对图像均值滤波的处理。(In ccs programming environment, using c language mean filtering the image processing.)
    2020-07-04 20:20:02下载
    积分:1
  • ssim
    说明:  图像处理算法质量评估,图像结构相似度(ssim)评价的matlab实现,并附带原始论文pdf(This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images. Please refer to the following paper: Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, "Image quality assessment: From error measurement to structural similarity" IEEE Transactios on Image Processing, vol. 13, no. 1, Jan. 2004.)
    2020-06-16 10:00:11下载
    积分:1
  • hongmo3
    可以看到圆心坐标和半径参数,在坐标中画出这个圆,编写画圆函数(You can see the center coordinates and the radius parameters, draw the circle in the coordinates, write the function to draw the circle)
    2019-04-01 14:11:36下载
    积分:1
  • noise-plus-image
    对图像添加各种噪声 高斯噪声 淑盐噪声(Add a variety of image noise, Gaussian noise, noise, salt-sook)
    2009-09-06 10:59:06下载
    积分:1
  • celledge7
    用MATLAB实现的细胞边缘检测,癌细胞颜色分析,癌细胞形态学分析(MATLAB cell edge detection, color cell analysis, morphological analysis of cancer)
    2006-11-16 16:58:42下载
    积分:1
  • MATLAB
    实验2绿叶变色,实验3图像数字化显示,实验4图像类型转换,实验5对比度增强,实验6直方图均衡化和规定化,实验7噪声添加和空域滤波,实验8边缘增强和边缘检测,实验9彩色图像增强,fft,dct,dwt变化及压缩,滤波器,实验20运动退化和维纳波复原,实验21图像的几何畸形校正等实验的代码和报告(Experiment 2 leaves change color, 3 digital image display, the image type conversion, 4 5 contrast enhancement experiment, the experiment 6, histogram equalization and regulations 7 noise adding and spatial filtering experiment, experiment and edge enhancement and edge detection, the experiments of 9 color image enhancement, FFT and DCT, DWT and compression, filter, degradation experiment of 20 movement and wiener recovery, experiment 21 image geometric deformity correction code and report)
    2016-05-11 21:12:47下载
    积分:1
  • main
    说明:  两种图像分割方法,迭代阈值分割和大津阈值分割(Two image segmentation methods, iterative threshold segmentation and Otsu threshold segmentation)
    2020-06-19 18:31:45下载
    积分:1
  • drtoolbox
    国外的牛人写的软件,数据降维工具箱,包含了几十种常用的流形学习方法的源码,自带图形界面。(A foreign master write this dimension reduction toolbox,there s dozens of code of common manifold learning methods. )
    2013-07-31 17:45:11下载
    积分:1
  • ICP-point-cloud-registration
    三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准 效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好 的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除 错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。 (Three-dimensional laser point cloud registration is one of the key three-dimensional point cloud model. High classical ICP algorithm to the initial position of the point cloud registration requirements and low efficiency, proposed an improved ICP point cloud registration algorithm. Firstly, the use of principal component analysis of the initial point cloud registration, get a better initial position of the point cloud, then the basis of classical ICP algorithm using k- d tree structure to achieve speed up the search, and using the direction vector angle the removal of the threshold point error and improve the efficiency of the algorithm. Experiments show that the algorithm processes to ensure the accuracy of registration under the premise, significantly improve the efficiency of registration.)
    2016-08-01 10:34:57下载
    积分:1
  • 4
    说明:  图象压缩方面的论文 可用于毕业设计方面的工作(Image compression can be used for graduate thesis work of design)
    2010-05-26 20:22:00下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载