From 5ffdff217c119bcabf2eca44b5d83f6bead39a91 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 31 Aug 2006 14:08:22 +0200 Subject: [PATCH] decreased duplicate images threshold; disabled rotations/flips --- images/dup-cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/dup-cmp.c b/images/dup-cmp.c index 5d365039..5fec1760 100644 --- a/images/dup-cmp.c +++ b/images/dup-cmp.c @@ -18,7 +18,7 @@ #include static uns image_dup_ratio_threshold = 140; -static uns image_dup_error_threshold = 800; +static uns image_dup_error_threshold = 100; static inline uns err (int a, int b) -- 2.39.2