文件名称:fast_tone_mappping
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-02-25
- 文件大小:
- 35kb
- 下载次数:
- 0次
- 提 供 者:
- m**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
We use the code of our fast bilateral filter to implement a tone mapping operator inspired from this SIGGRAPH 02 paper by Frédo Durand and Julie Dorsey. This code is not an exact implementation of this paper. As such, it cannot be used for comparison between this paper and other tone-mapping techniques. The main differences are the bilateral filter (we use our ECCV 06 paper), the correction of the edges (it is not implemented in our code) and the gamma-correction (our code does it, the original does not). However, this code is fast and provides satisfying results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TONE_MAPPING\fft_3D
............\......\convolution_3D.h
............\......\fill_3D.h
............\......\Makefile
............\......\support_3D.cpp
............\......\support_3D.h
............\include
............\.......\array.h
............\.......\channel_image.h
............\.......\fft_3D.h
............\.......\linear_bf.h
............\.......\load_EXR.h
............\.......\math_tools.h
............\.......\msg_stream.h
............\Makefile
............\README.txt
............\tone_mapping.cpp