mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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.
This commit is contained in:
@@ -650,9 +650,6 @@ struct fp_img_driver aes2501_driver = {
|
|||||||
.img_height = -1,
|
.img_height = -1,
|
||||||
.img_width = 192,
|
.img_width = 192,
|
||||||
|
|
||||||
/* temporarily lowered until image quality improves */
|
|
||||||
.bz3_threshold = 20,
|
|
||||||
|
|
||||||
.init = dev_init,
|
.init = dev_init,
|
||||||
.exit = dev_exit,
|
.exit = dev_exit,
|
||||||
.await_finger_on = await_finger_on,
|
.await_finger_on = await_finger_on,
|
||||||
|
|||||||
Reference in New Issue
Block a user