文件名称:guided-filter-code
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [Matlab] [源码]
- 上传时间:
- 2016-03-10
- 文件大小:
- 2.08mb
- 下载次数:
- 0次
- 提 供 者:
- zuoy****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
何凯文CVPR引导滤波文章对应的代码,包含增强,平滑等。带图片。-Matlab demo code for Guided Image Filtering (ECCV 2010)
Contributed by Kaiming He (hkm007@ie.cuhk.edu.hk)
Please note that the running time reported in the paper is C++ implementation.
Usage:
guidedfilter.m- guided filter implementation (Eqn(5), (6), (8) in the paper)
guidedfilter_color.m- guided filter for color guidance (Eqn(14), (15), (16) in the paper)
Run the four examples to see the results shown in the paper.
Contributed by Kaiming He (hkm007@ie.cuhk.edu.hk)
Please note that the running time reported in the paper is C++ implementation.
Usage:
guidedfilter.m- guided filter implementation (Eqn(5), (6), (8) in the paper)
guidedfilter_color.m- guided filter for color guidance (Eqn(14), (15), (16) in the paper)
Run the four examples to see the results shown in the paper.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
guided-filter-code\boxfilter.m
..................\example_enhancement.m
..................\example_feathering.m
..................\example_flash.m
..................\example_smoothing.m
..................\guidedfilter.m
..................\guidedfilter_color.m
..................\readme.txt
..................\img_enhancement\tulips.bmp
..................\....feathering\toy-mask.bmp
..................\..............\toy.bmp
..................\.....lash\cave-flash.bmp
..................\.........\cave-noflash.bmp
..................\....smoothing\cat.bmp
..................\img_enhancement
..................\img_feathering
..................\img_flash
..................\img_smoothing
guided-filter-code