Skip to content

Implementation of "Fast bilateral filtering for the display of high-dynamic-range images"

Notifications You must be signed in to change notification settings

Abdurehman458/HDR-tone_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDR-tone_mapping

Implementation of paper "Fast bilateral filtering for the display of high-dynamic-range images"

This repository is part of the Computational Imaging course at DGIST.

Steps

  1. First different exposure images were combined using OpenCV to obtain merged image.

Merged Image

  1. From the merged image "intensity" and "color" layers were calculated.

intensity_color Image

  1. Bilateral filter was applied on the log10 of "intensity" image using OpenCV to obtain base layer (large-scale features) and detail layer (low scale features).

intensity_color Image

  1. Two parameters named compression factor and absolute log scale was calculated using base layer. These parameters are used for performing tone mapping on base layer.

  2. After tone-mapping base and detail layers are combined with color layer to produce tone-mapped image.

tone-mapped Image

Acknowledgement:

For this assignment, following resources were quite helpful:

  1. (http://people.csail.mit.edu/fredo/PUBLI/Siggraph2002/ )
  2. (https://sites.google.com/site/ianschillebeeckx/cse555/hmwk1 )

About

Implementation of "Fast bilateral filtering for the display of high-dynamic-range images"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages