Increase blur threshold

This commit is contained in:
laurenspriem 2024-03-20 14:15:59 +05:30
parent af1a6fc9fa
commit 974b7c7329

View file

@ -1,2 +1,2 @@
const kLaplacianThreshold = 10;
const kLaplacianThreshold = 15;
const kLapacianDefault = 10000.0;