CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - haze
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - haze - List
[
Special Effects
]
haze
DL : 0
IDL开发的去云处理工具,可以在ENVI里使用
Update
: 2010-09-27
Size
: 31.71kb
Publisher
:
diamond20@126.com
[
matlab
]
dark_channel_verify
DL : 0
verify the idea of Single Image Haze removal Using Dark Channel prior, which is the best paper of CVPR in 2009 conference.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
guhuxiang
[
Windows Develop
]
haze_tool
DL : 0
该模块是在ENVI4.4中二次开发而成。使用时只需将文件置于 ***\ITT\IDL64\products\envi44\save_add文件夹内,然后运行ENVI,Basic Tool菜单 中会出现一个Haze tool按钮。绝对不要修改文件名,否则无效。 -The module was developed ENVI4.4 in the second. Just use the document when placing*** \ ITT \ IDL64 \ products \ envi44 \ save_add folder, and then run the ENVI, Basic Tool menu will appear in a Haze tool button. Do not modify the file name, otherwise invalid.
Update
: 2025-02-17
Size
: 32kb
Publisher
:
lv
[
GDI-Bitmap
]
dehaze
DL : 0
verify the idea of <Single Image Dehazing>, which has good result for the haze image recover.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
沧海一笑
[
Special Effects
]
defog
DL : 0
用MatLab实现图片的雾化效果的去除,有四种方法(haze removal)-haze removal using Matlab
Update
: 2025-02-17
Size
: 2kb
Publisher
:
syid Lee
[
Special Effects
]
Haze_Removal
DL : 0
翻译香港中文大学CVPR2009那片基于暗原色去雾算法,基于dark channel去雾算法论文中文版-A translation of the haze removal paper on CVPR2009
Update
: 2025-02-17
Size
: 2.46mb
Publisher
:
Zhao Hu
[
matlab
]
quwu
DL : 0
此程序是“Single Image Haze Removal Using Dark Channel Prior”的程序,效果较为理想-“Single Image Haze Removal Using Dark Channel Prior”
Update
: 2025-02-17
Size
: 174kb
Publisher
:
zy
[
matlab
]
HazeRemoval
DL : 0
图像去雾技术(Haze Removal using dark channel)-Haze Removal
Update
: 2025-02-17
Size
: 1kb
Publisher
:
admin
[
Special Effects
]
darkchannel
DL : 0
用MATLAB实现的darkchannel算法,实现图像去雾-Image Haze Removal Using Dark Channel
Update
: 2025-02-17
Size
: 4kb
Publisher
:
郑
[
Special Effects
]
cloud_Remove
DL : 0
用于高分辨影像薄云去除的IDL代码,非常详细的中英文描述,并且给出使用方法。-Haze removal for high-resolution images IDL code, very detailed description in English, and give use.
Update
: 2025-02-17
Size
: 3.1mb
Publisher
:
kikki
[
matlab
]
huisetu
DL : 1
应用于各种雾天条件下对图像进行雾去除,可以得到清晰无雾的效果图,是一个不错的图像恢复工具-a method of haze removal,we can gain a haze-free image
Update
: 2025-02-17
Size
: 1kb
Publisher
:
邵长艳
[
Special Effects
]
visibresto
DL : 0
一种很好的雾天图像恢复方法,它的最大优点是速度快,可以实时处理图像,因而可以投入到视频处理上-a good method of restoration from haze image
Update
: 2025-02-17
Size
: 244kb
Publisher
:
石强
[
Special Effects
]
MARK_Dehaze
DL : 0
2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.
Update
: 2025-02-17
Size
: 2.58mb
Publisher
:
[
matlab
]
Haze-Removal
DL : 1
Dark_Channel图像去雾,分割部分采用的是guide_filter而源文献中的Soft_Matting,运算效率有较大提升。输入文件地址及文件名需要自己修改。-Dark_Channel Haze Removal, using guide_filter other than soft_matting.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
functiong
[
Special Effects
]
Image-Haze-Removal
DL : 1
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
Update
: 2025-02-17
Size
: 21.26mb
Publisher
:
徐宏亮
[
Special Effects
]
Haze-remove
DL : 0
图像去雾算法Matlab代码,可以实现图像去雾处理-Haze remove code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zhangsan
[
Picture Viewer
]
haze-removal(two-ways)
DL : 0
在MATLAB环境下,对雾气图片进行处理,采用自适应的直方图均衡化和暗通道先验两种方法进行了比较~-The comparsion for single image haze removal by using dark channel prior and retinex frankle mccann
Update
: 2025-02-17
Size
: 14kb
Publisher
:
梁昆
[
Industry research
]
Haze-Removal
DL : 0
何恺明在CVPR会议上——基于暗通道先验的单幅图像去雾技术-Single Image Haze Removal Using Dark Channel Prior
Update
: 2025-02-17
Size
: 12.86mb
Publisher
:
sxun
[
Special Effects
]
Dark-Channel-Haze-Removal-master
DL : 0
cvpr09最佳论文基于暗通道的单幅图像去雾算法-Single Image Haze Removal Using Dark Channel Prior
Update
: 2025-02-17
Size
: 1000kb
Publisher
:
宋洪章
[
Special Effects
]
ENVI去云补丁Haze Tool及其使用说明
DL : 0
ENVI中的haze去云补丁,可直接挂载再envi classic中使用(Haze cloud removal patch in ENVI can be mounted directly and used in envi classic)
Update
: 2025-02-17
Size
: 3.1mb
Publisher
:
ad9527
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.