mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Allow drivers to specify custom bz3 match threshold
aes4000 detects fewer minutiae and hence returns lower scores.
This commit is contained in:
@@ -220,6 +220,9 @@ struct fp_img_driver aes4000_driver = {
|
||||
.img_width = 96,
|
||||
.enlarge_factor = 3,
|
||||
|
||||
/* temporarily lowered until image quality improves */
|
||||
.bz3_threshold = 9,
|
||||
|
||||
.init = dev_init,
|
||||
.exit = dev_exit,
|
||||
.capture = capture,
|
||||
|
||||
Reference in New Issue
Block a user