登录
首页 » matlab » lineDehaze

lineDehaze

于 2016-11-11 发布 文件大小:2KB
0 161
下载积分: 1 下载次数: 10

代码说明:

  一种基于景深的去雾方法,将按通道中的最大值和最小值作为景深基准线,计算其垂直方向上的暗通道像素均值作为透射图,实现去雾,对航拍图效果显著(A dehaze method based on the depth of field, draw a depth datum line according to the maximum value and minimum value of the dark channel, calculate the pixel of the dark channel at the line perpendicular to the depth datum line.Then the transmission map has been gotten. This method performs good especially when processing the aerial map.)

文件列表:

GuideFilt.m,411,2016-07-27
lineDehaze.m,4203,2016-10-30
MinCompare.m,98,2016-06-22
openimg.m,137,2016-09-10

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

发表评论

0 个回复

  • 批量片合并源码
    批量图片合并源码
    2016-06-03下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • radon
    基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。(Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.)
    2021-01-12 10:08:49下载
    积分:1
  • Fast_median_filter
    说明:  FPGA数字图像处理实现均值滤波,并且仿真将生成图片写出TXT格式以便使用MATLAB查看(Mean filter is realized by digital image processing in FPGA, and the generated image is written in TXT format for viewing with MATLAB.)
    2019-06-01 21:23:25下载
    积分:1
  • bestlinefusion
    最佳拼接线方法进行图像拼接,对学习图像拼接很有用处(The best method of splicing line image mosaic, image stitching is useful for learning)
    2020-06-30 01:40:02下载
    积分:1
  • ctRecontruction
    根据CT成像原理得到Sinogram图像,再经过Randon变换以及反向投影算法对物体图线进行复原。(It is a Matlab ToolBox which can solve CT problems or image reconstruction easily and convincely.)
    2017-10-05 00:42:34下载
    积分:1
  • matlab
    matlab书上第六章数值运算的几个样例习题。。。。。(the descirbtion of the matlab)
    2019-05-15 19:54:04下载
    积分:1
  • super-reserlution
    说明:  在一图像中加入噪声,是超分辨率中的一个重要步骤哦(noise)
    2010-03-25 19:00:08下载
    积分:1
  • snakes
    matlab开发的一些关于基于GVF的图像分割算法,(matlab developed some of the GVF-based image segmentation algorithm,)
    2007-07-29 11:53:57下载
    积分:1
  • ch5
    傅里叶变换可以有效的说明傅里叶变换的基本步骤(kkkfuliyebianhuan)
    2009-11-30 08:50:07下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载