From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- scanin/scanrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scanin/scanrd.c (limited to 'scanin/scanrd.c') diff --git a/scanin/scanrd.c b/scanin/scanrd.c old mode 100644 new mode 100755 index a915e44..7e497be --- a/scanin/scanrd.c +++ b/scanin/scanrd.c @@ -28,7 +28,7 @@ #undef DIAGN /* Allow diagonal connectivity of groups */ #define AA_LINES /* Plot diagnostics using anti-aliased lines */ -#define MATCHCC 0.3 /* Match correlation threshold - reject any match under this */ +#define MATCHCC 0.25 /* Match correlation threshold - reject any match under this */ /* (Might want to be able to override this in command line) */ #define ALT_ROT_TH 0.7 /* Correlation threshold of alternate rotations to be greater than this */ -- cgit v1.2.3