From d08c88bdea7eeac7303378d5376cd73bdae47b99 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Thu, 26 Sep 2019 18:02:37 +0200 Subject: [PATCH 1/2] Update rt_algo.cc Fixed a comment --- rtengine/rt_algo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/rt_algo.cc b/rtengine/rt_algo.cc index dd7783c1d..aadbac7f7 100644 --- a/rtengine/rt_algo.cc +++ b/rtengine/rt_algo.cc @@ -352,7 +352,7 @@ void buildBlendMask(const float* const * luminance, float **blend, int W, int H, contrastThreshold = calcContrastThreshold(luminance, minY, minX, tilesize); break; } else { - // in second pass we allow a variance of 4 + // in second pass we allow a variance of 8 // we additionally scan the tiles +-skip pixels around the best tile from pass 2 // Means we scan (2 * skip + 1)^2 tiles in this step to get a better hit rate // fortunately the scan is quite fast, so we use only one core and don't parallelize From 51e08b82d2be6efca2db95f7c4a9320e02a01471 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Thu, 26 Sep 2019 20:44:08 +0200 Subject: [PATCH 2/2] Update AUTHORS.txt Added 'Javier Bartol', thanks a lot for the Capture sharpening tests and feedback :+1: --- AUTHORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index 160869776..227390faa 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -39,6 +39,7 @@ Development contributors, in last name alphabetical order: Other contributors (profiles, ideas, mockups, testing, forum activity, translations, etc.), in last name alphabetical order: Marcin Bajor + Javier Bartol Thorsten Bartolomäus Patrik Brunner Fernando Carello