Improve Exposure PDE

This commit is contained in:
Desmis
2019-09-10 11:14:40 +02:00
parent 48ba1e0e0b
commit a307b5a739
16 changed files with 67 additions and 12 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, params.fattal);
parent->ipf.ToneMapFattal02(f, params.fattal, 3);
}
// crop back to the size expected by the rest of the pipeline