From e8fbb58e0f8855d503d4be97541b98a64d15bd99 Mon Sep 17 00:00:00 2001 From: Desmis Date: Fri, 30 Aug 2019 13:41:28 +0200 Subject: [PATCH] Change settings in wavelet sharpmask --- rtengine/iplocallab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index fa89d7eb0..18ad735a0 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -8100,7 +8100,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o int flag = 0; if (maxlvl <= 4) { mL0 = 0.f; - mL = -mL; + mL = -1.5f * mL;//increase only for sharpen thr = 1.f; flag = 0;