Merge pull request #3426 from Beep6581/issue_3425_fix

fixes #3425, A combination of settings in Wavelet's Edge Sharpnes too…
This commit is contained in:
Ingo Weyrich
2016-09-12 12:56:09 +02:00
committed by GitHub

View File

@@ -2753,7 +2753,7 @@ void ImProcFunctions::ContAllL (float *koeLi[12], float *maxkoeLi, bool lipschit
if (cp.reinforce == 3) {
if(rad < lim0 / 60.f && level == 0) {
expkoef *= repart; //reduce effect for low values of rad and level=0==> quasi only level 1 is effective
expkoef *= abs(repart); //reduce effect for low values of rad and level=0==> quasi only level 1 is effective
}
}