This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
rawTherapee
Watch
1
Star
0
Fork
0
You've already forked rawTherapee
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
53
Commits
1
Branch
0
Tags
Commit Graph
2 Commits
Author
SHA1
Message
Date
Emil Martinec
d62281b86f
Modified Pyramid equalizer to act only on luminance channel, and added a threshold slider to control noise (only local contrast larger than the threshold is amplified).
2010-09-27 11:04:25 -05:00
Emil Martinec
539c39a92b
Bugfix for Directional Pyramid Denoising. Adding a Directional Pyramid Equalizer tool. This one serves the same function as the existing Wavelet Equalizer, but has much less artifacting; though it is a little slower to execute and has not yet been adapted for OpenMP implementation. There are also fewer levels on which the tool operates, though of course if there was a demand that could be altered. The controls are similar, though have been given separate luma and chroma controls. Each slider adjusts the factor by which a given detail band is amplified; factors larger than one increase contrast, while values smaller than one decrease contrast. The luma control alters contrast on various scales, each successive one twice as large as the previous one. The chroma control is similar, but does less since there is typically less chroma contrast on fine scales. One might use this to restore some of the color contrast lost in NR, or to remove color fringing by making the fine scale enhancement factor much less than one.
2010-09-22 15:39:00 -05:00