[mob][photos] Lower both hard and soft blur thresholds
This commit is contained in:
parent
1ae4482fe5
commit
7e00a470aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue