Add PDE Fattal to Exposure PDE - thanks to Alberto

This commit is contained in:
Desmis
2019-09-08 11:31:05 +02:00
parent 0319a93496
commit 0730222cf7
16 changed files with 221 additions and 55 deletions

View File

@@ -751,7 +751,7 @@ void Crop::update(int todo)
if (need_fattal) {
parent->ipf.dehaze(f, params.dehaze);
parent->ipf.ToneMapFattal02(f);
parent->ipf.ToneMapFattal02(f, params.fattal);
}
// crop back to the size expected by the rest of the pipeline