]> mj.ucw.cz Git - libucw.git/commitdiff
decreased duplicate images threshold; disabled rotations/flips
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 31 Aug 2006 12:08:22 +0000 (14:08 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 31 Aug 2006 12:08:22 +0000 (14:08 +0200)
images/dup-cmp.c

index 5d3650391127a4c17ca076df5ef948da7f25ef02..5fec1760c56275522fbfc5ea061d61f780bef272 100644 (file)
@@ -18,7 +18,7 @@
 #include <fcntl.h>
 
 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)