make sure that dehaze doesn't trigger Fattal tone mapping
(bad interaction due to sloppy rebasing)
This commit is contained in:
@@ -855,9 +855,7 @@ private:
|
||||
ipf.firstAnalysis (baseImg, params, hist16);
|
||||
|
||||
ipf.dehaze(baseImg);
|
||||
if (params.fattal.enabled) {
|
||||
ipf.ToneMapFattal02(baseImg);
|
||||
}
|
||||
ipf.ToneMapFattal02(baseImg);
|
||||
|
||||
// perform transform (excepted resizing)
|
||||
if (ipf.needsTransform()) {
|
||||
|
Reference in New Issue
Block a user