登录
首页 » matlab » darkchannel

darkchannel

于 2010-10-14 发布 文件大小:4KB
0 207
下载积分: 1 下载次数: 424

代码说明:

  用MATLAB实现的darkchannel算法,实现图像去雾(Image Haze Removal Using Dark Channel)

文件列表:

darkchannel.m,3029,2010-09-09
noisecomp.m,7919,2010-09-07

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

发表评论

0 个回复

  • divide
    对图像进行分块处理,可以设置分块比例,该程序设置的是8*8的比例,将图像分成64块(The image processing block, you can set the ratio of the block, the program is set proportion of 8* 8, the image is divided into 64)
    2014-02-09 10:02:56下载
    积分:1
  • Notch
    陷波器是一种特殊的带阻滤波器,其阻带在理想情况下只有一个频率点,因此也被称为点阻滤波器。这种滤波器主要用于消除某个特定频率的干扰,例如,在各种测量仪器和数据采集系统中用于消除电源干扰的工频陷波器。该程序实现利用陷波滤波器消除图像的电源干扰。(Notch is a special band rejection filter, the stop band in the ideal case , only one frequency , it is also known as point-stop filter . This filter is mainly used to eliminate the interference of a particular frequency , for example , in a variety of measuring instruments and data acquisition system is used to eliminate the power line frequency interference notch filter . The program implements the use of a notch filter to eliminate power disturbances image.)
    2014-11-06 16:02:45下载
    积分:1
  • ConnectedDomainEdge
    该图像处理程序实现将图像二值化,灰度化,二值化图像边界扫描并编号,如果图像为火焰图像可以实现将火焰图像的尖角数计算出来并标记(The image processing program image binarization, grayscale, boundary scan and number of the binary image if the image can be implemented for the flame image Now flame image of the sharp corners number and mark)
    2012-03-16 21:45:51下载
    积分:1
  • contrast enhancement
    采用ESIHE算法增强图像对比度,适用于夜间道路拍摄的图像(ESIHE algorithm is used to enhance image contrast, which is suitable for night road images.)
    2021-04-29 12:18:43下载
    积分:1
  • birdseye
    鸟瞰图校正,基于OPENCV的应用,可以把鸟瞰图校正为平面图。(Aerial view of the correction, based on the application of OPENCV, bird' s eye view can be corrected for the plan.)
    2010-11-09 10:51:46下载
    积分:1
  • 双峰法阈值分割
    说明:  双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区域,各个区域内部具有一致的属性,而相邻区域不具有这种一致属性。这样的划分可以通过从灰度级出发选取一个或多个阈值来实现。(Threshold segmentation)
    2018-03-29 09:29:03下载
    积分:1
  • yu-chu-li
    P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and salt and pepper noise P0306: 2D median filtering function medfilt2 right by Salt and Pepper image noise filtering P0307: using MATLAB functions filter2 of noise images mean filtering P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: Images of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P0312: use Butterworth ( Butterworth) high-pass filter for image sharpening)
    2013-10-30 10:12:55下载
    积分:1
  • HOSA-Toolbox
    高阶频谱分析工具箱,老外写的代码,可以用来做实验(High-order spectral analysis toolbox, a foreigner writing code that can be used to experiment)
    2011-10-16 19:19:02下载
    积分:1
  • close all
    说明:  小波变化是对傅里叶变换和短时傅里叶变换的一个突破,其改变就在于,将无限长的三角函数基换成了有限长的会衰减的小波。(Wavelet transform is a breakthrough of Fourier transform and short-time Fourier transform. Its change lies in that the infinite trigonometric function base is replaced by the finite attenuation wavelet.)
    2020-06-26 16:29:04下载
    积分:1
  • Stretch
    Digital Image Processing, stretch of an image with two optional setting via realtime combobox (stretch or default size).
    2012-06-14 21:43:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载