An Analysis and Implementation of the HDR+ Burst Denoising Method

Antoine Monod,Julie Delon,Thomas Veit
DOI: https://doi.org/10.5201/ipol.2021.336
2021-05-25
Image Processing On Line
Abstract:HDR+ is an image processing pipeline presented by Google in 2016. At its core lies a denoisingalgorithm that uses a burst of raw images to produce a single higher quality image. Since itis designed as a versatile solution for smartphone cameras, it does not necessarily aim for themaximization of standard denoising metrics, but rather for the production of natural, visuallypleasing images. In this article, we specifically discuss and analyze the HDR+ burst denoisingalgorithm architecture and the impact of its various parameters. With this publication, weprovide an open source Python implementation of the algorithm, along with an interactivedemo.
What problem does this paper attempt to address?