From: Pavel Charvat Date: Thu, 31 Aug 2006 12:08:22 +0000 (+0200) Subject: decreased duplicate images threshold; disabled rotations/flips X-Git-Tag: holmes-import~575 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5ffdff217c119bcabf2eca44b5d83f6bead39a91;p=libucw.git decreased duplicate images threshold; disabled rotations/flips --- 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)