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:
parent
be0e9debd9
commit
791eeab859
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue