Update capturesharpening.cc

Fix artifacts at radius > 0.85
This commit is contained in:
Ingo Weyrich
2019-09-15 16:29:29 +02:00
committed by GitHub
parent 19e0112495
commit a06c2714e2

View File

@@ -530,7 +530,7 @@ BENCHFUN
}
constexpr int tileSize = 194;
constexpr int border = 3;
constexpr int border = 5;
constexpr int fullTileSize = tileSize + 2 * border;
double progress = startVal;