[Fingerforce-commits] [libfprint] 15/20: aes1660: remove unneeded lowering of bz3_threshold

Didier Raboud odyx at alioth.debian.org
Sun Sep 29 13:43:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch master
in repository libfprint.

commit e1728e7c25d6bd3fdbebf5bc9cc2040cf9063979
Author: Vasily Khoruzhick <anarsoul at gmail.com>
Date:   Mon Feb 18 13:41:13 2013 +0300

    aes1660: remove unneeded lowering of bz3_threshold
    
    Since 5 scans for enroll was introduced it's not necessary to lower
    bz3_threshold anymore, there's a good probability that scan to verify matches
    with at least one enrolled sample.
---
 libfprint/drivers/aes1660.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/libfprint/drivers/aes1660.c b/libfprint/drivers/aes1660.c
index 250ca52..d9ddc80 100644
--- a/libfprint/drivers/aes1660.c
+++ b/libfprint/drivers/aes1660.c
@@ -104,12 +104,6 @@ struct fp_img_driver aes1660_driver = {
 	.img_height = -1,
 	.img_width = FRAME_WIDTH * SCALE_FACTOR,
 
-	/* temporarily lowered until we sort out image processing code
-	 * binarized scan quality is good, minutiae detection is accurate,
-	 * it's just that we get fewer minutiae than other scanners (less scanning
-	 * area) */
-	.bz3_threshold = 25,
-
 	.open = dev_init,
 	.close = dev_deinit,
 	.activate = aesX660_dev_activate,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/libfprint.git



More information about the Fingerforce-commits mailing list