From 8ba97b7e5fdcc02111564eb32f3ca6c367584843 Mon Sep 17 00:00:00 2001 From: Desmis Date: Fri, 3 May 2019 15:08:34 +0200 Subject: [PATCH] set ietrates to zero to enable auto claculation TM --- rtengine/iplocallab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 4aeed72de..7c49cb109 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -5237,7 +5237,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o bufgb->b[y - ystart][x - xstart] = original->b[y][x]; } } - ImProcFunctions::EPDToneMaplocal(sp, bufgb.get(), tmp1.get(), 5, sk); + ImProcFunctions::EPDToneMaplocal(sp, bufgb.get(), tmp1.get(), 0, sk);//iterate to 0 calculate with edgstopping, improve result #ifdef _OPENMP #pragma omp parallel for schedule(dynamic,16) #endif