From 791eeab85991f513d437809b83863f400105db13 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Fri, 16 Nov 2007 15:44:09 +0000 Subject: [PATCH] aes2501: restore default bozorth3 match threshold With the multiple register writing code, the image quality is much better. It's trivially easy to get a match score of 100, and 200 is possible with a little effort. Remove the lowered match threshold. --- libfprint/drivers/aes2501.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libfprint/drivers/aes2501.c b/libfprint/drivers/aes2501.c index b2494b2..1c60aca 100644 --- a/libfprint/drivers/aes2501.c +++ b/libfprint/drivers/aes2501.c @@ -650,9 +650,6 @@ struct fp_img_driver aes2501_driver = { .img_height = -1, .img_width = 192, - /* temporarily lowered until image quality improves */ - .bz3_threshold = 20, - .init = dev_init, .exit = dev_exit, .await_finger_on = await_finger_on,