right threshold

This commit is contained in:
laurenspriem
2025-08-28 15:05:58 +05:30
parent 2645ba0949
commit 04b6f4a765

View File

@@ -59,7 +59,7 @@ class _SimilarImagesPageState extends State<SimilarImagesPage> {
static const crossAxisCount = 3;
static const crossAxisSpacing = 12.0;
static const double _similarThreshold = 0.02;
static const double _identicalThreshold = 0.0001;
static const double _identicalThreshold = 0.001;
final _logger = Logger("SimilarImagesPage");
bool _isDisposed = false;