From 35a5ee3295d54cefc4dbc3d3e084f3511917f33e Mon Sep 17 00:00:00 2001 From: Desmis Date: Sun, 22 Sep 2019 17:35:29 +0200 Subject: [PATCH] small changes --- rtengine/iplocallab.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 029185cb1..38c51f913 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -8756,7 +8756,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o // int bfh = int (lp.ly + lp.lyT) + del; //bfw bfh real size of square zone // int bfw = int (lp.lx + lp.lxL) + del; - // if (bfwz > 2 && bfhz > 2) + if (GW > 2 && GH > 2) { /* @@ -9028,7 +9028,6 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o } } - printf("OK mask 3\n"); transit_shapedetect_retinex(call, 4, bufreti, bufmask, buforigmas, buflight, bufchro, hueref, chromaref, lumaref, lp, original, transformed, cx, cy, sk); } else {