Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Implement Durand HDR algorithm #129

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Feature Request: Implement Durand HDR algorithm #129

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open photivo
2. Try to do realistic tone-mapping of HDR RAW file.
3. Get sad by the results with Fattal :(
4. Read http://www.frank-durr.de/tonemapping_comparison.html
5. Realize that Durand does seem like the best for most* cases after trying his 
software with my images.
6. Read Durand et al's explanation of the algorithm: 
http://people.csail.mit.edu/fredo/PUBLI/Siggraph2002/
7. Realize that photivo is already using Bilateral filters everywhere.
8. Decide that it's worth creating a new feature request :)

What is the expected output? What do you see instead?

1. Open photivo
2. Try to do realistic tone-mapping.
3. Be happy with the results.

What version of the product are you using? On what operating system?

A Mar 26th build from the repo... but I doubt it's been implemented yet anyway.

Please provide any additional information below.

It seems that is just a matter of using BF to separate low and high frequencies 
in a logarithmic space of the L channel, apply a simple contrast reduction on 
the low frequency (multiply by some factor), and reconstruct the image back 
into linear after adding the low and high freqs.

Is also worth reading: http://people.csail.mit.edu/sparis/bf/

Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 9:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant