gamut_mapping: greatly simplify perceptual tone mapping
Instead of applying this complicated soft-knee along the gamma axis, as inspired by the gamut mapping paper this method was originally based on, I found that simply scaling the chromaticity axis by the equivalent knee function works extremely well, together with hard-clipping for out-of-gamut parts of the image.
(Maybe we need to re-introduce some soft clipping to the source gamut)
Merge request reports
Activity
Filter activity
changed milestone to %v6.283+
added 6 commits
-
363cada9 - 1 commit from branch
videolan:master
- ab68ef88 - Revert "gamut_mapping: clip to source gamut in perceptual mode"
- 599ea166 - gamut_mapping: greatly simplify perceptual tone mapping
- a4ae197a - gamut_mapping: add chromaticity margin to perceptual mode
- 3042c927 - gamut_mapping: factor out softclip function
- 17aecaf7 - gamut_mapping: soft-clip in RGB after mapping
Toggle commit list-
363cada9 - 1 commit from branch
Please register or sign in to reply