Fast Bilateral Filteringfor the Display of High-Dynamic-Range Images

1 Title

Fast Bilateral Filtering for the Display of High-Dynamic-Range Images(Fr´edo Durand and Julie Dorsey)【SIGGRAPH '02】

2 Conclusion

This paper presents a new technique for the display of high-dynamic-range images, which reduces the contrast while preserving detail. It is based on a two-scale decomposition of the image into a base layer, encoding large-scale variations, and a detail layer. Only the base

layer has its contrast reduced, thereby preserving detail. The base layer is obtained using an edge-preserving filter called the bilateral filter. This is a non-linear filter, where the weight of each pixel is computed using a Gaussian in the spatial domain multiplied by an influence function in the intensity domain that decreases the weight of pixels with large intensity differences.

3 Good Sentences

1、Our work is motivated by the idea that the use of high-dynamicrange cameras and relevant display operators can address these issues. Digital photography has inherited many of the strengths of film photography. However it also has the potential to overcome its limitations.(reason: This is the motivation which has activate this study)

2、The primary focus of this paper is the development of a fast and robust edge-preserving filter -- that is, a filter that blurs the small variations of a signal (noise or texture detail) but preserves the large discontinuities (edges). Our application is unusual however, in that the noise (detail) is the important information in the signal and must therefore be preserved(reason: This is the contribution of this study which make it greatful)

3、. Moreover, the coefficients of their diffusion equation must be adapted to each image, which makes this method more difficult to use, and the extension to animated sequences unclear. We build upon a different edge-preserving filter that is easier to control and more amenable to acceleration.(reason: This is the problems of previous works and the solutions that this study has found out)


高动态范围图像(High-Dynamic Range,简称HDR),相比普通的图像,可以提供更多的动态范围和图像细节,根据不同的曝光时间的LDR(Low-Dynamic Range)图像,利用每个曝光时间相对应最佳细节的LDR图像来合成最终HDR图像,能够更好的反映人真实环境中的视觉效果。但是想要HDR图像在显示器中显示,需要对其数据进行处理,如何处理即能充分利用这些数据,又能使得图像的显示尽量不丢失细节,是多年来不少图像工作者研究的重点。

最简单的方法是线性隐射,先算出离散数据的最大值和最小值,然后将数据线性的拉升至0到255之间,这种直接的操作往往无法得到满意的效果,会导致大量细节丢失,表现在视觉上就是一大块黑色或者一大块白色的。很多人针对这一问题做出了研究和改进。而这篇论文提出方法:基于快速双边滤波技术的HDR显示过程。其目标是压缩高动态范围图像,使其能够用于显示。它可以在保留细节的同时降低对比度。

它的基本原理是将图像分为两个尺度:即base layer和detail layer,降低前者的对比度,后者不变;2.base layer 用双边滤波器进行处理,一般双边滤波是用于去掉方差小的噪声,保边。但是本文的方法中,噪声,也就是细节,是一种重要的信息,因此需要保存下来。

算法的简单流程如下所示:

其中,

相关推荐
Jagger_33 分钟前
周末和AI肝了两天,终于知道:为什么要把AI当做实习生
前端
weixin_4561648335 分钟前
vue3 子组件向父组件传参
前端·vue.js
沉鱼.4439 分钟前
第十二届题目
java·前端·算法
Setsuna_F_Seiei1 小时前
CocosCreator 游戏开发 - 多维度状态机架构设计与实现
前端·cocos creator·游戏开发
Bigger1 小时前
CodeWalkers:让 AI 助手化身桌面宠物,陪你敲代码的赛博伙伴!
前端·app·ai编程
cyclv2 小时前
无网络地图展示轨迹,地图瓦片下载,绘制管线
前端·javascript
土豆12503 小时前
Tauri 入门与实践:用 Rust 构建你的下一个桌面应用
前端·rust
小陈工4 小时前
2026年4月2日技术资讯洞察:数据库融合革命、端侧AI突破与脑机接口产业化
开发语言·前端·数据库·人工智能·python·安全
IT_陈寒5 小时前
Vue的这个响应式问题,坑了我整整两小时
前端·人工智能·后端
C澒5 小时前
AI 生码:A 类生码方案架构升级
前端·ai编程