Update capturesharpening.cc
Fix artifacts at radius > 0.85
This commit is contained in:
parent
19e0112495
commit
a06c2714e2
@ -530,7 +530,7 @@ BENCHFUN
|
|||||||
}
|
}
|
||||||
|
|
||||||
constexpr int tileSize = 194;
|
constexpr int tileSize = 194;
|
||||||
constexpr int border = 3;
|
constexpr int border = 5;
|
||||||
constexpr int fullTileSize = tileSize + 2 * border;
|
constexpr int fullTileSize = tileSize + 2 * border;
|
||||||
|
|
||||||
double progress = startVal;
|
double progress = startVal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user