[mob][photos] Lower both hard and soft blur thresholds

This commit is contained in:
laurenspriem 2024-04-25 10:54:19 +05:30
parent 1ae4482fe5
commit 7e00a470aa

View file

@ -1,8 +1,8 @@
import 'package:photos/services/machine_learning/face_ml/face_detection/face_detection_service.dart';
/// Blur detection threshold
const kLaplacianHardThreshold = 15;
const kLaplacianSoftThreshold = 100;
const kLaplacianHardThreshold = 10;
const kLaplacianSoftThreshold = 50;
const kLaplacianVerySoftThreshold = 200;
/// Default blur value