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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;