merge with dev

This commit is contained in:
Desmis
2019-05-19 18:32:38 +02:00
6 changed files with 11 additions and 11 deletions

View File

@@ -1667,7 +1667,7 @@ void ImProcFunctions::WaveletcontAllL(LabImage * labco, float ** varhue, float *
//tone mapping
if (cp.tonemap && cp.contmet == 2 && cp.resena) {
//iterate = 5
EPDToneMapResid (WavCoeffs_L0, 5, skip, cp, W_L, H_L, max0, min0);
EPDToneMapResid(WavCoeffs_L0, 0, skip, cp, W_L, H_L, max0, min0);
}